Classes | |
| class | diffusion |
| Simple diffusion-based reaction 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 reaction model. More... | |
| class | FSD |
| Flame Surface Density (FDS) reaction model. More... | |
| class | infinitelyFastChemistry |
| Simple infinitely fast chemistry reaction 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 reaction model. More... | |
| class | noReaction |
| Dummy reaction model for 'no reaction'. More... | |
| class | PaSR |
| Partially stirred reactor turbulent reaction model. More... | |
| class | singleStepReaction |
| Base class for single-step reaction models. More... | |
| class | zoneReaction |
| Zone-filtered reaction model. More... | |
Enumerations | |
| enum class | EDCversions { v1981 , v1996 , v2005 , v2016 } |
| EDC model versions. More... | |
Variables | |
| const NamedEnum< EDCversions, 4 > | EDCversionNames {"v1981", "v1996", "v2005", "v2016"} |
| const EDCversions | EDCdefaultVersion |
| const scalar | EDCexp1 [] = {3, 2, 2, 2} |
| const scalar | EDCexp2 [] = {3, 3, 2, 2} |
|
strong |
| Foam::reactionModels::defineTypeNameAndDebug | ( | diffusion | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| diffusion | , | ||
| dictionary | |||
| ) |
| Foam::reactionModels::defineTypeNameAndDebug | ( | EDC | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| EDC | , | ||
| dictionary | |||
| ) |
| Foam::reactionModels::defineTypeNameAndDebug | ( | FSD | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| FSD | , | ||
| dictionary | |||
| ) |
| Foam::reactionModels::defineTypeNameAndDebug | ( | infinitelyFastChemistry | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| infinitelyFastChemistry | , | ||
| dictionary | |||
| ) |
| Foam::reactionModels::defineTypeNameAndDebug | ( | laminar | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| laminar | , | ||
| dictionary | |||
| ) |
| Foam::reactionModels::defineTypeNameAndDebug | ( | noReaction | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| noReaction | , | ||
| dictionary | |||
| ) |
| Foam::reactionModels::defineTypeNameAndDebug | ( | PaSR | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| PaSR | , | ||
| dictionary | |||
| ) |
| Foam::reactionModels::defineTypeNameAndDebug | ( | zoneReaction | , |
| 0 | |||
| ) |
| Foam::reactionModels::addToRunTimeSelectionTable | ( | reactionModel | , |
| zoneReaction | , | ||
| dictionary | |||
| ) |
|
extern |
Definition at line 32 of file EDC.C.
Referenced by EDC::read().
|
extern |
Definition at line 36 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().