Newer
Older
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object reactingCloud1Properties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solution
{
active true;
coupled false;
sourceTerms
{
rho
{
semiImplicit false;
}
U
{
semiImplicit false;
}
Yi
{
semiImplicit false;
}
hs
{
semiImplicit false;
}
}
interpolationSchemes
{
rho cell;
U cellPoint;
mu cell;
T cell;
Cp cell;
p cell;
}
integrationSchemes
{
U Euler;
T Euler;
}
}
constantProperties
{
parcelTypeId 1;
rhoMin 1e-15;
TMin 200;
pMin 1000;
minParticleMass 1e-15;
rho0 1000;
youngsModulus 1e9;
poissonsRatio 0.35;
epsilon0 1;
f0 0.5;
Tvap 284;
Tbp 373;
Pr 0.7;
LDevol 0;
hRetentionCoeff 1;
constantVolume false;
}
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
}
radiation off;
{
massTotal 5.23599e-10; // 1 droplet of density 1000 kg/m3
parcelBasisType mass;
SOI 0;
positionsFile "reactingCloud1Positions";
U0 (0 0 0);
sizeDistribution
{
{
minValue 100e-06;
maxValue 100e-06;
}
}
}
{
type rebound;
}
RanzMarshallCoeffs
{
BirdCorrection off;
}
{
phases
(
gas
{
}
liquid
{
H2O 1;
}
solid
{
}
);
YGasTot0 0;
YLiquidTot0 1;
YSolidTot0 0;
}
{
enthalpyTransfer enthalpyDifference; // latentHeat;
}
// ************************************************************************* //