FreeFOAM The Cross-Platform CFD Toolkit
IFCLookUpTableGen.C File Reference

Calculate the the infinitely-fast chemistry relationships in function of ft. for a given fuel. More...


Detailed Description

Calculate the the infinitely-fast chemistry relationships in function of ft. for a given fuel.

The output is given in moles. i.e. dictionary:

fileName "SpeciesTable";


fuel CH4(ANHARMONIC);
n1;
m4;


fields
(
{
name   ft;
min0.;
max1.;
N  100;
}
);

output
(
{
nameCH4;
}
{
nameCO2;
}
{
nameH2O;
}
);
Usage
  • IFCLookUpTableGen <controlFile> [OPTION]
Parameters:
\<controlFile\>Control-dictionary file for the lookup table generation
-parallel
Run the case in parallel
-help
Display short usage message
-doc
Display Doxygen documentation page
-srcDoc
Display source code

Definition in file IFCLookUpTableGen.C.

+ Include dependency graph for IFCLookUpTableGen.C:

Go to the source code of this file.