openfoam/tutorials/heatTransfer/chtMultiRegionSimpleFoam
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
..
externalCoupledHeater ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00
heatExchanger TUT: Moved g files - see 9abe97bb7b 2018-11-27 11:46:49 +00:00
jouleHeatingSolid TUT: adjustments in multiRegionHeater tutorials 2018-11-28 15:02:41 +01:00
multiRegionHeaterRadiation TUT: Moved g files - see 9abe97bb7b 2018-11-27 11:46:49 +00:00