water/thermophysicalProperties: Changed equation of state to perfectFluid

This commit is contained in:
Henry Weller
2018-08-12 19:04:43 +01:00
parent 6f23328ef8
commit bf2812ed5a
2 changed files with 12 additions and 2 deletions

View File

@ -20,7 +20,7 @@ thermoType
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;
equationOfState perfectGas; equationOfState perfectFluid;
specie specie; specie specie;
energy sensibleEnthalpy; energy sensibleEnthalpy;
} }
@ -32,6 +32,11 @@ mixture
nMoles 1; nMoles 1;
molWeight 18.0; // [g/mol] molWeight 18.0; // [g/mol]
} }
equationOfState
{
R 3000; // [J/(kg K)]
rho0 1027; // [kg/m^3]
}
thermodynamics thermodynamics
{ {
Cp 4181; // [J/(kg K)] at T = 293 K Cp 4181; // [J/(kg K)] at T = 293 K

View File

@ -20,7 +20,7 @@ thermoType
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;
equationOfState perfectGas; equationOfState perfectFluid;
specie specie; specie specie;
energy sensibleEnthalpy; energy sensibleEnthalpy;
} }
@ -32,6 +32,11 @@ mixture
nMoles 1; nMoles 1;
molWeight 18.0; // [g/mol] molWeight 18.0; // [g/mol]
} }
equationOfState
{
R 3000; // [J/(kg K)]
rho0 1027; // [kg/m^3]
}
thermodynamics thermodynamics
{ {
Cp 4181; // [J/(kg K)] at T = 293 K Cp 4181; // [J/(kg K)] at T = 293 K