openfoam/etc/caseDicts/annotated/equilibriumFlameTDict
2024-12-24 11:17:31 +00:00

67 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2412 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
note "settings for calculating the equilibrium flame temperature";
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
P 1e5;
H2
{
fuel H2;
n 0;
m 2;
}
CH4
{
fuel CH4___ANHARMONIC;
n 1;
m 4;
}
ETHYLENE
{
fuel C2H4;
n 2;
m 4;
}
PROPANE
{
fuel C3H8;
n 3;
m 8;
}
OCTANE
{
fuel C8H18(L)_isooctane;
n 8;
m 18;
}
N-HEPTANE
{
fuel C7H16_n-heptane;
n 7;
m 16;
}
$H2;
// $CH4;
// $PROPANE;
// ************************************************************************* //