mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: update use of foamToVTK
This commit is contained in:
@ -10,7 +10,6 @@ vtkWrite
|
|||||||
writeControl writeTime;
|
writeControl writeTime;
|
||||||
writeInterval 1;
|
writeInterval 1;
|
||||||
|
|
||||||
// Fields to output (words or regex)
|
|
||||||
regions (".*");
|
regions (".*");
|
||||||
|
|
||||||
internal true;
|
internal true;
|
||||||
|
|||||||
@ -15,6 +15,6 @@ runApplication blockMesh
|
|||||||
|
|
||||||
runApplication decomposePar -dry-run -cellDist
|
runApplication decomposePar -dry-run -cellDist
|
||||||
|
|
||||||
runApplication foamToVTK -noBoundary
|
runApplication foamToVTK -no-boundary
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user