openfoam/tutorials/mesh
Mark Olesen a9741cea79 ENH: additional text expansion shortcuts (issue #792)
Support the following expansions when they occur at the start of a
string:

    Short-form       Equivalent
    =========       ===========
      <etc>/          ~OpenFOAM/   (as per foamEtcFile)
      <case>/         $FOAM_CASE/
      <constant>/     $FOAM_CASE/constant/
      <system>/       $FOAM_CASE/system/

These can be used in fileName expansions to improve clarity and reduce
some typing

     "<constant>/reactions"   vs  "$FOAM_CASE/constant/reactions"
2018-04-10 13:41:41 +02:00
..
blockMesh TUT: script cleanup, provide cleanCase0 for commonly used operation 2017-10-12 19:20:56 +02:00
foamyHexMesh TUT: test mode not respected (closes #710) 2018-02-20 12:54:44 +01:00
foamyQuadMesh ENH: region-wise decomposition specification for decomposeParDict 2017-11-09 12:30:24 +01:00
moveDynamicMesh STYLE: pointDisplacement: fix header 2018-03-14 11:05:37 +00:00
parallel ENH: additional text expansion shortcuts (issue #792) 2018-04-10 13:41:41 +02:00
refineMesh/refineFieldDirs ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
snappyHexMesh ENH: region-wise decomposition specification for decomposeParDict 2017-11-09 12:30:24 +01:00
stitchMesh/simple-cube1 STYLE: add End markers to some tutorials and finiteArea utils (issue #671) 2017-12-19 14:59:24 +01:00