OpenFOAM-5.x/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels
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
..
kineticTheoryModels Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
Make twoPhaseEulerFoam: Corrected kineticTheory frictional stress at walls 2016-10-05 09:27:28 +01:00
phasePressureModel GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
phaseCompressibleTurbulenceModel.H twoPhaseEulerFoam: Corrected kineticTheory frictional stress at walls 2016-10-05 09:27:28 +01:00
phaseCompressibleTurbulenceModelFwd.H twoPhaseEulerFoam: Corrected kineticTheory frictional stress at walls 2016-10-05 09:27:28 +01:00
phaseCompressibleTurbulenceModels.C TurbulenceModels: Created a general base-class and selection mechanism for laminar stress models 2016-09-20 15:05:43 +01:00