From 38d3a36c2d75202d816bea0e732f541b9be5dced Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 27 Nov 2018 11:26:24 +0100 Subject: [PATCH] TUT: update use of foamToVTK --- .../chtMultiRegionFoam/multiRegionHeater/system/vtkWrite | 1 - .../preProcessing/decompositionConstraints/geometric/Allrun | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/vtkWrite b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/vtkWrite index 9a3f33f1f7..fe4c5b12e8 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/vtkWrite +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/vtkWrite @@ -10,7 +10,6 @@ vtkWrite writeControl writeTime; writeInterval 1; - // Fields to output (words or regex) regions (".*"); internal true; diff --git a/tutorials/preProcessing/decompositionConstraints/geometric/Allrun b/tutorials/preProcessing/decompositionConstraints/geometric/Allrun index ebdecfbb0e..9cb85f6136 100755 --- a/tutorials/preProcessing/decompositionConstraints/geometric/Allrun +++ b/tutorials/preProcessing/decompositionConstraints/geometric/Allrun @@ -15,6 +15,6 @@ runApplication blockMesh runApplication decomposePar -dry-run -cellDist -runApplication foamToVTK -noBoundary +runApplication foamToVTK -no-boundary #------------------------------------------------------------------------------