openfoam/applications/utilities/mesh/generation/snappyHexMesh
Mark Olesen 84b109219a STYLE: reduced usage of Switch
- Since 'bool' and 'Switch' use the _identical_ input mechanism
  (ie, both accept true/false, on/off, yes/no, none, 1/0), the main
  reason to prefer one or the other is the output.

  The output for Switch is as text (eg, "true"), whereas for bool
  it is label (0 or 1). If the output is required for a dictionary,
  Switch may be appropriate. If the output is not required, or is only
  used for Pstream exchange, bool can be more appropriate.
2018-06-01 20:51:48 +02:00
..
Make CONFIG: adjust make scripts for darwin 2018-04-24 21:20:06 +02:00
meshQualityDict STYLE: use #includeEtc in tutorial cases 2017-06-21 16:42:57 +01:00
snappyHexMesh.C STYLE: reduced usage of Switch 2018-06-01 20:51:48 +02:00
snappyHexMeshDict ENH: snappyHexMesh: Remove cells inside any limitRegion with level -1. Fixes #852. 2018-05-31 10:05:02 +01:00