OpenFOAM-5.x/applications
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
..
solvers Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
test primitiveShapes: Generalised tetrahedron and triangle cutting. Cuts are 2017-05-22 12:23:22 +01:00
utilities Replace foamList utility with -list.* options 2017-06-10 21:34:27 +01:00
Allwmake Allwmake: Provides clearer message when OpenFOAM environment is not loaded 2017-01-28 17:57:13 +00:00