openfoam/etc
Mark Olesen ba3a31af95 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-03-16 12:03:57 +01:00
..
caseDicts REL: Release preparations 2019-12-23 09:49:23 +00:00
codeTemplates REL: Release preparations 2019-12-23 09:49:23 +00:00
config.csh BUG: csh ignores additional parameters (fixes #1582) 2020-02-05 10:27:38 +01:00
config.sh ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +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-03-16 12:03:57 +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 REL: Release preparations 2019-12-23 09:49:23 +00:00
cshrc ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +01:00
openfoam ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +01:00