OpenFOAM-5.x/src/TurbulenceModels/turbulenceModels
Henry Weller 68fb9a2bf9 GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref()
In order to simplify expressions involving dimensioned internal field it
is preferable to use a simpler access convention.  Given that
GeometricField is derived from DimensionedField it is simply a matter of
de-referencing this underlying type unlike the boundary field which is
peripheral information.  For consistency with the new convention in
"tmp"  "dimensionedInteralFieldRef()" has been renamed "ref()".
2016-04-30 18:43:51 +01:00
..
derivedFvPatchFields GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
eddyViscosity Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
laminar vector::zero -> Zero 2016-04-16 18:34:41 +01:00
LES GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
linearViscousStress Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
Make OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
nonlinearEddyViscosity vector::zero -> Zero 2016-04-16 18:34:41 +01:00
RAS GeometricField: Rationalized and simplified access to the dimensioned internal field 2016-04-27 21:32:45 +01:00
ReynoldsStress GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
TurbulenceModel Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
makeTurbulenceModel.H Add support for reading and updating the debug switches of templated 2015-02-04 22:08:27 +00: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