/*--------------------------------*- 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 ascii;
class dictionary;
note "Calculating the IFC flamelets";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fileName "SpeciesTable";
fuel CH4(ANHARMONIC);
n 1;
m 4;
fields
(
name ft;
min 0.;
max 1.;
N 100;
);
output
name CH4;
name CO2;
name H2O;
// ************************************************************************* //