/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2506 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type hePsiThermo; mixture reactingMixture; transport sutherland; thermo janaf; energy sensibleEnthalpy; equationOfState perfectGas; specie specie; } chemistryReader foamChemistryReader; foamChemistryThermoFile "/foam.dat"; foamChemistryFile "/foam.inp"; inertSpecie N2; liquids { H2O; } solids { C { rho 2010; Cp 710; kappa 0.04; Hf 0; emissivity 1.0; } ash; } // ************************************************************************* //