6

Next: Model setting without an Up: Alternative formulation Previous: Alternative formulation   Contents   Index

Running Simulation - Parallel Run - Domain Reconstruction

When simulation has finished data needs to be reconstructed:

# reconstructPar -region spiral > log.reconstructPar.spiral
# reconstructPar -region rotor > log.reconstructPar.rotor
# reconstructPar -region drafttube > log.reconstructPar.drafttube

 

#!/bin/sh
reconstructPar -region spiral -latestTime > log.reconstructPar.spiral & 
reconstructPar -region rotor -latestTime > log.reconstructPar.rotor   & 
reconstructPar -region drafttube -latestTime > log.reconstructPar.drafttube