OpenFOAM-5.x/src/TurbulenceModels/turbulenceModels
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
..
Base/kOmegaSST kOmegaSSTBase: make correctNut(S2, F2) virtual 2017-02-03 10:52:35 +00:00
derivedFvPatchFields fixedShearStressFvPatchVectorField: Removed duplicate "value" entry 2017-05-18 19:56:16 +01:00
eddyViscosity applyBoundaryLayer: Provide non-const access to nut, k and epsilon 2017-03-21 15:07:13 +00:00
laminar turbulenceModels: The "<type>Coeffs" sub-dictionary is now optional 2017-04-21 18:22:46 +01:00
LES Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
linearViscousStress Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
Make epsilonWallFunction: Updated to work with both low- and high-Reynolds number turbulence models 2016-08-04 10:52:12 +01:00
nonlinearEddyViscosity vector::zero -> Zero 2016-04-16 18:34:41 +01:00
RAS Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
ReynoldsStress TurbulenceModels::ReynoldsStress: Added support for incompressible VoF solvers 2016-11-14 17:59:07 +00:00
TurbulenceModel rhoSimpleFoam: added support for compressible liquid flows 2017-02-24 11:18:01 +00:00
makeTurbulenceModel.H TurbulenceModels: Created a general base-class and selection mechanism for laminar stress models 2016-09-20 15:05:43 +01:00
turbulenceModel.C TurbulenceModels: Added validate function 2015-12-01 10:07:00 +00:00
turbulenceModel.H TurbulenceModels: Added validate function 2015-12-01 10:07:00 +00:00
turbulenceModelDoc.H Updated the whole of OpenFOAM to use the new templated TurbulenceModels library 2015-01-21 19:21:39 +00:00