2010-09-23 13:04:10 +00:00
|
|
|
/*--------------------------------*- C++ -*----------------------------------*\
|
|
|
|
| ========= | |
|
2013-12-11 16:09:41 +00:00
|
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
2018-05-29 07:35:20 +00:00
|
|
|
| \\ / O peration | Version: 4.1 |
|
2015-05-17 13:55:59 +00:00
|
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
2010-09-23 13:04:10 +00:00
|
|
|
| \\/ M anipulation | |
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
|
|
{
|
|
|
|
version 2.0;
|
|
|
|
format ascii;
|
|
|
|
class dictionary;
|
|
|
|
location "constant";
|
|
|
|
object reactingCloud1Properties;
|
|
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
|
|
active true;
|
|
|
|
|
|
|
|
InjectionModel ManualInjection;
|
|
|
|
|
|
|
|
DragModel SphereDrag;
|
|
|
|
|
|
|
|
DispersionModel none;
|
|
|
|
|
|
|
|
PatchInteractionModel StandardWallInteraction;
|
|
|
|
|
|
|
|
HeatTransferModel RanzMarshall;
|
|
|
|
|
|
|
|
CompositionModel SinglePhaseMixture;
|
|
|
|
|
|
|
|
PhaseChangeModel LiquidEvaporation;
|
|
|
|
|
|
|
|
PostProcessingModel none;
|
|
|
|
|
|
|
|
radiation off;
|
|
|
|
|
|
|
|
coupled true;
|
|
|
|
|
|
|
|
cellValueSourceCorrection on;
|
|
|
|
|
|
|
|
parcelTypeId 1;
|
|
|
|
|
|
|
|
constantProperties
|
|
|
|
{
|
|
|
|
rhoMin rhoMin [ 1 -3 0 0 0 ] 1e-15;
|
|
|
|
TMin TMin [ 0 0 0 1 0 ] 200;
|
|
|
|
pMin pMin [ 1 -1 2 0 0 ] 1000;
|
|
|
|
rho0 rho0 [ 1 -3 0 0 0 ] 1000;
|
|
|
|
minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
|
|
|
|
T0 T0 [ 0 0 0 1 0 ] 300;
|
|
|
|
cp0 cp0 [ 0 2 -2 -1 0 ] 4187;
|
|
|
|
epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
|
|
|
|
f0 f0 [ 0 0 0 0 0 ] 0.5;
|
|
|
|
Pr Pr [ 0 0 0 0 0 ] 0.7;
|
|
|
|
Tvap Tvap [ 0 0 0 1 0 ] 273;
|
|
|
|
Tbp Tvap [ 0 0 0 1 0 ] 373;
|
|
|
|
constantVolume false;
|
|
|
|
}
|
|
|
|
|
|
|
|
interpolationSchemes
|
|
|
|
{
|
|
|
|
rho cell;
|
|
|
|
U cellPointFace;
|
|
|
|
mu cell;
|
|
|
|
T cell;
|
|
|
|
Cp cell;
|
|
|
|
p cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
integrationSchemes
|
|
|
|
{
|
|
|
|
U Euler;
|
|
|
|
T Analytical;
|
|
|
|
}
|
|
|
|
|
|
|
|
particleForces
|
|
|
|
{
|
|
|
|
gravity off;
|
|
|
|
virtualMass off;
|
|
|
|
pressureGradient off;
|
|
|
|
}
|
|
|
|
|
|
|
|
ManualInjectionCoeffs
|
|
|
|
{
|
|
|
|
massTotal massTotal [ 1 0 0 0 0 ] 1e-8;
|
|
|
|
parcelBasisType mass;
|
|
|
|
SOI 0;
|
|
|
|
positionsFile "reactingCloud1Positions";
|
|
|
|
U0 ( 0 0 0 );
|
|
|
|
parcelPDF
|
|
|
|
{
|
|
|
|
pdfType uniform;
|
|
|
|
uniformPDF
|
|
|
|
{
|
|
|
|
minValue 1e-04;
|
|
|
|
maxValue 1e-04;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
StandardWallInteractionCoeffs
|
|
|
|
{
|
|
|
|
type rebound;
|
|
|
|
}
|
|
|
|
|
|
|
|
RanzMarshallCoeffs
|
|
|
|
{
|
|
|
|
// thermal shielding
|
|
|
|
BirdCorrection true;
|
|
|
|
}
|
|
|
|
|
|
|
|
SinglePhaseMixtureCoeffs
|
|
|
|
{
|
|
|
|
phases
|
|
|
|
(
|
|
|
|
liquid
|
|
|
|
{
|
|
|
|
H2O 1;
|
|
|
|
}
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
LiquidEvaporationCoeffs
|
|
|
|
{
|
|
|
|
enthalpyTransfer enthalpyDifference;
|
|
|
|
|
|
|
|
activeLiquids
|
|
|
|
(
|
|
|
|
H2O
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
2016-06-21 12:50:08 +00:00
|
|
|
|
2010-09-23 13:04:10 +00:00
|
|
|
// ************************************************************************* //
|