/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heSolidThermo; mixture pureSolidMixture; transport constIso; thermo hConst; equationOfState rhoConst; specie specie; energy sensibleEnthalpy; } mixture { specie { nMoles 1; molWeight 12; } transport { kappa 80; } radiation { sigmaS 0.0; kappaRad 0.0; emissivity 0.0; } thermodynamics { Hf 0; Cp 450; } equationOfState { rho 8000; } } solidComponents ( pmma char ); pmmaCoeffs { specie { nMoles 1; molWeight 100; } transport { kappa 0.152; } radiation { sigmaS 0.0; kappaRad 0.0; emissivity 0.1; } thermodynamics { Hf 0; Cp 1462; } equationOfState { rho 1114.0; } } charCoeffs { specie { nMoles 1; molWeight 50; } transport { kappa 0.4; } radiation { sigmaS 0.0; kappaRad 0.0; emissivity 0.0; } thermodynamics { Hf 0; Cp 611.0; } equationOfState { rho 11.5; } } // ************************************************************************* //