/*--------------------------------*- 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; object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heSolidThermo; mixture pureMixture; //transport constAnIso; transport constAnIsoSolid; //transport falafel; thermo eConst; equationOfState rhoConst; specie specie; energy sensibleInternalEnergy; } coordinateSystem { type cartesian; // global co-ordinate system (redundant) origin (0 0 0); // redundant in this case coordinateRotation { type axesRotation; // local Cartesian co-ordinates e1 (1 0 0); e2 (0 1 0); } } mixture { specie { nMoles 1; molWeight 63.5; // [g/mol] } transport { //kappa 380; // [W/m/K] kappa (380 300 300); // [W/m/K] } thermodynamics { Hf 0; Cv 385; // [J/kg/K] } equationOfState { rho 8940; // [kg/m^3] } } // ************************************************************************* //