76 lines
2.2 KiB
C++
76 lines
2.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object thermophysicalProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
thermoType
|
|
{
|
|
type heheuPsiThermo;
|
|
mixture homogeneousMixture;
|
|
transport sutherland;
|
|
thermo janaf;
|
|
equationOfState perfectGas;
|
|
specie specie;
|
|
energy absoluteEnthalpy;
|
|
}
|
|
|
|
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 34.074;
|
|
|
|
reactants
|
|
{
|
|
specie
|
|
{
|
|
nMoles 24.8095;
|
|
molWeight 16.0243;
|
|
}
|
|
thermodynamics
|
|
{
|
|
Tlow 200;
|
|
Thigh 5000;
|
|
Tcommon 1000;
|
|
highCpCoeffs ( 3.02082 0.00104314 -2.88613e-07 4.20369e-11 -2.37182e-15 -902.964 2.3064 );
|
|
lowCpCoeffs ( 2.99138 0.00343493 -8.43792e-06 9.57755e-09 -3.75097e-12 -987.16 1.95123 );
|
|
}
|
|
transport
|
|
{
|
|
As 1.67212e-06;
|
|
Ts 170.672;
|
|
}
|
|
}
|
|
|
|
products
|
|
{
|
|
specie
|
|
{
|
|
nMoles 1;
|
|
molWeight 17.9973;
|
|
}
|
|
thermodynamics
|
|
{
|
|
Tlow 200;
|
|
Thigh 5000;
|
|
Tcommon 1000;
|
|
highCpCoeffs ( 2.879 0.00161934 -4.61257e-07 6.41382e-11 -3.3855e-15 -8023.54 4.11691 );
|
|
lowCpCoeffs ( 3.3506 0.00176018 -4.28718e-06 5.63372e-09 -2.35948e-12 -8211.42 1.36387 );
|
|
}
|
|
transport
|
|
{
|
|
As 1.67212e-06;
|
|
Ts 170.672;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|