/*--------------------------------*- 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; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heRhoThermo; mixture pureMixture; transport const; thermo eConst; equationOfState Boussinesq; specie specie; energy sensibleInternalEnergy; } mixture { specie { molWeight 28.9; } equationOfState { rho0 1; T0 300; beta 3e-03; } thermodynamics { Cv 712; Hf 0; } transport { mu 1e-05; Pr 0.7; } } // ************************************************************************* //