openfoam/applications/solvers/multiphase/interPhaseChangeFoam
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
..
interPhaseChangeDyMFoam GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
Make fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00
phaseChangeTwoPhaseMixtures Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
Allwclean Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
Allwmake Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
alphaControls.H Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
alphaEqn.H OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
alphaEqnSubCycle.H Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
createFields.H interPhaseChangeFoam, multiphaseInterFoam, potentialFreeSurfaceFoam: Added -postProcess option 2016-05-08 17:23:36 +01:00
interPhaseChangeFoam.C GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
pEqn.H interPhaseChangeFoam, multiphaseInterFoam, potentialFreeSurfaceFoam: Added -postProcess option 2016-05-08 17:23:36 +01:00
UEqn.H VoF solvers: rationalize the relationship between VoF solvers 2014-04-29 14:16:41 +01:00