freefoam-redistributeMeshPar — Redistributes existing decomposed mesh and fields according to the current settings in the decomposeParDict file.
freefoam redistributeMeshPar [-mergeTol <number>] [-srcDoc] [-doc] [-help] [-parallel] [-case <dir>]
Must be run on maximum number of source and destination processors. Balances mesh and writes new mesh to new time directory.
Can also work like decomposePar:
# Create empty processors mkdir processor0 .. mkdir processorN
# Copy undecomposed polyMesh cp -r constant processor0
# Distribute mpirun -np ddd redistributeMeshPar -parallel