scale.olm.assemble

arpdata_txt(fuel_type: str, dim_map: dict, keep_every: int, burnup_rtol: float = 0.02, material_lumping: str = 'BASIS', _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

  • material_lumping – TRITON material used to assemble libraries and history. Accepts BASIS, SYSTEM, or MIX<N>. BASIS and SYSTEM use TRITON’s system library and case -2. MIX<N> uses .mixNNNN.f33 and F71 case N.