Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f0cdca3b
Commit
f0cdca3b
authored
May 19, 2011
by
andy
Browse files
ENH: Updated film tutorials
parent
23d58e54
Changes
3
Hide whitespace changes
Inline
Side-by-side
tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/surfaceFilmProperties
View file @
f0cdca3b
...
...
@@ -15,34 +15,27 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//surfaceFilmModel kinematicSingleLayer;
surfaceFilmModel thermoSingleLayer;
regionName 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;
Cf 0.005;
injectionModels ();
}
thermoSingleLayerCoeffs
{
thermoModel singleComponent;
liquid H2O;
deltaStable deltaStable [0 1 0 0 0] 0;
Cf 0.005;
forces
(
surfaceShear
thermocapillary
);
surfaceShearCoeffs
{
Cf 0.005;
}
injectionModels ();
...
...
tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/constant/surfaceFilmProperties
View file @
f0cdca3b
...
...
@@ -25,9 +25,8 @@ active true;
thermoSingleLayerCoeffs
{
thermoModel singleComponent; // constant
liquid H2O;
Cf
0.005
;
liquid
H2O
;
radiationModel none;
...
...
@@ -52,6 +51,35 @@ thermoSingleLayerCoeffs
}
}
forces
(
surfaceShear
thermocapillary
contactAngle
);
surfaceShearCoeffs
{
Cf 0.005;
}
contactAngleCoeffs
{
deltaWet 1e-4;
Ccf 0.085;
contactAngleDistribution
{
type normal;
normalDistribution
{
minValue 50;
maxValue 100;
expectation 75;
variance 100;
}
}
}
injectionModels
(
curvatureSeparation
...
...
tutorials/lagrangian/reactingParcelFilmFoam/splashPanel/constant/surfaceFilmProperties
View file @
f0cdca3b
...
...
@@ -15,32 +15,28 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//surfaceFilmModel kinematicSingleLayer;
surfaceFilmModel thermoSingleLayer;
regionName 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;
Cf 0.005;
injectionModels ();
}
thermoSingleLayerCoeffs
{
thermoModel singleComponent;
liquid H2O;
Cf 0.005;
forces
(
surfaceShear
thermocapillary
);
surfaceShearCoeffs
{
Cf 0.005;
}
injectionModels
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment