-
Notifications
You must be signed in to change notification settings - Fork 6
Home
vmenier edited this page Jul 13, 2016
·
18 revisions
MULTIF is a python module which makes it possible to define and run all fidelity levels of the nozzle model, from a 1D analysis to more complex CFD simulations.
A single python script (runModel.py
) is called for all fidelity levels, which takes as inputs two files: a configuration file defined by the user and a list of design variables which is the interface with the optimizer.
The nozzle model can be run using the following command line:
$ python runModel.py -f optim_params.cfg -l 1
where the inline parameter -l
specifies which level of fidelity among those defined in the .cfg file is to be run.