bloc.batch#

Utils functions for batch-processing in Bloc simulations.

Functions#

import_simulation(module_name)

Import a Bloc Simulation.

Module Contents#

bloc.batch.import_simulation(module_name)#

Import a Bloc Simulation.

Accepts either a Python module name (e.g. “pkg.mod”) or a filesystem path to a Python file (e.g. “../simulation_non_isothermal_reactors.py”).

Returns the imported module object.