openfoam/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq
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
..
0.orig TUT: compressible: clean up tutorials 2021-05-27 08:59:28 +00:00
constant TUT: compressible: clean up tutorials 2021-05-27 08:59:28 +00:00
system TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
Allrun TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
Allrun-parallel TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
Allrun.pre TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00