Bugfix: single precision compilation fix
[foam-extend-3.2.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / sprayProperties
blob43468ddbb90c964ef99af327c379416a505ba61d
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      binary;
12     class       dictionary;
13     location    "constant";
14     object      sprayProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 interpolationSchemes
20     U               cellPointFace;
21     rho             cell;
22     p               cell;
23     T               cell;
26 subCycles       2;
28 atomizationModel off;
30 includeOscillation yes;
32 breakupModel    ReitzKHRT;
34 injectorModel   hollowConeInjector;
36 collisionModel  off;
38 evaporationModel standardEvaporationModel;
40 heatTransferModel RanzMarshall;
42 dispersionModel off;
44 dragModel       standardDragModel;
46 wallModel       reflect;
48 sprayIteration
50     sprayIterate 1;
51     sprayRelaxFactor 1;
52     minimumParcelMass 1e-20;
55 specConstAtomizationCoeffs
57     dropletNozzleDiameterRatio ( 0.4 );
58     sprayAngle      ( 10 );
61 TABCoeffs
63     y0              0;
64     yDot0           0;
65     Cmu             10;
66     Comega          8;
67     WeCrit          12;
70 ETABCoeffs
72     Cmu             10;
73     Comega          8;
74     WeCrit          12;
75     k1              0.2;
76     k2              0.2;
77     WeTransition    100;
80 ReitzDiwakarCoeffs
82     Cbag            6;
83     Cb              0.785;
84     Cstrip          0.5;
85     Cs              10;
88 ReitzKHRTCoeffs
90     B0              0.61;
91     B1              40;
92     Ctau            1;
93     CRT             0.1;
94     msLimit         0.2;
95     WeberLimit      6;
98 trajectoryCoeffs
100     cSpace          1;
101     cTime           0.3;
104 standardDragModelCoeffs
106     preReFactor     0.166667;
107     ReExponent      0.666667;
108     ReLimiter       1000;
109     CdLimiter       0.44;
110     Cdistort        2.632;
113 standardEvaporationModelCoeffs
115     evaporationScheme explicit;
116     preReScFactor   0.6;
117     ReExponent      0.5;
118     ScExponent      0.333333;
121 RanzMarshallCoeffs
123     preRePrFactor   0.6;
124     ReExponent      0.5;
125     PrExponent      0.333333;
128 hollowConeInjectorCoeffs
130     dropletPDF
131     {
132         pdfType         RosinRammler;
133         RosinRammlerPDF
134         {
135             minValue        1e-06;
136             maxValue        0.00015;
137             d               ( 0.00015 );
138             n               ( 3 );
139         }
141         exponentialPDF
142         {
143             minValue        0.0001;
144             maxValue        0.001;
145             lambda          ( 10000 );
146         }
147     }
149     innerConeAngle  ( 0 );
150     outerConeAngle  ( 20 );
153 reflectCoeffs
155     elasticity      0.9;
158 // ************************************************************************* //