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.
Showing
- applications/test/parallelOverset/heatTransfer/Allclean 1 addition, 3 deletionsapplications/test/parallelOverset/heatTransfer/Allclean
- applications/test/volField/cavity/Allclean 1 addition, 0 deletionsapplications/test/volField/cavity/Allclean
- etc/templates/axisymmetricJet/Allclean 5 additions, 3 deletionsetc/templates/axisymmetricJet/Allclean
- etc/templates/axisymmetricJet/Allrun 3 additions, 2 deletionsetc/templates/axisymmetricJet/Allrun
- tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/Allclean 0 additions, 8 deletions...als/compressible/rhoPimpleFoam/RAS/squareBendLiq/Allclean
- tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/Allrun 1 addition, 5 deletions...rials/compressible/rhoPimpleFoam/RAS/squareBendLiq/Allrun
- tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/Allrun-parallel 6 additions, 2 deletions...pressible/rhoPimpleFoam/RAS/squareBendLiq/Allrun-parallel
- tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/Allrun.pre 5 additions, 3 deletions...s/compressible/rhoPimpleFoam/RAS/squareBendLiq/Allrun.pre
- tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/blockMeshDict 4 additions, 4 deletions...ible/rhoPimpleFoam/RAS/squareBendLiq/system/blockMeshDict
- tutorials/compressible/rhoSimpleFoam/squareBend/Allrun 1 addition, 24 deletionstutorials/compressible/rhoSimpleFoam/squareBend/Allrun
- tutorials/compressible/rhoSimpleFoam/squareBend/Allrun-parallel 12 additions, 0 deletions...als/compressible/rhoSimpleFoam/squareBend/Allrun-parallel
- tutorials/compressible/rhoSimpleFoam/squareBend/Allrun.pre 32 additions, 0 deletionstutorials/compressible/rhoSimpleFoam/squareBend/Allrun.pre
- tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun 1 addition, 5 deletionstutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun
- tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun-parallel 12 additions, 0 deletions.../compressible/rhoSimpleFoam/squareBendLiq/Allrun-parallel
- tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun.pre 5 additions, 3 deletions...rials/compressible/rhoSimpleFoam/squareBendLiq/Allrun.pre
- tutorials/compressible/rhoSimpleFoam/squareBendLiq/system/blockMeshDict 4 additions, 4 deletions...ressible/rhoSimpleFoam/squareBendLiq/system/blockMeshDict
- tutorials/compressible/rhoSimpleFoam/squareBendLiqNoNewtonian/Allrun 1 addition, 5 deletions...ompressible/rhoSimpleFoam/squareBendLiqNoNewtonian/Allrun
- tutorials/compressible/rhoSimpleFoam/squareBendLiqNoNewtonian/Allrun-parallel 12 additions, 0 deletions...le/rhoSimpleFoam/squareBendLiqNoNewtonian/Allrun-parallel
- tutorials/compressible/rhoSimpleFoam/squareBendLiqNoNewtonian/Allrun.pre 6 additions, 2 deletions...essible/rhoSimpleFoam/squareBendLiqNoNewtonian/Allrun.pre
- tutorials/compressible/rhoSimpleFoam/squareBendLiqNoNewtonian/system/blockMeshDict 4 additions, 4 deletions...oSimpleFoam/squareBendLiqNoNewtonian/system/blockMeshDict
Please register or sign in to comment