OpenFOAM-5.x/applications/solvers/multiphase/interFoam
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
..
interDyMFoam interFoam family of solvers: Improved Crank-Nicolson implementation 2017-03-06 17:34:10 +00:00
interMixingFoam Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
Make compressibleInterFoam: Completed LTS and semi-implicit MULES support 2017-02-09 17:31:57 +00:00
alphaSuSp.H compressibleInterFoam: Completed LTS and semi-implicit MULES support 2017-02-09 17:31:57 +00:00
correctPhi.H Solvers: Rationalized correctPhi 2015-02-11 13:22:24 +00:00
createFields.H interFoam family of solvers: Improved Crank-Nicolson implementation 2017-03-06 17:34:10 +00:00
interFoam.C interFoam family of solvers: Improved Crank-Nicolson implementation 2017-03-06 17:34:10 +00:00
pEqn.H Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
rhofs.H compressibleInterFoam: Completed LTS and semi-implicit MULES support 2017-02-09 17:31:57 +00:00
UEqn.H MRF: Separate MRF from fvOptions 2015-05-29 23:35:43 +01:00