Classes | |
class | diffusion |
Simple diffusion-based combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate in time. More... | |
class | EDC |
Eddy Dissipation Concept (EDC) turbulent combustion model. More... | |
class | FSD |
Flame Surface Density (FDS) combustion model. More... | |
class | infinitelyFastChemistry |
Simple infinitely fast chemistry combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate.in time. More... | |
class | laminar |
Laminar combustion model. More... | |
class | noCombustion |
Dummy combustion model for 'no combustion'. More... | |
class | PaSR |
Partially stirred reactor turbulent combustion model. More... | |
class | singleStepCombustion |
Base class for single-step combustion models. More... | |
class | zoneCombustion |
Zone-filtered combustion model. More... | |
Enumerations | |
enum class | EDCversions { v1981 , v1996 , v2005 , v2016 } |
EDC model versions. More... | |
Variables | |
const NamedEnum< EDCversions, 4 > | EDCversionNames |
const EDCversions | EDCdefaultVersion |
const scalar | EDCexp1 [] = {3, 2, 2, 2} |
const scalar | EDCexp2 [] = {3, 3, 2, 2} |
|
strong |
Foam::combustionModels::defineTypeNameAndDebug | ( | diffusion | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
diffusion | , | ||
dictionary | |||
) |
Foam::combustionModels::defineTypeNameAndDebug | ( | EDC | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
EDC | , | ||
dictionary | |||
) |
Foam::combustionModels::defineTypeNameAndDebug | ( | FSD | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
FSD | , | ||
dictionary | |||
) |
Foam::combustionModels::defineTypeNameAndDebug | ( | infinitelyFastChemistry | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
infinitelyFastChemistry | , | ||
dictionary | |||
) |
Foam::combustionModels::defineTypeNameAndDebug | ( | laminar | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
laminar | , | ||
dictionary | |||
) |
Foam::combustionModels::defineTypeNameAndDebug | ( | noCombustion | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
noCombustion | , | ||
dictionary | |||
) |
Foam::combustionModels::defineTypeNameAndDebug | ( | PaSR | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
PaSR | , | ||
dictionary | |||
) |
Foam::combustionModels::defineTypeNameAndDebug | ( | zoneCombustion | , |
0 | |||
) |
Foam::combustionModels::addToRunTimeSelectionTable | ( | combustionModel | , |
zoneCombustion | , | ||
dictionary | |||
) |
|
extern |
Definition at line 36 of file EDC.C.
Referenced by EDC::read().
|
extern |
Definition at line 39 of file EDC.C.
Referenced by EDC::read().
const scalar EDCexp1[] = {3, 2, 2, 2} |
Definition at line 125 of file EDC.H.
Referenced by EDC::read().
const scalar EDCexp2[] = {3, 3, 2, 2} |
Definition at line 126 of file EDC.H.
Referenced by EDC::read().