openfoam/applications/utilities/preProcessing/applyBoundaryLayer
Andrew Heather f8577a3423 ENH: applyBoundaryLayer - optionally write turbulence fields
- The previous option 'write-nut' controlled the writing of turbulence
  nut, but other turbulence fields were always written.
  These have been shown to be a source of instability for many cases.

  This commit replaces the 'write-nut' option by a 'writeTurbulenceFields'
  option that controls the writing of all turbulence fields.
  If not set, only the velocity field is written.

  For compatibility, the old 'write-nut' option is still recognized
  but is redirected to 'writeTurbulenceFields'.
2019-12-06 20:43:43 +00:00
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
applyBoundaryLayer.C ENH: applyBoundaryLayer - optionally write turbulence fields 2019-12-06 20:43:43 +00:00
createFields.H ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00