OpenFOAM-5.x/applications/solvers/multiphase/multiphaseEulerFoam
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
..
interfacialModels Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
Make Make/options: Removed duplicate entries 2016-08-01 20:55:16 +01:00
multiphaseSystem 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
correctPhi.H multiphaseEulerFoam: transform to solve for p_rgh 2015-03-19 21:40:41 +00:00
CourantNo.H Updated headers 2016-04-30 21:53:19 +01:00
createFields.H applications/solvers/multiphase: Added -postProcess option 2016-05-08 20:57:08 +01:00
createMRFZones.H MRFZone: rationalize to allow support for general frame acceleration 2015-05-29 15:31:53 +01:00
DDtU.H MRFZone: rationalize to allow support for general frame acceleration 2015-05-29 15:31:53 +01:00
MRFCorrectBCs.H MRFZone: rationalize to allow support for general frame acceleration 2015-05-29 15:31:53 +01:00
multiphaseEulerFoam.C applications/solvers/multiphase: Added -postProcess option 2016-05-08 20:57:08 +01:00
pEqn.H Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
TEqns.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
UEqns.H GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
zonePhaseVolumes.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00