laminardiffusionflame/constant/thermophysicalProperties

39 lines
1.4 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type hePsiThermo;
mixture reactingMixture;
transport sutherland;
thermo janaf;
energy sensibleEnthalpy;
equationOfState perfectGas;
specie specie;
}
inertSpecie AR;
chemistryReader foamChemistryReader;
foamChemistryFile "$FOAM_CASE/constant/mech/GRI30/grimech30.foam";
foamChemistryThermoFile "$FOAM_CASE/constant/mech/GRI30/thermo30.foam";
foamTransportFile "$FOAM_CASE/constant/mech/GRI30/transport30.foam";
// ************************************************************************* //