openfoam/etc
Mark Olesen f90de02159 ENH: openfoam shell session - improved and relocated
- '-c' option (as per shell), '-Dkey[=value]' option to provide
  preferences via the command-line. For example,

      etc/openfoam -DWM_COMPILER=Clang -int64  ./Allwmake -j -s -l

  These can also be combined with other options. Eg,

      etc/openfoam -DWM_COMPILER=Clang \
          -c 'wmake -show-path-cxx -show-cxxflags'

- relocated from bin/tools/ => etc/ for easier access

- bin/tools/openfoam.in : for autoconfig-style installation

- Auto-detect if the shell script was executed with openfoam and
  interpret accordingly.

  Simple example,

      --------------
      #!/usr/bin/openfoam
      cd "${0%/*}" || exit   # Run -*-sh-*- from this dir

      blockMesh
      simpleFoam
      --------------

   Note it is NOT currently possible to provide any other parameters
   this way. Eg,

      `#!/usr/bin/openfoam -sp` (NOT)

   This will either fail to run, or result in infinite recursion.
2020-02-12 17:48:09 +01:00
..
caseDicts ENH: snappyHexMesh: allow cellZone erosion. Fixes #1528. 2020-02-03 09:29:10 +00:00
codeTemplates REL: Release preparations 2019-12-23 09:49:23 +00:00
config.csh CONFIG: provide separate default settings for clang/gcc (fixes #1566) 2020-02-06 12:36:26 +00:00
config.sh ENH: openfoam shell session - improved and relocated 2020-02-12 17:48:09 +01:00
templates REL: Release preparations 2019-12-23 09:49:23 +00:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc ENH: openfoam shell session - improved and relocated 2020-02-12 17:48:09 +01:00
cellModels REL: Release preparations 2019-12-23 09:49:23 +00:00
colourTables REL: Release preparations 2019-12-23 09:49:23 +00:00
controlDict ENH: consistency improvements for surface patch handling (fixes #483) 2020-01-16 10:07:26 +01:00
cshrc ENH: openfoam shell session - improved and relocated 2020-02-12 17:48:09 +01:00
openfoam ENH: openfoam shell session - improved and relocated 2020-02-12 17:48:09 +01:00