mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: cleanup postProcessing in planeTransport finiteArea tutorial
This commit is contained in:
committed by
Andrew Heather
parent
298cb46572
commit
ca724b2e1a
@ -4,6 +4,8 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
cleanTimeDirectories
|
||||
|
||||
cleanPostProcessing
|
||||
|
||||
cleanFaMesh
|
||||
|
||||
rm -rf processor*
|
||||
|
||||
@ -4,6 +4,10 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
cleanTimeDirectories
|
||||
|
||||
cleanPostProcessing
|
||||
|
||||
cleanFaMesh
|
||||
|
||||
rm -rf processor*
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -9,6 +9,7 @@ areaWrite
|
||||
|
||||
writeControl writeTime;
|
||||
writeInterval 1;
|
||||
// verbose true;
|
||||
|
||||
// Fields to output (words or regex)
|
||||
fields (".*");
|
||||
|
||||
Reference in New Issue
Block a user