From a6e735e5ce1d0691778b5a41a3a6d5e199592656 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 18 Jul 2018 19:41:32 +0200 Subject: [PATCH] TUT: samplingDebug was left enabled in tutorial (and missing a file) --- .../squareBend/constant/triSurface/angledPlane.obj | 11 +++++++++++ .../simpleFoam/squareBend/system/controlDict | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tutorials/incompressible/simpleFoam/squareBend/constant/triSurface/angledPlane.obj diff --git a/tutorials/incompressible/simpleFoam/squareBend/constant/triSurface/angledPlane.obj b/tutorials/incompressible/simpleFoam/squareBend/constant/triSurface/angledPlane.obj new file mode 100644 index 0000000000..2a92675594 --- /dev/null +++ b/tutorials/incompressible/simpleFoam/squareBend/constant/triSurface/angledPlane.obj @@ -0,0 +1,11 @@ +# An angled plane that extends beyond the geometry +o angledPlane + +v -0.03 -0.08 -0.03 +v -0.03 -0.08 0.03 +v -0.07 -0.02 0.03 +v -0.07 -0.02 -0.03 + +f 1 2 4 +f 2 3 4 +# EOF diff --git a/tutorials/incompressible/simpleFoam/squareBend/system/controlDict b/tutorials/incompressible/simpleFoam/squareBend/system/controlDict index 6d2125f4ee..8e00bf274e 100644 --- a/tutorials/incompressible/simpleFoam/squareBend/system/controlDict +++ b/tutorials/incompressible/simpleFoam/squareBend/system/controlDict @@ -52,7 +52,7 @@ runTimeModifiable true; functions { #include "sampling" - #include "samplingDebug" + // #include "samplingDebug" }