openfoam/applications/solvers/multiphase/twoPhaseEulerFoam/pU
Henry Weller 56bfc75949 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
..
createDDtU.H twoPhaseEulerFoam: Added experimental face-based momentum equation formulation 2015-04-27 21:33:58 +01:00
DDtU.H MRFZone: rationalize to allow support for general frame acceleration 2015-05-29 15:31:53 +01:00
pEqn.H Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
UEqns.H twoPhaseEulerFoam: Minor reorganization 2015-06-12 09:42:19 +01:00