OpenFOAM-5.x/src/TurbulenceModels
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
..
compressible externalWallHeatFluxTemperature BC: Updated documentation 2017-06-13 09:12:41 +01:00
incompressible Updated member type comments 2016-11-28 21:23:00 +00:00
phaseCompressible kOmegaSSTSato: removed debug message 2017-02-03 11:37:56 +00:00
phaseIncompressible/PhaseIncompressibleTurbulenceModel Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
turbulenceModels Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
Allwmake Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00