Upgrade case file headers
[foam-extend-3.2.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / verticalChannel / constant / reactingCloud1Properties
blobadc6389a3246ccb5c9d408a1f612c354d8f4bd45
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      ascii;
12     class       dictionary;
13     location    "constant";
14     object      reactingCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 active          true;
20 InjectionModel  PatchInjection;
22 DragModel       SphereDrag;
24 DispersionModel StochasticDispersionRAS;
26 PatchInteractionModel StandardWallInteraction;
28 HeatTransferModel RanzMarshall;
30 CompositionModel SingleMixtureFraction;
32 PhaseChangeModel LiquidEvaporation;
34 DevolatilisationModel none;
36 SurfaceReactionModel none;
38 PostProcessingModel PatchPostProcessing;
40 radiation       off;
42 coupled         true;
44 cellValueSourceCorrection on;
46 parcelTypeId    1;
48 constantProperties
50     rhoMin          rhoMin [ 1 -3 0 0 0 ] 1e-15;
51     TMin            TMin [ 0 0 0 1 0 ] 200;
52     pMin            pMin [ 1 -1 2 0 0 ] 1000;
53     rho0            rho0 [ 1 -3 0 0 0 ] 1000;
54     minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
55     T0              T0 [ 0 0 0 1 0 ] 350;
56     cp0             cp0 [ 0 2 -2 -1 0 ] 4100;
57     epsilon0        epsilon0 [ 0 0 0 0 0 ] 1;
58     f0              f0 [ 0 0 0 0 0 ] 0.5;
59     Tvap            Tvap [ 0 0 0 1 0 ] 273;
60     Tbp             Tbp [ 0 0 0 1 0 ] 373;
61     Pr              Pr [ 0 0 0 0 0 ] 0.7;
62     LDevol          LDevol [ 0 0 0 0 0 ] 0;
63     hRetentionCoeff hRetentionCoeff [ 0 0 0 0 0 ] 1;
64     constantVolume  false;
67 interpolationSchemes
69     rho             cell;
70     U               cellPointFace;
71     mu              cell;
72     T               cell;
73     Cp              cell;
74     p               cell;
77 integrationSchemes
79     U               Euler;
80     T               Analytical;
83 particleForces
85     gravity         on;
86     virtualMass     off;
87     Cvm             0.5;
88     pressureGradient off;
89     gradU           gradU;
92 PatchInjectionCoeffs
94     SOI             0.01;
95     massTotal       massTotal [ 1 0 0 0 0 ] 8;
96     parcelBasisType mass;
97     patchName       inletCentral;
98     duration        10000;
99     parcelsPerSecond 1e5;
100     U0              (40 0 0);
101     volumeFlowRate  constant 1;
102     parcelPDF
103     {
104         pdfType         general;
105         generalPDF
106         {
107             distribution
108             (
109                 (10e-06      0.0025)
110                 (15e-06      0.0528)
111                 (20e-06      0.2795)
112                 (25e-06      1.0918)
113                 (30e-06      2.3988)
114                 (35e-06      4.4227)
115                 (40e-06      6.3888)
116                 (45e-06      8.6721)
117                 (50e-06      10.3153)
118                 (55e-06      11.6259)
119                 (60e-06      12.0030)
120                 (65e-06      10.4175)
121                 (70e-06      10.8427)
122                 (75e-06      8.0016)
123                 (80e-06      6.1333)
124                 (85e-06      3.8827)
125                 (90e-06      3.4688)
126             );
127         }
128     }
131 StandardWallInteractionCoeffs
133     type            rebound;
136 RanzMarshallCoeffs
138     BirdCorrection  off;
141 SingleMixtureFractionCoeffs
143     phases
144     (
145         gas
146         {
147         }
148         liquid
149         {
150             H2O 1;
151         }
152         solid
153         {
154         }
155     );
156     YGasTot0        0;
157     YLiquidTot0     1;
158     YSolidTot0      0;
161 LiquidEvaporationCoeffs
163     enthalpyTransfer enthalpyDifference;
165     activeLiquids
166     (
167         H2O
168     );
171 PatchPostProcessingCoeffs
173     maxStoredParcels 100;
175     patches
176     (
177         outlet
178     );
181 // ************************************************************************* //