initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / coalChemistryFoam / simplifiedSiwek / constant / coalCloud1Properties
blob70f65bbf2540b82dcc9d674185f055efaa31f1d8
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      coalCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 InjectionModel  ManualInjection;
20 DragModel       SphereDrag;
22 DispersionModel StochasticDispersionRAS;
24 PatchInteractionModel StandardWallInteraction;
26 HeatTransferModel RanzMarshall;
28 CompositionModel SingleMixtureFraction;
30 PhaseChangeModel LiquidEvaporation;
32 DevolatilisationModel ConstantRateDevolatilisation;
34 SurfaceReactionModel COxidationDiffusionLimitedRate;
36 PostProcessingModel none;
38 radiation       on;
40 coupled         true;
42 cellValueSourceCorrection on;
44 parcelTypeId    1;
46 constantProperties
48     rhoMin          rhoMin [ 1 -3 0 0 0 ] 1e-15;
49     TMin            TMin [ 0 0 0 1 0 ] 200;
50     pMin            pMin [ 1 -1 2 0 0 ] 1000;
51     minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
52     rho0            rho0 [ 1 -3 0 0 0 ] 1000;
53     T0              T0 [ 0 0 0 1 0 ] 300;
54     cp0             cp0 [ 0 2 -2 -1 0 ] 4187;
55     epsilon0        epsilon0 [ 0 0 0 0 0 ] 1;
56     f0              f0 [ 0 0 0 0 0 ] 0.5;
57     Tvap            Tvap [ 0 0 0 1 0 ] 400;
58     Tbp             Tvap [ 0 0 0 1 0 ] 400;
59     LDevol          LDevol [ 0 0 0 0 0 ] 0;
60     hRetentionCoeff hRetentionCoeff [ 0 0 0 0 0 ] 1;
61     constantVolume  true;
64 interpolationSchemes
66     rho             cell;
67     U               cellPointFace;
68     mu              cell;
69     T               cell;
70     Cp              cell;
71     p               cell;
74 integrationSchemes
76     U               Euler;
77     T               Analytical;
80 particleForces
82     gravity         on;
83     virtualMass     off;
84     pressureGradient off;
87 ManualInjectionCoeffs
89     massTotal       massTotal [ 1 0 0 0 0 ] 0.0001;
90     parcelBasisType mass;
91     SOI             0;
92     positionsFile   "coalCloud1Positions";
93     U0              ( 0 -10 0 );
94     parcelPDF
95     {
96         pdfType         RosinRammler;
97         RosinRammlerPDF
98         {
99             minValue        5e-06;
100             maxValue        0.0005;
101             d               ( 5e-05 );
102             n               ( 0.5 );
103         }
104     }
107 StandardWallInteractionCoeffs
109     e               e [ 0 0 0 0 0 ] 1;
110     mu              mu [ 0 0 0 0 0 ] 0;
113 RanzMarshallCoeffs
115     Pr              Pr [ 0 0 0 0 0 ] 0.7;
118 SingleMixtureFractionCoeffs
120     phases
121     (
122         gas
123         {
124             CH4 0.604;
125             H2 0.099;
126             CO2 0.297;
127         }
128         liquid
129         {
130             H2O 1;
131         }
132         solid
133         {
134             ash 0.136304;
135             C 0.863696;
136         }
137     );
138     YGasTot0        0.211;
139     YLiquidTot0     0.026;
140     YSolidTot0      0.763;
143 LiquidEvaporationCoeffs
145     activeLiquids
146     (
147         H2O
148     );
151 ConstantRateDevolatilisationCoeffs
153     A0              A0 [ 0 0 -1 0 0 ] 12;
154     volatileResidualCoeff 0.001;
157 COxidationDiffusionLimitedRateCoeffs
159     Sb              Sb [ 0 0 0 0 0 ] 1;
160     D               D [ 0 2 -1 0 0 ] 1.5e-05;
164 // ************************************************************************* //