54 lines
1.5 KiB
C++
54 lines
1.5 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
|
| \\ / O peration | Version: 1.6-ext |
|
|
| \\ / A nd | Web: www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format binary;
|
|
class dictionary;
|
|
location "constant";
|
|
object thermophysicalProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
thermoType
|
|
{
|
|
type hePsiThermo;
|
|
mixture reactingMixture;
|
|
transport sutherland;
|
|
thermo janaf;
|
|
energy sensibleEnthalpy;
|
|
equationOfState perfectGas;
|
|
specie specie;
|
|
}
|
|
|
|
//CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
|
//CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
|
|
|
chemistryReader foamChemistryReader;
|
|
//To use openfoam format mechanism
|
|
foamChemistryFile "$FOAM_CASE/constant/chem";
|
|
|
|
foamChemistryThermoFile "$FOAM_CASE/constant/therm";
|
|
|
|
inertSpecie N2;
|
|
|
|
liquidComponents ( C7H16 );
|
|
|
|
liquids
|
|
{
|
|
C7H16
|
|
{
|
|
defaultCoeffs yes;
|
|
}
|
|
}
|
|
solids
|
|
{
|
|
// none
|
|
}
|
|
// ************************************************************************* //
|