BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / reactingParcelFilmFoam / hotBoxes / constant / reactingCloud1Properties
blob54e644e948bdb3de67210601287782fa87e2c7b4
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
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      reactingCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 solution
20     active          true;
21     coupled         yes;
22     transient       yes;
23     cellValueSourceCorrection yes;
25     sourceTerms
26     {
27         schemes
28         {
29             rho             explicit 1;
30             U               explicit 1;
31             Yi              explicit 1;
32             hs              explicit 1;
33         }
34     }
36     interpolationSchemes
37     {
38         rho             cell;
39         U               cellPoint;
40         mu              cell;
41         T               cell;
42         Cp              cell;
43         p               cell;
44     }
46     integrationSchemes
47     {
48         U               Euler;
49         T               analytical;
50     }
53 constantProperties
55     parcelTypeId    1;
57     rhoMin          1e-15;
58     TMin            200;
59     pMin            1000;
60     minParticleMass 1e-15;
62     rho0            1000;
63     T0              300;
64     Cp0             4187;
66     youngsModulus   1e9;
67     poissonsRatio   0.35;
69     epsilon0        1;
70     f0              0.5;
71     Pr              0.7;
72     Tvap            273;
73     Tbp             373;
75     constantVolume  false;
78 subModels
80     particleForces
81     {
82         sphereDrag;
83         gravity;
84     }
86     injectionModel  coneInjection;
88     dispersionModel none;
90     patchInteractionModel standardWallInteraction;
92     heatTransferModel none;
94     compositionModel singlePhaseMixture;
96     phaseChangeModel none;
98     surfaceFilmModel thermoSurfaceFilm;
100     radiation       off;
102     coneInjectionCoeffs
103     {
104         SOI             0.000;
105         duration        20.000;
106         positionAxis
107         (
108             ((0.3 0.35 1.45) (0 0 -1))
109             ((0.6 0.35 1.45) (0 0 -1))
110         );
112         massTotal       10;
113         parcelsPerInjector 20000;
114         parcelsPerSecond 500;
115         parcelBasisType mass;
116         flowRateProfile constant 0.1;
117         Umag            constant 3.0;
118         thetaInner      constant 0;
119         thetaOuter      constant 45;
121         sizeDistribution
122         {
123             type         RosinRammler;
124             RosinRammlerDistribution
125             {
126                 minValue        5e-04;
127                 maxValue        0.0012;
128                 d               7.5e-05;
129                 n               0.5;
130             }
131         }
132     }
134     standardWallInteractionCoeffs
135     {
136         type            rebound;
137     }
139     singlePhaseMixtureCoeffs
140     {
141         phases
142         (
143             liquid
144             {
145                 H2O          1;
146             }
147         );
148     }
150     thermoSurfaceFilmCoeffs
151     {
152         interactionType splashBai;
153         deltaWet        0.0005;
154         Adry            2630;
155         Awet            1320;
156         Cf              0.6;
157     }
161 cloudFunctions
165 // ************************************************************************* //