mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
water/thermophysicalProperties: Changed equation of state to perfectFluid
This commit is contained in:
@ -20,7 +20,7 @@ thermoType
|
||||
mixture pureMixture;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
equationOfState perfectFluid;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
@ -32,6 +32,11 @@ mixture
|
||||
nMoles 1;
|
||||
molWeight 18.0; // [g/mol]
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
R 3000; // [J/(kg K)]
|
||||
rho0 1027; // [kg/m^3]
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Cp 4181; // [J/(kg K)] at T = 293 K
|
||||
|
||||
@ -20,7 +20,7 @@ thermoType
|
||||
mixture pureMixture;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
equationOfState perfectFluid;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
@ -32,6 +32,11 @@ mixture
|
||||
nMoles 1;
|
||||
molWeight 18.0; // [g/mol]
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
R 3000; // [J/(kg K)]
|
||||
rho0 1027; // [kg/m^3]
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Cp 4181; // [J/(kg K)] at T = 293 K
|
||||
|
||||
Reference in New Issue
Block a user