scale.olm.assemble

arpdata_txt(fuel_type: str, dim_map: dict, keep_every: int, _model: dict = {}, _env: dict = {}, dry_run: bool = False, _type: Literal['scale.olm.assemble:arpdata_txt'] = None)[source]

Build an ORIGEN reactor library in arpdata.txt format.

Parameters:
  • fuel_type – Which type of fuel: UOX/MOX.

  • dim_map

    arpdata.txt requires specially named dimensions. These may exist in the state or you may need to map them from the state variables.

    if fuel_type==’UOX’, enrichment, mod_dens must be mapped to state variables if fuel_type==’MOX’, pu239_frac, pu_frac, mod_dens must be mapped to state variables