1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
14 object reactingCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 InjectionModel ManualInjection;
26 PatchInteractionModel StandardWallInteraction;
28 HeatTransferModel RanzMarshall;
30 CompositionModel SinglePhaseMixture;
32 PhaseChangeModel LiquidEvaporation;
34 PostProcessingModel none;
40 cellValueSourceCorrection on;
46 rhoMin rhoMin [ 1 -3 0 0 0 ] 1e-15;
47 TMin TMin [ 0 0 0 1 0 ] 200;
48 pMin pMin [ 1 -1 2 0 0 ] 1000;
49 rho0 rho0 [ 1 -3 0 0 0 ] 1000;
50 minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
51 T0 T0 [ 0 0 0 1 0 ] 300;
52 cp0 cp0 [ 0 2 -2 -1 0 ] 4187;
53 epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
54 f0 f0 [ 0 0 0 0 0 ] 0.5;
55 Pr Pr [ 0 0 0 0 0 ] 0.7;
56 Tvap Tvap [ 0 0 0 1 0 ] 273;
57 Tbp Tvap [ 0 0 0 1 0 ] 373;
86 massTotal massTotal [ 1 0 0 0 0 ] 1e-8;
89 positionsFile "reactingCloud1Positions";
102 StandardWallInteractionCoeffs
113 SinglePhaseMixtureCoeffs
124 LiquidEvaporationCoeffs
126 enthalpyTransfer enthalpyDifference;
134 // ************************************************************************* //