CreateΒΆ

The create category of operations is used to generate useful pre- and post-processing files related to FLASH.

The currently supported functionality is:

usage: flashkit create [-h] <command> [<args>...]
Create files relavent to flash execution and processing.

commands:   
batch       Create the appropriate flash execution shell script.
block       Create an initial simulation flow field (block) hdf5 file.
grid        Create an initial simulation domain (grid) hdf5 file.
interp      Create an initial flow field (block) using interpolated simulation data.
par         Create an flash parameter file using specified templates and sources.
tecplot     Create a tecplot readable files associated with flash simulation HDF5 output.
xdmf        Create an xdmf file associated with flash simulation HDF5 output.

options:
-h, --help  Show this message and exit.

Use the -h/--help flag with the above commands to
learn more about their usage.

Details for each operation can be found in the following discussion, the order of which is in the spirit of what an analyst would need in setting up a simulation job (i.e., inputs -> outputs).