OpenFOAM-5.x/src/combustionModels
Henry Weller 7bdbab7f4e Rationalize the "pos" function
"pos" now returns 1 if the argument is greater than 0, otherwise it returns 0.
This is consistent with the common mathematical definition of the "pos" function:

https://en.wikipedia.org/wiki/Sign_(mathematics)

However the previous implementation in which 1 was also returned for a 0
argument is useful in many situations so the "pos0" has been added which returns
1 if the argument is greater or equal to 0.  Additionally the "neg0" has been
added which returns 1 if if the argument is less than or equal to 0.
2017-06-22 14:32:18 +01:00
..
combustionModel The "<type>Coeffs" sub-dictionary is now optional for most model parameters 2017-04-20 09:14:48 +01:00
diffusion Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
EDC combustionModels::EDC: New Eddy Dissipation Concept (EDC) turbulent combustion model 2017-03-17 09:44:15 +00:00
FSD The "<type>Coeffs" sub-dictionary is now optional for most model parameters 2017-04-20 09:14:48 +01:00
infinitelyFastChemistry zoneCombustion: New cellZone based combustion model 2016-11-25 11:20:07 +00:00
laminar PaSR: Removed deprecated "turbulentReaction" switch 2017-01-20 17:17:14 +00:00
Make combustionModels::EDC: New Eddy Dissipation Concept (EDC) turbulent combustion model 2017-03-17 09:44:15 +00:00
noCombustion combustionModels: Minor cleanup 2017-01-26 17:48:31 +00:00
PaSR combustionModels: Minor cleanup 2017-01-26 17:48:31 +00:00
psiCombustionModel combustionModels::zoneCombustion: Corrected base-class 2016-11-28 11:59:17 +00:00
rhoCombustionModel combustionModels::zoneCombustion: Corrected base-class 2016-11-28 11:59:17 +00:00
singleStepCombustion Rationalized heat release rate functions 2016-12-15 17:10:21 +00:00
zoneCombustion Rationalized heat release rate functions 2016-12-15 17:10:21 +00:00