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:
@ -1235,7 +1235,7 @@ boundaryField
|
|||||||
field p;
|
field p;
|
||||||
phi phi;
|
phi phi;
|
||||||
rho rho;
|
rho rho;
|
||||||
psi psi;
|
psi thermo:psi;
|
||||||
gamma 1.4;
|
gamma 1.4;
|
||||||
fieldInf 101325;
|
fieldInf 101325;
|
||||||
lInf 0.025;
|
lInf 0.025;
|
||||||
@ -1275,7 +1275,7 @@ boundaryField
|
|||||||
U U;
|
U U;
|
||||||
phi phi;
|
phi phi;
|
||||||
rho none;
|
rho none;
|
||||||
psi psi;
|
psi thermo:psi;
|
||||||
gamma 1.4;
|
gamma 1.4;
|
||||||
p0 uniform 101325;
|
p0 uniform 101325;
|
||||||
value nonuniform List<scalar>
|
value nonuniform List<scalar>
|
||||||
|
|||||||
@ -31,7 +31,7 @@ boundaryField
|
|||||||
field p;
|
field p;
|
||||||
phi phi;
|
phi phi;
|
||||||
rho rho;
|
rho rho;
|
||||||
psi psi;
|
psi thermo:psi;
|
||||||
gamma 1.3;
|
gamma 1.3;
|
||||||
fieldInf 1e5;
|
fieldInf 1e5;
|
||||||
lInf 0.3;
|
lInf 0.3;
|
||||||
|
|||||||
@ -42,7 +42,7 @@ gasThermoTypes
|
|||||||
|
|
||||||
thermoType
|
thermoType
|
||||||
{
|
{
|
||||||
$.gasThermoTypes.constant;
|
${:gasThermoTypes.constant};
|
||||||
}
|
}
|
||||||
|
|
||||||
mixture
|
mixture
|
||||||
|
|||||||
Reference in New Issue
Block a user