ENH: Tutorial updates
This commit is contained in:
parent
7662477b7f
commit
fd9d4dad31
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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 ();
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user