Difference between revisions of "ReconstructPar"

From OpenFOAMWiki
 
Line 12: Line 12:
  
 
* '''-latestTime''': it reconstructs only the latest available time step (or solution step, for steady simulations).
 
* '''-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).
+
* '''-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

Revision as of 02:35, 14 August 2007

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