Skip to content
Snippets Groups Projects
Commit f0cdca3b authored by andy's avatar andy
Browse files

ENH: Updated film tutorials

parent 23d58e54
Branches
Tags
No related merge requests found
......@@ -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 ();
......
......@@ -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
......
......@@ -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
();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment