Difference between revisions of "ReconstructPar"

From OpenFOAMWiki
Line 15: Line 15:
  
 
     reconstructPar <root> <case> -time 20
 
     reconstructPar <root> <case> -time 20
 +
 +
[[Category:Parallel processing utilities]]

Revision as of 15:45, 25 November 2009

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). For example, to reconstruct the 20th time step, the syntax becomes:
   reconstructPar <root> <case> -time 20