Skip to content
Snippets Groups Projects
Allrun 595 B
Newer Older
  • Learn to ignore specific revisions
  • cd "${0%/*}" || exit                                # Run from this directory
    
    . ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions        # Tutorial run functions
    #------------------------------------------------------------------------------
    
    mattijs's avatar
    mattijs committed
    ./Allrun.pre
    
    # Copy fields after meshing to avoid the generation of unnecessary patch fields
    restore0Dir
    
    # Initialize alpha
    runApplication setFields
    
    
    mattijs's avatar
    mattijs committed
    runApplication decomposePar -force
    
    runParallel $(getApplication)
    
    mattijs's avatar
    mattijs committed
    runApplication reconstructPar -noFunctionObjects
    
    #------------------------------------------------------------------------------