Command-line options

turbigen is a general turbomachinery design system. When called from the command line, the program performs mean-line design, creates annulus and blade geometry, then meshes and runs a computational fluid dynamics simulation. Optionally, the design can be iterated in response to the simulation results. A job or a series of jobs can be submitted to a queuing system. Most input data are specified in a configuration file; the command-line options below override some of that configuration data.

usage: turbigen [FLAGS] CONFIG_YAML

Positional Arguments

CONFIG_YAML

filename of configuration data in yaml format

Named Arguments

-v, --verbose

output more debugging information

Default: False

-V, --version

print version number and exit

-J, --no-job

disable submission of cluster job (when job is already configured in INPUT_YAML)

Default: False

-I, --no-iteration

run once only, disabling iterative incidence, deviation, mean-line correction

Default: False

-S, --no-solve

disable running of the CFD solver, continuing with the initial guess

Default: False

-e, --edit

run on an edited copy of the configuration file (using $EDITOR)

Default: False