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

47 lines
1.1 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;
object thermophysicalProperties.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
mixture
{
specie
{
molWeight 18.015;
}
thermodynamics
{
Cp 1006.3;
hf 6e3;
}
transport
{
mu 9.86e-06;
Pr 0.71;
}
}
// ************************************************************************* //