ENH: Tutorial updates

This commit is contained in:
andy 2013-10-11 11:54:05 +01:00
parent 7662477b7f
commit fd9d4dad31
4 changed files with 33 additions and 11 deletions

View File

@ -23,10 +23,18 @@ active true;
thermoSingleLayerCoeffs thermoSingleLayerCoeffs
{ {
thermoModel singleComponent; filmThermoModel liquid;
liquid H2O;
liquidCoeffs
{
useReferenceValues no;
liquid H2O;
}
filmViscosityModel liquid;
deltaWet 1e-4; deltaWet 1e-4;
hydrophilic no; hydrophilic no;
turbulence laminar; turbulence laminar;

View File

@ -24,11 +24,18 @@ active true;
thermoSingleLayerCoeffs thermoSingleLayerCoeffs
{ {
thermoModel singleComponent; // constant filmThermoModel liquid;
liquid H2O; liquidCoeffs
{
useReferenceValues no;
liquid H2O;
}
filmViscosityModel liquid;
deltaWet 1e-4; deltaWet 1e-4;
hydrophilic no; hydrophilic no;
radiationModel none; radiationModel none;

View File

@ -23,12 +23,13 @@ active true;
kinematicSingleLayerCoeffs kinematicSingleLayerCoeffs
{ {
thermoModel constant; filmThermoModel constant;
constantThermoCoeffs constantCoeffs
{ {
rho0 rho0 [1 -3 0 0 0] 1000; specieName water;
mu0 mu0 [1 -1 -1 0 0] 1e-3; rho0 1000;
sigma0 sigma0 [1 0 -2 0 0] 0.07; mu0 1e-3;
sigma0 0.07;
} }
injectionModels (); injectionModels ();

View File

@ -23,9 +23,15 @@ active true;
thermoSingleLayerCoeffs thermoSingleLayerCoeffs
{ {
thermoModel singleComponent; filmThermoModel liquid;
liquid H2O; liquidCoeffs
{
useReferenceValues no;
liquid H2O;
}
filmViscosityModel liquid;
deltaWet 1e-4; deltaWet 1e-4;
hydrophilic no; hydrophilic no;