6

Next: Configuring work level example Up: Turbomachinery CFD WorkFlow Previous: Turbomachinery CFD WorkFlow   Contents   Index

Effective work level example

The Turbomachinery CFD workflow is automated. The effective simulations are run just using three scripts, one by one:

# bash createMesh.sh
# bash Allrun.sh &

Or, even, one can easily create single one executable script, called e.g. runWTCFDAllinOne.sh:

 

#!/bin/sh
bash createMesh.sh 
bash Allrun.sh

During the simulation run all the important quantities can followed instantaneously, using gnuplot scripts, e.g.:

# gnuplot residuum.gp
# gnuplot plotFlowRate.gp
# gnuplot efficiency.gp