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:
@ -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