flashkit createΒΆ
The page defines the application programing interface specification for the create category.
The command line interface for the create catagory of operations 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.
The python interface for the create catagory of operations is accessed with the following code:
from flashkit import flash
...
flash.create.operation(options=value, flag=True, ...)
The interface specification each of the operations within the create catagory of operations can be found in the following: