OF-POSTECH-1/examples/FlameD_Equilibrium/constant/thermophysicalProperties
2017-08-03 22:15:03 +09:00

39 lines
1.4 KiB
C++

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