case-counterflow-dc/constant/thermophysicalProperties
2016-11-28 21:15:07 +09:00

42 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 cantera;
thermo janaf;
energy sensibleEnthalpy;
equationOfState perfectGas;
specie specie;
}
inertSpecie N2;
chemistryReader foamChemistryReader;
// foamChemistryFile "$FOAM_CASE/constant/reactions";
// foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas";
foamChemistryFile "$FOAM_CASE/constant/gri/grimech30.foam";
foamChemistryThermoFile "$FOAM_CASE/constant/gri/thermo30.foam";
// ************************************************************************* //