6

Next: Postprocessing phase Up: Configuring work level example Previous: Before creating mesh phase   Contents   Index

Before run phase

  1. Check the boundary conditions. Most important are inlet, outlet and interfaces.
  2. Check mass flow rates monitoring: system/flux.fun
  3. Check averaging: system/fieldAvg.fun
  4. Check forces and moments monitoring: system/forces.fun
  5. Check efficiency monitoring: system/efficiency.fun
  6. Check the rotation direction, if gravity is used, check gravity axis and direction.
  7. Check system/fvOptions if all the non-rotating patches are included
  8. Check number of cores for parallel run
  9. Run the case: # bash ./Allrun.sh &
  10. Watch convergence:
  11. # cat -f log
  12. # gnuplot plotFlowRate.gp
  13. # gnuplot residuum.gp
  14. # gnuplot torqueZ.gp
  15. # gnuplot head.gp
  16. # gnuplot efficiency.gp