mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
94 lines
2.7 KiB
C++
94 lines
2.7 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object thermophysicalProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
thermoType hsPsiMixtureThermo<veryInhomogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
|
|
|
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 17.1271;
|
|
|
|
stoichiometricOxygenFuelMassRatio stoichiometricOxygenFuelMassRatio [ 0 0 0 0 0 0 0 ] 4;
|
|
|
|
qFuel qFuel [ 0 2 -2 0 0 0 0 ] 5.00264e+07;
|
|
|
|
fuel
|
|
{
|
|
specie
|
|
{
|
|
nMoles 1;
|
|
molWeight 16.0428;
|
|
}
|
|
thermodynamics
|
|
{
|
|
Tlow 200;
|
|
Thigh 6000;
|
|
Tcommon 1000;
|
|
highCpCoeffs ( 1.63543 0.0100844 -3.36924e-06 5.34973e-10 -3.15528e-14 -10005.6 9.9937 );
|
|
lowCpCoeffs ( 5.14988 -0.013671 4.91801e-05 -4.84744e-08 1.66694e-11 -10246.6 -4.64132 );
|
|
}
|
|
transport
|
|
{
|
|
As 1.67212e-06;
|
|
Ts 170.672;
|
|
}
|
|
}
|
|
|
|
oxidant
|
|
{
|
|
specie
|
|
{
|
|
nMoles 1;
|
|
molWeight 28.8504;
|
|
}
|
|
thermodynamics
|
|
{
|
|
Tlow 200;
|
|
Thigh 6000;
|
|
Tcommon 1000;
|
|
highCpCoeffs ( 3.10131 0.00124137 -4.18816e-07 6.64158e-11 -3.91274e-15 -985.266 5.35597 );
|
|
lowCpCoeffs ( 3.58378 -0.000727005 1.67057e-06 -1.09203e-10 -4.31765e-13 -1050.53 3.11239 );
|
|
}
|
|
transport
|
|
{
|
|
As 1.67212e-06;
|
|
Ts 170.672;
|
|
}
|
|
}
|
|
|
|
burntProducts
|
|
{
|
|
specie
|
|
{
|
|
nMoles 1;
|
|
molWeight 27.6334;
|
|
}
|
|
thermodynamics
|
|
{
|
|
Tlow 200;
|
|
Thigh 6000;
|
|
Tcommon 1000;
|
|
highCpCoeffs ( 3.0602 0.00182422 -5.93878e-07 8.93807e-11 -4.97595e-15 -10998.7 5.32209 );
|
|
lowCpCoeffs ( 3.54628 0.000378279 2.02797e-07 9.31602e-10 -6.84016e-13 -11102.1 2.90098 );
|
|
}
|
|
transport
|
|
{
|
|
As 1.67212e-06;
|
|
Ts 170.672;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|