/*--------------------------------*- 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.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" } // ************************************************************************* //