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;
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user