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:
Will Bainbridge
2022-07-20 15:36:31 +01:00
parent 52f262859a
commit dafe3fa004
12 changed files with 55 additions and 60 deletions

View File

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

View File

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