mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Multiple tutorial updates
This commit is contained in:
@ -15,38 +15,18 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
//surfaceFilmModel kinematicSingleLayer;
|
||||
surfaceFilmModel thermoSingleLayer;
|
||||
|
||||
filmRegionName wallFilmRegion;
|
||||
|
||||
active true;
|
||||
|
||||
kinematicSingleLayerCoeffs
|
||||
{
|
||||
thermoModel constant;
|
||||
rho0 rho0 [1 -3 0 0 0] 1000;
|
||||
mu0 mu0 [1 -1 -1 0 0] 1e-3;
|
||||
sigma0 sigma0 [1 0 -2 0 0] 0.07;
|
||||
|
||||
deltaStable deltaStable [0 1 0 0 0] 0.0005;
|
||||
Cf 0.005;
|
||||
|
||||
injectionModel removeInjection; // none; // cloudInjection;
|
||||
}
|
||||
|
||||
|
||||
thermoSingleLayerCoeffs
|
||||
{
|
||||
thermoModel singleComponent; // constant
|
||||
liquid H2O;
|
||||
// thermoModel constant;
|
||||
// rho0 rho0 [1 -3 0 0 0] 1000;
|
||||
// mu0 mu0 [1 -1 -1 0 0] 1e-3;
|
||||
// sigma0 sigma0 [1 0 -2 0 0] 0.07;
|
||||
// cp0 cp0 [0 2 -2 -1 0] 4187;
|
||||
|
||||
deltaStable deltaStable [0 1 0 0 0] 0;
|
||||
Cf 0.005;
|
||||
|
||||
upperSurfaceModels
|
||||
@ -75,7 +55,9 @@ thermoSingleLayerCoeffs
|
||||
{
|
||||
cloudName reactingCloud1;
|
||||
|
||||
particlesPerParcel 100.0;
|
||||
deltaStable 0.0;
|
||||
|
||||
particlesPerParcel 100.0;
|
||||
|
||||
parcelPDF
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user