fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / parcelInBox / constant / reactingCloud1Properties
blob71c41b8d7f333fcb354e694ea1ee8fbe660ae4b4
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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  ManualInjection;
22 DragModel       SphereDrag;
24 DispersionModel none;
26 PatchInteractionModel StandardWallInteraction;
28 HeatTransferModel RanzMarshall;
30 CompositionModel SingleMixtureFraction;
32 PhaseChangeModel LiquidEvaporation;
34 DevolatilisationModel none;
36 SurfaceReactionModel none;
38 PostProcessingModel none;
40 radiation       off;
42 coupled         false;
44 cellValueSourceCorrection off;
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 ] 284;
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               Euler;
83 particleForces
85     gravity         on;
86     virtualMass     off;
87     Cvm             0.5;
88     pressureGradient off;
89     gradU           gradU;
92 ManualInjectionCoeffs
94     massTotal       massTotal [ 1 0 0 0 0 ] 5.23599e-10; // 1 droplet of density 1000 kg/m3
95     parcelBasisType mass;
96     SOI             0;
97     positionsFile   "reactingCloud1Positions";
98     U0              (0 0 0);
99     parcelPDF
100     {
101         pdfType         uniform;
102         uniformPDF
103         {
104             minValue        100e-06;
105             maxValue        100e-06;
106         }
107     }
109 StandardWallInteractionCoeffs
111     type            rebound;
114 RanzMarshallCoeffs
116     BirdCorrection  off;
119 SingleMixtureFractionCoeffs
121     phases
122     (
123         gas
124         {
125         }
126         liquid
127         {
128             H2O 1;
129         }
130         solid
131         {
132         }
133     );
134     YGasTot0        0;
135     YLiquidTot0     1;
136     YSolidTot0      0;
139 LiquidEvaporationCoeffs
141     enthalpyTransfer enthalpyDifference; // latentHeat;
143     activeLiquids
144     (
145         H2O
146     );
149 PatchPostProcessingCoeffs
151     maxStoredParcels 100;
153     patches
154     (
155         outlet
156     );
159 // ************************************************************************* //