eReactingFoam-4.x/testApp/gri/constant/thermophysicalProperties
2018-10-31 01:00:17 -04:00

38 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / 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;
}
chemistryReader foamChemistryReader;
foamChemistryFile "$FOAM_CASE/constant/GRI30/grimech30.foam";
foamChemistryThermoFile "$FOAM_CASE/constant/GRI30/thermo30.foam";
foamTransportFile "$FOAM_CASE/constant/GRI30/transport30.foam";
// ************************************************************************* //