OpenFOAM-5.x/applications/solvers/multiphase/twoLiquidMixingFoam
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
..
Make compressibleInterFoam: Completed LTS and semi-implicit MULES support 2017-02-09 17:31:57 +00:00
alphaControls.H Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
alphaCourantNo.H Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
alphaDiffusionEqn.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
alphaEqn.H Renamed phiAlpha -P alphaPhi for consistency with Euler-Euler solvers 2015-09-11 17:52:43 +01:00
alphaEqnSubCycle.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
createFields.H dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
pEqn.H Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
twoLiquidMixingFoam.C applications/solvers/multiphase: Added -postProcess option 2016-05-08 20:57:08 +01:00
UEqn.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00