SaltProc Input File

Note

The allOf block in under depcode picks out the correct schema for template_inputfiles_path based on the depletion code.

SaltProc input file schema

https://github.com/arfc/saltproc

type

object

properties

  • proc_input_file

File containing processing system objects

type

string

pattern

^(.*)\.json$

  • dot_input_file

Graph file containing processing system structure

type

string

pattern

^(.*)\.dot$

  • output_path

Path output data storing folder

type

string

pattern

^\.\/(.*)$

  • num_depsteps

Number of steps for constant power and depletion interval case

type

number

  • depcode

Depcode class input parameters

type

object

properties

  • codename

Name of depletion code

type

string

enum

serpent, openmc

  • exec_path

Path to depletion code executable

type

string

  • template_input_file_path

Path(s) to user’s template depletion code input file(s) with reactor model

  • npop

Number of neutrons per generation

type

number

minimum

0

  • active_cycles

number of active generations

type

number

minimum

0

  • inactive_cycles

Number of inactive generations

type

number

minimum

0

  • geo_file_paths

Path(s) to geometry file(s) to switch to in depletion code runs

type

array

items

type

string

minItems

1

uniqueItems

False

allOf

if

properties

  • codename

const

serpent

then

properties

  • template_input_file_path

Path to Serpent template inputfile

type

string

pattern

^\.\/(.*)$

if

properties

  • codename

const

openmc

then

properties

  • template_input_file_path

Paths to OpenMC template input files

type

object

properties

  • settings

OpenMC settings file

type

string

pattern

^\.\/(.*)\.xml$

  • materials

OpenMC materials file

type

string

pattern

^\.\/(.*)\.xml$

  • plots

OpenMC plots file (optional)

type

string

pattern

^\.\/(.*)\.xml$

  • chain_file

OpenMC depletion chain file

type

string

pattern

^\.\/(.*)\.xml$

  • simulation

Simulation class input parameters

type

object

properties

  • sim_name

Name of simulation

type

string

  • db_name

Output HDF5 database file name

type

string

pattern

^(.*)\.h5$

  • restart_flag

Restart simulation from the step when it stopped?

type

boolean

  • adjust_geo

switch to another geometry when keff drops below 1?

type

boolean

  • reactor

Reactor class input parameters

type

object

properties

  • volume

reactor core volume [cm^3]

type

number

minimum

0

  • mass_flowrate

Salt mass flowrate through reactor core [g/s]

type

number

minimum

0

  • power_levels

Reactor power or power step list durng depletion step [W]

type

array

items

type

number

minimum

0

minItems

1

uniqueItems

False

  • dep_step_length_cumulative

Depletion step length(s) (cumulative) [d]

type

array

items

type

number

minimum

0

minItems

1

uniqueItems

False