ReconstructPar

From OpenFOAMWiki
Revision as of 02:34, 14 August 2007 by Alberto (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This utility reconstruct a decomposed case run in parallel. The syntax is:

   reconstructPar <root> <case> [-constant] [-latestTime] [-time time]

If executed with the basic syntax:

   reconstructPar <root> <case>

it reconstructs all time or solution steps of the specified case, saving the corresponding directories in the main case directory.

However, it is possible to specify what particular time the user wants to reconstruct by means of the following options:

  • -latestTime: it reconstructs only the latest available time step (or solution step, for steady simulations).
  • -time time: it reconstructs only the specified available time step (or solution step, for steady simulations).