Generating ParameterFrames and Parameter Files

You can generate a py:class:ParameterFrame or set of ParameterFrames from a reactor design.

The bluemira.gen_params module can be used on any python module to pull out the ParameterFrames and create a global ParameterFrame or set of frames and associated json files for those frames. It is used as follows:

python -m bluemira.gen_params <module file location>

There is also a built in help for the function which explains further options:

python -m bluemira.gen_params -h