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
{
thermoModel singleComponent;
liquid H2O;
filmThermoModel liquid;
liquidCoeffs
{
useReferenceValues no;
liquid H2O;
}
filmViscosityModel liquid;
deltaWet 1e-4;
hydrophilic no;
turbulence laminar;

View File

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

View File

@ -23,12 +23,13 @@ active true;
kinematicSingleLayerCoeffs
{
thermoModel constant;
constantThermoCoeffs
filmThermoModel constant;
constantCoeffs
{
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;
specieName water;
rho0 1000;
mu0 1e-3;
sigma0 0.07;
}
injectionModels ();

View File

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