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;
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