Files
OpenFOAM-12/tutorials/multiphaseEuler/steamInjection/constant/physicalProperties.steam
2023-12-01 17:13:22 +00:00

56 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "constant";
object physicalProperties.steam;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
dpdt yes;
pressureWorkAlphaLimit 0;
mixture
{
specie
{
molWeight 18.0153;
}
thermodynamics
{
hf 0;
Cp 2078.4;
Tref 372.76;
hsRef 2675500;
}
transport
{
mu 1.2256e-5;
Pr 2.289;
}
}
// ************************************************************************* //