boulder.stone2sim_cli#

CLI to convert a STONE YAML configuration to a Python simulation script.

This command loads a Boulder STONE YAML file and generates a standalone Python script that recreates the same Cantera simulation. The generated script is equivalent to what would be produced by boulder –headless –download.

Functions#

parse_args([argv])

main([argv])

Convert STONE YAML to Python simulation script.

Module Contents#

boulder.stone2sim_cli.parse_args(argv=None)#
boulder.stone2sim_cli.main(argv=None)#

Convert STONE YAML to Python simulation script.

This function replicates the functionality of boulder –headless –download by using the same DualCanteraConverter to generate Python code from YAML.