openfoam/tutorials
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
..
basic BUG: tutorial: missing writing of phi. Fixes #2124 2021-06-17 11:48:46 +01:00
combustion TUT: combustion: clean up tutorials 2021-06-08 20:17:19 +00:00
compressible TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
discreteMethods TUT: discreteMethods: cleanup tutorials 2021-03-24 13:16:45 +00:00
DNS/dnsFoam/boxTurb16 TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
electromagnetics TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
financial/financialFoam/europeanCall TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
finiteArea CONFIG: update compiler versions 2021-06-14 19:20:15 +02:00
heatTransfer ENH: Added new multiRegion function object 2021-06-16 13:44:50 +02:00
incompressible TUT: add parallel version for various squareBend cases 2021-06-18 17:14:22 +02:00
IO TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
lagrangian ENH: new multiFieldValue function object 2021-06-16 11:19:44 +02:00
mesh TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase TUT: new multiphase tutorial: damBreakPermeable 2021-06-17 18:21:25 +01:00
preProcessing TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
resources TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
stressAnalysis TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
verificationAndValidation TUT: turbulentDFSEMInlet: update DFSEM tutorials (fixes #2097) 2021-06-09 13:40:51 +00:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Alltest TUT: missing run-limit on tutorials/Alltest 2021-06-11 11:18:01 +02:00