initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / coalChemistryFoam / simplifiedSiwek / constant / limestoneCloud1Properties
blobed6ff6f98583043c7fa5c32f5f6ea047e2e7254b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      limestoneCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 InjectionModel  ManualInjection;
20 DragModel       SphereDrag;
22 DispersionModel StochasticDispersionRAS;
24 PatchInteractionModel StandardWallInteraction;
26 HeatTransferModel RanzMarshall;
28 PostProcessingModel none;
30 radiation       on;
32 coupled         true;
34 cellValueSourceCorrection on;
36 parcelTypeId    2;
38 constantProperties
40     rhoMin          rhoMin [ 1 -3 0 0 0 ] 1e-15;
41     TMin            TMin [ 0 0 0 1 0 ] 200;
42     minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
43     rho0            rho0 [ 1 -3 0 0 0 ] 2500;
44     T0              T0 [ 0 0 0 1 0 ] 300;
45     cp0             cp0 [ 0 2 -2 -1 0 ] 900;
46     epsilon0        epsilon0 [ 0 0 0 0 0 ] 1;
47     f0              f0 [ 0 0 0 0 0 ] 0.5;
50 interpolationSchemes
52     rho             cell;
53     mu              cell;
54     U               cellPoint;
55     Cp              cell;
56     T               cell;
59 integrationSchemes
61     U               Euler;
62     T               Analytical;
65 particleForces
67     gravity         on;
68     virtualMass     off;
69     pressureGradient off;
72 ManualInjectionCoeffs
74     massTotal       massTotal [ 1 0 0 0 0 ] 0.0001;
75     parcelBasisType mass;
76     SOI             0;
77     positionsFile   "limestonePositions";
78     U0              ( 0 0 0 );
79     parcelPDF
80     {
81         pdfType         RosinRammler;
82         RosinRammlerPDF
83         {
84             minValue        5e-06;
85             maxValue        0.000565;
86             d               ( 4.8e-05 );
87             n               ( 0.5 );
88         }
89     }
92 StandardWallInteractionCoeffs
94     e               e [ 0 0 0 0 0 ] 1;
95     mu              mu [ 0 0 0 0 0 ] 0;
98 RanzMarshallCoeffs
100     Pr              Pr [ 0 0 0 0 0 ] 0.7;
104 // ************************************************************************* //