openfoam/etc
Mark Olesen 096b9dc52e TUT: add parallel version for various squareBend cases
- adjust commented-out evaluation to avoid warnings.

  With code like this
  ```
  #if 0
  nxin    #eval{ round($nxin / 5) };
  #endif
  ```

  The handling of the "#if 0 / #endif" clause uses the plain ISstream
  parser to tokenize. This means that the "round(" is parsed as a word
  with a mismatched closing ')', whereas the "#eval" parser will slurp
  everything in until the closing brace and send it off as a string
  to the expression parser.
2021-06-18 17:14:22 +02:00
..
caseDicts ENH: new multiFieldValue function object 2021-06-16 11:19:44 +02:00
codeTemplates ENH: provide dictionary access for coded BCs etc (#1922) 2021-06-07 10:28:15 +02:00
config.csh CONFIG: update compiler versions 2021-06-14 19:20:15 +02:00
config.sh CONFIG: update compiler versions 2021-06-14 19:20:15 +02:00
templates TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc CONFIG: adjust intel compiler and mpi settings (#2056) 2021-04-23 11:39:29 +02:00
cellModels RELEASE: Updated version to v2012 2020-12-23 10:01:39 +01:00
colourTables BUG: typo in etc/colourTables 2021-02-03 15:05:36 +01:00
controlDict ENH: refactor and extend handling of faSchemes/fvSchemes 2021-05-13 15:27:24 +02:00
cshrc CONFIG: adjust intel compiler and mpi settings (#2056) 2021-04-23 11:39:29 +02:00
openfoam ENH: replace tutorials/AutoTest with bin/foamTestTutorial 2021-06-10 08:38:20 +02:00