OpenFOAM-5.x/src/topoChangerFvMesh
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
..
linearValveFvMesh The "<type>Coeffs" sub-dictionary is now optional for most model parameters 2017-04-20 09:14:48 +01:00
linearValveLayersFvMesh The "<type>Coeffs" sub-dictionary is now optional for most model parameters 2017-04-20 09:14:48 +01:00
Make OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
mixerFvMesh The "<type>Coeffs" sub-dictionary is now optional for most model parameters 2017-04-20 09:14:48 +01:00
movingConeTopoFvMesh Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
rawTopoChangerFvMesh Replacing const_cast lookupObject to lookupObjectRef 2017-05-11 14:42:59 +01:00
topoChangerFvMesh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00