openfoam/tutorials/heatTransfer
Mark Olesen c5beee63f3 ENH: add isTrue function to RunFunctions
- check if the first argument corresponds to an OpenFOAM value for
  'true' (as per Switch).
  True == 't', 'y', 'true', 'yes', 'on'. Everything else is not true.

- when the first argument is '-dict', it initializes the value
  with a query via foamDictionary.
  Eg,
       isTrue -dict mydict -entry parallel

   ==> value=$(foamDictionary mydict -entry parallel -value)
       isTrue $value

   a missing entry is silently treated as false.

ENH: add getNumberOfPatchFaces function in RunFunctions

- simple extraction of nFaces from boundary file for given patch/region
2018-11-30 19:29:49 +01:00
..
buoyantBoussinesqPimpleFoam TUT: Corrected tutorial name 2018-11-09 09:31:14 +00:00
buoyantBoussinesqSimpleFoam ENH: single precision: various small fixes. See #1086. 2018-11-21 11:12:25 +00:00
buoyantPimpleFoam ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
buoyantSimpleFoam ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
chtMultiRegionFoam ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00
chtMultiRegionSimpleFoam ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00