openfoam/tutorials
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
..
basic ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
combustion ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
compressible STYLE: use vtk::surfaceWriter instead of sampleSurface version 2018-10-16 14:49:56 +02:00
discreteMethods ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
DNS/dnsFoam/boxTurb16 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
electromagnetics ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
financial/financialFoam/europeanCall ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
finiteArea ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
heatTransfer ENH: add isTrue function to RunFunctions 2018-11-30 19:29:49 +01:00
incompressible TUT: Corrected fvSchemes 2018-11-14 11:20:17 +00:00
IO TUT: add Alltest for IO/dictionary 2018-11-27 11:11:47 +01:00
lagrangian ENH: add 'use' action for parcel selection 2018-11-24 13:34:02 +01:00
mesh Merge remote-tracking branch 'origin/develop' into develop 2018-11-27 16:59:08 +01:00
multiphase TUT: Added files missed during commit cab7820fb3 2018-11-27 11:41:34 +00:00
preProcessing TUT: adjustments in multiRegionHeater tutorials 2018-11-28 15:02:41 +01:00
resources/geometry ENH: semiPermeableBaffle: Added two new boundary conditions and a tutorial 2017-10-19 10:00:36 +01:00
stressAnalysis ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
verificationAndValidation/schemes/divergenceExample ENH: improve, simplify, rationalize coordinate system handling (issue #863) 2018-10-01 13:54:10 +02:00
Allclean TUT: clean out old tutorial build directories 2018-03-26 15:54:31 +02:00
Allcollect ENH: auto-detect git in tutorials Alltest 2018-10-12 23:29:16 +02:00
Allrun TUT: relocate tutorial log analysis as functions for reuse in modules 2017-12-21 14:17:20 +01:00
Alltest ENH: auto-detect git in tutorials Alltest 2018-10-12 23:29:16 +02:00