decomposePar.C File Reference

Automatically decomposes a mesh and fields of a case for parallel execution of OpenFOAM. More...

Go to the source code of this file.

Detailed Description

Automatically decomposes a mesh and fields of a case for parallel execution of OpenFOAM.

Original source file decomposePar.C

Usage
decomposePar [OPTION]

Options:

  • -cellProc
    Write cell processor indices as a volScalarField::Internal for post-processing.
  • -region <regionName> \n
    Decompose named region. Does not check for existence of processor*.
  • -allRegions \n
    Decompose all regions in regionSolvers. Does not check for existence of processor*.
  • -copyZero \n
    Copy 0 directory to processor* rather than decompose the fields.
  • -copyUniform \n
    Copy any uniform directories too.
  • -constant
  • -time xxx:yyy \n
    Override controlDict settings and decompose selected times. Does not re-decompose the mesh i.e. does not handle moving mesh or changing mesh cases.
  • -fields \n
    Use existing geometry decomposition and convert fields only.
  • -noSets \n
    Skip decomposing cellSets, faceSets, pointSets.
  • -force \n
    Remove any existing processor subdirectories before decomposing the geometry.

Definition in file decomposePar.C.