From fb7afd5f963cacb6c8b2cdb4a7ab3087c7dda069 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 26 Nov 2020 02:01:38 +0100 Subject: [PATCH] TUT: fix missing line ending and wrong blockMeshDict vertex location --- .../mesh/blockMesh/sphere7ProjectedEdges/system/blockMeshDict | 2 +- .../interIsoFoam/discInReversedVortexFlow/system/controlDict | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/blockMeshDict b/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/blockMeshDict index 727da905fc..a7163c206d 100644 --- a/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/blockMeshDict +++ b/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/blockMeshDict @@ -50,7 +50,7 @@ mvo #eval{ -$vo }; // Inner box sizes - % of overall dimension vi #eval{ $vo * $innerRatio }; -mvi #eval{ -$mvo }; +mvi #eval{ -$vi }; vertices ( diff --git a/tutorials/multiphase/interIsoFoam/discInReversedVortexFlow/system/controlDict b/tutorials/multiphase/interIsoFoam/discInReversedVortexFlow/system/controlDict index a4ba85ec87..adfe401cc5 100644 --- a/tutorials/multiphase/interIsoFoam/discInReversedVortexFlow/system/controlDict +++ b/tutorials/multiphase/interIsoFoam/discInReversedVortexFlow/system/controlDict @@ -66,7 +66,7 @@ functions scale cosine; scaleCoeffs { - period 16 + period 16; scale 1; level 0; }