FastS : IBM workflow


How to compute an IBM case.
If you don not have a body to perform this tutorial, download this one:
[Download sample body].

Settings

Preprocessing

Open the preprocessing script: Three files are generated:

Computation

Edit the computation file compute.py.
Modify the solver settings and the number of iterations.
Then run the computation with:
It will generate a 'restart.cgns' file.

Post-processing

A sample file for post-processing is provided in post.py. Modify it to get what you want.

Running on stelvio

NP: number of processes
NT: number of threads (generally 4)
= NP x NT cores

Run in sequential: python prep.py NP

Then run in parallel: kpython -n NP -t NT compute.py NP
using the LSF job.

More: Tutorials - Gallery - Reference documentation