TUT: update use of foamToVTK

This commit is contained in:
Mark Olesen 2018-11-27 11:26:24 +01:00
parent 17b03ba1ea
commit 38d3a36c2d
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ vtkWrite
writeControl writeTime;
writeInterval 1;
// Fields to output (words or regex)
regions (".*");
internal true;

View File

@ -15,6 +15,6 @@ runApplication blockMesh
runApplication decomposePar -dry-run -cellDist
runApplication foamToVTK -noBoundary
runApplication foamToVTK -no-boundary
#------------------------------------------------------------------------------