Foam::combustionModels Namespace Reference

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  diffusionMulticomponent
 Diffusion based turbulent combustion model for multicomponent species. More...
 
class  EDC
 Eddy Dissipation Concept (EDC) turbulent combustion model. More...
 
class  eddyDissipationDiffusionModel
 Eddy dissipation model based on the principle of mixed is burnt. More...
 
class  eddyDissipationModelBase
 Standard Eddy Dissipation Model based on the assumption that the reaction rates are controlled by the turbulece time length scale. The chemical reaction rate is governed by the large-eddy mixing scale, (ie k/epsilon). Combustion takes place whenever the turbulence is present. More...
 
class  FSD
 Flame Surface Dennsity (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 combustion models using singleStepReactingMixture. More...
 
class  zoneCombustion
 Zone-filtered combustion model. More...
 

Enumerations

enum class  EDCversions { v1981 , v1996 , v2005 , v2016 }
 EDC model versions. More...
 

Variables

const Enum< EDCversionsEDCversionNames
 
const EDCversions EDCdefaultVersion
 
const scalar EDCexp1 [] = {3, 2, 2, 2}
 
const scalar EDCexp2 [] = {3, 3, 2, 2}
 

Enumeration Type Documentation

◆ EDCversions

enum class EDCversions
strong

EDC model versions.

Enumerator
v1981 
v1996 
v2005 
v2016 

Definition at line 114 of file EDC.H.

Variable Documentation

◆ EDCversionNames

◆ EDCdefaultVersion

◆ EDCexp1

const scalar EDCexp1[] = {3, 2, 2, 2}

Definition at line 125 of file EDC.H.

Referenced by EDC< ReactionThermo >::EDC(), and EDC< ReactionThermo >::read().

◆ EDCexp2

const scalar EDCexp2[] = {3, 3, 2, 2}

Definition at line 126 of file EDC.H.

Referenced by EDC< ReactionThermo >::EDC(), and EDC< ReactionThermo >::read().