decomposePar, reconstructPar: Renamed cellDist to cellProc
The cellProc field is the field of cell-processor labels. The names "distribution" and "dist" have been removed as these are ambiguous in relation to other forms of distribution and to distance.
This commit is contained in:
@ -6,8 +6,8 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
runApplication decomposePar -cellDist
|
||||
runApplication decomposePar -cellProc
|
||||
runParallel $(getApplication)
|
||||
runApplication reconstructPar -cellDist
|
||||
runApplication reconstructPar -cellProc
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -13,7 +13,7 @@ runApplication blockMesh
|
||||
#runApplication $application
|
||||
|
||||
#- Run parallel
|
||||
runApplication decomposePar -cellDist
|
||||
runApplication decomposePar -cellProc
|
||||
runParallel $application
|
||||
runApplication reconstructPar
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ runApplication transformPoints -pointSet ball "Rz=-45"
|
||||
runApplication createNonConformalCouples -overwrite pipeNonCouple ballNonCouple
|
||||
|
||||
# Decompose
|
||||
runApplication decomposePar -cellDist
|
||||
runApplication decomposePar -cellProc
|
||||
|
||||
# Set the value of the scalar transport field
|
||||
runParallel setFields
|
||||
|
||||
@ -4,6 +4,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase & rm -f 0/cellDist
|
||||
cleanCase & rm -f 0/cellProc
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -11,7 +11,7 @@ runApplication blockMesh
|
||||
runApplication topoSet
|
||||
runApplication refineHexMesh c0 -noFields -overwrite
|
||||
|
||||
runApplication decomposePar -cellDist
|
||||
runApplication decomposePar -cellProc
|
||||
runParallel $application
|
||||
|
||||
runApplication reconstructPar
|
||||
|
||||
@ -14,7 +14,7 @@ runApplication blockMesh -dict $FOAM_TUTORIALS/resources/blockMesh/ballValve
|
||||
runApplication createNonConformalCouples -overwrite pipeNonCouple ballNonCouple
|
||||
|
||||
# Decompose
|
||||
runApplication decomposePar -cellDist
|
||||
runApplication decomposePar -cellProc
|
||||
|
||||
# Initialise the velocity field
|
||||
runParallel potentialFoam -pName p_rgh
|
||||
|
||||
@ -9,8 +9,8 @@ runApplication topoSet
|
||||
runApplication subsetMesh -overwrite c0 -patch floatingObject -noFields
|
||||
runApplication setFields
|
||||
|
||||
runApplication decomposePar -cellDist
|
||||
runApplication decomposePar -cellProc
|
||||
runParallel $(getApplication)
|
||||
runApplication reconstructPar -cellDist
|
||||
runApplication reconstructPar -cellProc
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user