mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates
This commit is contained in:
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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 ();
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user