Files
OpenFOAM-12/tutorials/multiphaseEuler/wallBoilingPolydisperseTwoGroups/constant/physicalProperties.liquid
2024-07-06 16:02:47 +01:00

38 lines
1.0 KiB
Plaintext

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "constant";
object physicalProperties.liquid;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heRhoThermo;
mixture pureMixture;
transport tabulated;
thermo hTabulated;
equationOfState rhoTabulated;
specie specie;
energy sensibleEnthalpy;
}
mixture
{
specie
{
molWeight 120.914;
}
#include "$FOAM_TUTORIALS/resources/thermoData/wallBoiling-liquid"
}
// ************************************************************************* //