app.read_main_input¶
- app.read_main_input(main_inp_file)[source]¶
Reads main SaltProc input file (json format).
- Parameters
main_inp_file (str) – Path to SaltProc main input file and name of this file.
- Returns
input_path (Path) – Path to main input file
process_file (str) – Path to the .json file describing the fuel reprocessing components.
dot_file (str) – Path to the .dot describing the fuel reprocessing paths.
mpi_args (list of str) – Arguments for running simulations on supercomputers using mpiexec or similar programs.
rebuild_saltproc_results (bool) – Flag to indicate whether or not to rebuild SaltProc results file from existing depcode results
run_without_reprocessing (bool) – Flag to indicate whether or not to run the depletion code in SaltProc without applying the reprocessing system.
object_inputs (3-tuple of dict) – tuple containing the inputs for constructing the
Depcode
,Simulation
, andReactor
objects.