openfoam/tutorials/incompressible
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
..
adjointOptimisationFoam TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
adjointShapeOptimizationFoam/pitzDaily TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
boundaryFoam/steadyBoundaryLayer TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
icoFoam TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
lumpedPointMotion TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
nonNewtonianIcoFoam/offsetCylinder TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
overPimpleDyMFoam TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
overSimpleFoam/aeroFoil TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
pimpleFoam TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
pisoFoam DOC: solverInfo FO: improve header-file documentation 2021-06-09 14:28:18 +00:00
porousSimpleFoam TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
shallowWaterFoam/squareBump TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
simpleFoam TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
SRFPimpleFoam/rotor2D TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00
SRFSimpleFoam/mixer TUT: incompressible: clean up tutorials 2021-06-08 20:15:47 +00:00