BISON Failure Analysis Report

Introduction

The FAR for BISON describes the system functional and non-functional requirements that describe the expected interactions that the software shall provide.

Dependencies

The BISON application is developed using MOOSE and is based on various modules, as such the FAR for BISON is dependent upon the following documents.

Failure Analysis Requirements

The following is a complete list for all the requirements related to failure analysis for BISON.

  • bison: Oxideenergydeposition
  • 18.8.4The system shall error when the number of radial elements are not specified.

    Specification(s): error1

    Design: OxideEnergyDeposition

    Issue(s): #409

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.8.5The system shall error when the input for oxide scale increment is not specified.

    Specification(s): error2

    Design: OxideEnergyDeposition

    Issue(s): #409

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.8.6The system shall error when the cladding inner radius is not specified.

    Specification(s): error3

    Design: OxideEnergyDeposition

    Issue(s): #409

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.8.7The system shall error when the cladding outer radius is not specified.

    Specification(s): error4

    Design: OxideEnergyDeposition

    Issue(s): #409

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Ad Upuzr Thermal
  • 18.17.3The system shall be able to run across a wide swatch of parameters without throwing an error that indicates a negative thermal conductivity or heat conduction value is calculated
    1. using the billone thermal conductivity model.
    2. using the billone thermal conductivity model and fail.
    3. using the galloway thermal conductivity model.
    4. using the lanl thermal conductivity model and savage specific heat model.
    5. using the kim thermal conductivity model and karahan specific heat model.
    6. using the billone thermal conductivity model on a realistic problem.
    7. The system shall be able to run across a fine and wide swatch of parameters without throwing an error that indicates a negative thermal conductivity or heat conduction value is calculated using the galloway thermal conductivity model.
    8. The system shall be able to run across a fine and wide swatch of parameters without throwing an error that indicates a negative thermal conductivity or heat conduction value is calculated using the lanl thermal conductivity model and savage specific heat model.
    9. The system shall be able to run across a fine and wide swatch of parameters without throwing an error that indicates a negative thermal conductivity or heat conduction value is calculated using the kim thermal conductivity model and karahan specific heat model.

    Specification(s): teranry/billone_ternary, teranry/billone_ternary_fail, teranry/galloway_ternary, teranry/lanl_savage_ternary, teranry/kim_karahan_thcond_ternary, teranry/billone_ternary_heavy, teranry/galloway_ternary_heavy, teranry/lanl_savage_ternary_heavy, teranry/kim_karahan_ternary_heavy

    Design: UPuZrThermal

    Issue(s): #847#1098

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Axial Relocation
  • 18.22.14The system shall error if burnup or burnup_function is not provided to the UO2Pulverization material model.

    Specification(s): uo2_pulverization_error_check

    Design: UO2Pulverization

    Issue(s): #397

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.22.19The system shall error if the axial relocation userobject is not supplied to the UO2 thermal conductivity model when modeling fuel axial relocation.

    Specification(s): crumbled_thermal_conductivity_check1

    Design: UO2Thermal

    Issue(s): #397

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.22.20The system shall error if the gas thermal conductivity is not supplied to the UO2 thermal conductivity model when modeling fuel axial relocation.

    Specification(s): crumbled_thermal_conductivity_check2

    Design: UO2Thermal

    Issue(s): #397

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Check Error
  • 18.26.1The system shall report an error if the given gas fractions do not sum to 1.0 for LWR gap heat transfer.

    Specification(s): gas_fractions_sum_test

    Design: GasGapConductance

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.26.2The system shall report an error if an incompatible number of gas fractions are given for LWR gap heat transfer.

    Specification(s): number_gas_fractions_test

    Design: GasGapConductance

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.26.3The system shall report an error if more than one of "function", "rod_ave_lin_pow", and "q_variable" are given.

    Specification(s): fast_neutron_flux_incompatible_input_test

    Design: FastNeutronFluxAux

    Issue(s): #902

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.26.4The system shall report an error if none of "factor", "function", "rod_ave_lin_pow", or "q_variable" is given in FastNeutronFluxAux.

    Specification(s): fast_neutron_flux_incomplete_input_test

    Design: FastNeutronFluxAux

    Issue(s): #902

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.26.5The system shall report an error if "rod_ave_lin_power" is given but not "factor" in FastNeutronFluxAux.

    Specification(s): fast_neutron_flux_no_factor_test

    Design: FastNeutronFluxAux

    Issue(s): #902

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Coolant Channel Model
  • 18.31.34The system shall produce an error when provided with an invalid htc_correlation_type input.

    Specification(s): sodium_coolant_htc_error

    Design: Coolant Channel

    Issue(s): #704

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.40The system shall produce an error when given a nonphysical rod_diameter input.

    Specification(s): range_check_rod_diameter

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.41The system shall produce an error when given a rod_diameter that is not less than rod_pitch.

    Specification(s): check_rod_pitch_gt_rod_diameter

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.42The system shall produce an error when given a nonphysical flow_area input.

    Specification(s): range_check_flow_area

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.43The system shall produce an error when given a nonphysical hydraulic_diameter input.

    Specification(s): range_check_hydraulic_diameter

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.44The system shall produce an error when given a nonphysical heated_perimeter input.

    Specification(s): range_check_heated_perimeter

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.45The system shall produce an error when given a nonphysical heated_diameter input.

    Specification(s): range_check_heated_diameter

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.46The system shall produce an error when given a nonphysical input_Tchf input.

    Specification(s): range_check_input_Tchf

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.47The system shall produce an error when given a negative flooding_time input.

    Specification(s): range_check_flooding_time

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.48The system shall produce an error when given a nonphysical flooding_rate input.

    Specification(s): range_check_flooding_rate

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.49The system shall produce an error when given a nonphysical initial_temperature input.

    Specification(s): range_check_initial_temperature

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.50The system shall produce an error when given a nonphysical initial_power input.

    Specification(s): range_check_initial_power

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.51The system shall produce an error when given a nonphysical blockage_ratio input.

    Specification(s): range_check_blockage_ratio

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.52The system shall produce an error when given a nonphysical fuel_stack_length input.

    Specification(s): range_check_fuel_stack_length

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.53The system shall produce an error when given a nonphysical specified_height input.

    Specification(s): range_check_specified_height

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.54The system shall produce an error when given a nonphysical input_Tmin input.

    Specification(s): range_check_input_Tmin

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.55The system shall produce an error when given a nonphysical input_rewetting_htc input.

    Specification(s): range_check_input_rewetting_htc

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.56The system shall produce an error when given a nonphysical number_lateral_zone input.

    Specification(s): range_check_number_lateral_zone

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.57The system shall produce an error when given a number_lateral_zone input that is less then or equal to zero.

    Specification(s): range_check_htc_scalef

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.31.58The system shall produce an error when given an invalid coolant_material name.

    Specification(s): check_coolant_material

    Design: Coolant Channel

    Issue(s): #284

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Fcci Ht9
  • 18.42.9The system shall produce an error when unit_factor is less than or equal to zero.

    Specification(s): range_check_unit_factor

    Design: EutecticThicknessFCCI

    Issue(s): #275

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.42.10The system shall produce an error when layer_density is less than or equal to zero.

    Specification(s): range_check_layer_density

    Design: ThicknessLayerFCCI

    Issue(s): #168

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.42.11The system shall produce an error when method is not 1 or 2.

    Specification(s): error_method

    Design: ThicknessLayerFCCI

    Issue(s): #168

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.42.12The system shall produce an error when solubility_species is not defined.

    Specification(s): error_solubility_species

    Design: ThicknessLayerFCCI

    Issue(s): #168

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Fecral Oxidation
  • 18.43.5The system shall correctly error if the oxide_scale_factor supplied in FeCrAlOxidation equals zero.

    Specification(s): range_check_oxide_scale_factor

    Design: FeCrAlOxidation

    Issue(s): #316

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Fipd Axial Profile Function
  • 18.48.6The system shall throw an error if zero_ends is set false when extrapolate_to_zero is set true.

    Specification(s): wrong_ending_error

    Design: FIPDAxialProfileFunction

    Issue(s): #1349

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.48.7The system shall throw an error if the slope at the end cannot be extrapolated to zero.

    Specification(s): wrong_slope_error

    Design: FIPDAxialProfileFunction

    Issue(s): #1349

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.48.8The system shall throw an error if the first abscissa value is negative.

    Specification(s): negative_start_error

    Design: FIPDAxialProfileFunction

    Issue(s): #1349

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.48.9The system shall throw an error if the last abscissa value exceeds unity.

    Specification(s): over_unity_end_error

    Design: FIPDAxialProfileFunction

    Issue(s): #1349

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.48.10The system shall throw an error if pin geometry data are missing and no MeshMetaData is used.

    Specification(s): missing_geom_error

    Design: FIPDAxialProfileFunction

    Issue(s): #1349

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Fission Rate
  • 18.51.1The system shall calculate the fission rate as a function of total linear power and axial power profile
    1. and match an analytical solution.
    2. and a radial power profile, and match an analytical solution.
    3. and throw an error if the pellet inner radius is bigger than the pellet radius.
    4. and throw an error if the problem geomery is not 2DRz.
    5. and throw an error if mesh generator name is not specified when expected.
    6. and get pellet radius through MeshMetaDataInterface.
    7. and get pellet radius through MeshMetaDataInterface in AD mode.

    Specification(s): g/exact, g/exact_radial, g/error_pellet_inner_radius, g/error_2drz, g/meta_error, g/meta, g/ad_meta

    Design: FissionRate

    Issue(s): #1634

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): CSVDiffRunException

  • bison: Fuel Pin Mesh Generator
  • 18.58.12The system shall check that coating thickness and number of radial elements are consistent when modeling coating

    Specification(s): with_coating_error_check1

    Design: FuelPinMeshGenerator

    Issue(s): #776

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.13The system shall check that if the number of radial elements is specified that the clad_mesh_density is set to customize when modeling coating

    Specification(s): with_coating_error_check2

    Design: FuelPinMeshGenerator

    Issue(s): #776

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.18The system shall error if neither fuel or clad are included.

    Specification(s): fuel_or_clad_only_error_check

    Design: FuelPinMeshGenerator

    Issue(s): #814

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.19The system shall error when using intervals if only the fuel or clad is included.

    Specification(s): fuel_or_clad_only_error_check2

    Design: FuelPinMeshGenerator

    Issue(s): #814

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.20The system shall error when trying to model coating when clad is not included.

    Specification(s): clad_only_with_coating_error_check

    Design: FuelPinMeshGenerator

    Issue(s): #814

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.21The system shall check that if the number of radial elements in the pellet is specified that pellet_mesh_density is set to customize.

    Specification(s): specified_radial_elements_pellet_error_check

    Design: FuelPinMeshGenerator

    Issue(s): #1019

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.22The system shall check that if the number of axial elements in the pellet is specified that pellet_mesh_density is set to customize.

    Specification(s): specified_axial_elements_pellet_error_check

    Design: FuelPinMeshGenerator

    Issue(s): #1019

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.23The system shall check that if the number of radial elements in the clad is specified that clad_mesh_density is set to customize.

    Specification(s): specified_radial_elements_clad_error_check

    Design: FuelPinMeshGenerator

    Issue(s): #1019

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.24The system shall check that if the number of axial elements in the clad is specified that clad_mesh_density is set to customize.

    Specification(s): specified_axial_elements_clad_error_check

    Design: FuelPinMeshGenerator

    Issue(s): #1019

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.26The system shall check that liner thickness and number of radial elements are consistent when modeling a liner.

    Specification(s): with_liner_error_check1

    Design: FuelPinMeshGenerator

    Issue(s): #1111

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.27The system shall check that if the number of radial elements is specified that the clad_mesh_density is set to customize when modeling a liner.

    Specification(s): with_liner_error_check2

    Design: FuelPinMeshGenerator

    Issue(s): #1111

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.36The system shall check that the radius dish of a fuel pellet does not physically excede the radius of the pellet.

    Specification(s): bad_dish

    Design: FuelPinMeshGenerator

    Issue(s): #1707

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.37The system shall check that the chamfer width of a fuel pellet does not physically excede the radius of the pellet.

    Specification(s): bad_chamfer

    Design: FuelPinMeshGenerator

    Issue(s): #1707

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.38The system shall check that the number of entries for dish_depth is either one or the same as the number of fuel blocks.

    Specification(s): bad_dish_depth_length

    Design: FuelPinMeshGenerator

    Issue(s): #5660

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.39The system shall check that the number of entries for dish_radius is either one or the same as the number of fuel blocks.

    Specification(s): bad_dish_radius_length

    Design: FuelPinMeshGenerator

    Issue(s): #5660

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.40The system shall check that the number of entries for chamfer_height is either one or the same as the number of fuel blocks.

    Specification(s): bad_chamfer_height_length

    Design: FuelPinMeshGenerator

    Issue(s): #5660

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.41The system shall check that the number of entries for chamfer_width is either one or the same as the number of fuel blocks.

    Specification(s): bad_chamfer_width_length

    Design: FuelPinMeshGenerator

    Issue(s): #5660

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.42The system shall check that the number of dish elements is consistent with the existence of a dish.

    Specification(s): bad_dish_nx

    Design: FuelPinMeshGenerator

    Issue(s): #5660

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.58.43The system shall check that the number of chamfer elements is consistent with the existence of a chamfer.

    Specification(s): bad_chamfer_nx

    Design: FuelPinMeshGenerator

    Issue(s): #5660

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Fuel Pin Mesh Generator Fipd
  • 18.59.4The system shall check that the fuel slug length is available in the FIPD pin design geometry file.

    Specification(s): missing_fuel_length

    Design: FuelPinMeshGeneratorFIPD

    Issue(s): #1145

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.59.5The system shall check that the fuel slug outer diameter is available in the FIPD pin design geometry file.

    Specification(s): missing_fuel_diameter

    Design: FuelPinMeshGeneratorFIPD

    Issue(s): #1145

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.59.6The system shall check that cladding outer diameter is available in the FIPD pin design geometry file.

    Specification(s): missing_clad_diameter

    Design: FuelPinMeshGeneratorFIPD

    Issue(s): #1145

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.59.7The system shall check that cladding thickness is available in the FIPD pin design geometry file.

    Specification(s): missing_clad_thick

    Design: FuelPinMeshGeneratorFIPD

    Issue(s): #1145

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.59.8The system shall check that sodium level above slug is available in the FIPD pin design geometry file.

    Specification(s): missing_sodium_level

    Design: FuelPinMeshGeneratorFIPD

    Issue(s): #1145

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.59.9The system shall check that plenum volume is available in the FIPD pin design geometry file.

    Specification(s): missing_plenum_vol

    Design: FuelPinMeshGeneratorFIPD

    Issue(s): #1145

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.59.10The system shall check the sanity of the custom priority input when building a smeared pellet mesh using an FIPD geometry file.

    Specification(s): test_custom_priority_error

    Design: FuelPinMeshGeneratorFIPD

    Issue(s): #1145

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Fuelrodlinevaluesampler
  • 18.60.3The system shall check that a Layered1D mesh is not used.

    Specification(s): check_layered1D

    Design: FuelRodLineValueSampler

    Issue(s): #753

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.60.4The system shall check that a Layered2D mesh is not used.

    Specification(s): check_layered2D

    Design: FuelRodLineValueSampler

    Issue(s): #753

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Gap Heat Transfer
  • 18.62.9The system shall produce an error when the tangential_tolerance used in modeling thermal contact is outside the valid range.

    Specification(s): range_check_tangential_tolerance

    Design: ThermalContactLWRAction

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.62.10The system shall produce an error when the normal_smoothing_distance used in modeling thermal contact is negative.

    Specification(s): range_check_normal_smoothing_distance

    Design: ThermalContactLWRAction

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.62.11The system shall produce an error when the normal_smoothing_distance used in modeling thermal contact is outside the valid range.

    Specification(s): range_check_normal_smoothing_distance2

    Design: ThermalContactLWRAction

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.62.12The system shall produce an error when the gap_conductivity used in modeling thermal contact is not positive.

    Specification(s): range_check_gap_conductivity

    Design: ThermalContactLWRAction

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.62.14The system shall produce an error if the supplied gas type is not supported.

    Specification(s): gas_error

    Design: ThermalContactLWRAction

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.62.15The system shall produce an error if both the type and fraction of initial gas is not given.

    Specification(s): initial_error

    Design: ThermalContactLWRAction

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.62.16The system shall produce an error if both the type and fraction of released gas is not given.

    Specification(s): released_error

    Design: ThermalContactLWRAction

    Issue(s): #901

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Ifba He Production
  • 18.74.9The system shall check that the loading is fully specified.

    Specification(s): inputs_check_01

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.10The system shall check that the loading is not over specified.

    Specification(s): inputs_check_02

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.11The system shall check that the required parameter ifba_len is specified.

    Specification(s): inputs_check_03

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.12The system shall check that the required parameter b10_enrich is specified.

    Specification(s): inputs_check_04

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.13The system shall check that the ZrB2 layer is properly specified when supplying ZrB2 loading.

    Specification(s): inputs_check_05

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.14The system shall check that the ZrB2 layer is properly specified when supplying ZrB2 loading and thickness.

    Specification(s): inputs_check_06

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.15The system shall check that the ZrB2 layer is properly specified when supplying ZrB2 loading and pellet outer radius.

    Specification(s): inputs_check_07

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.16The system shall check that the ZrB2 layer is not over specified when supplying ZrB2 loading, density and thickness.

    Specification(s): inputs_check_08

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.17The system shall check that the ZrB2 layer is not over specified when supplying ZrB2 loading, density and pellet outer radius.

    Specification(s): inputs_check_09

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.18The system shall check that the U235 enrichment is specified.

    Specification(s): inputs_check_10

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.19The system shall check that the burnup function is specified.

    Specification(s): inputs_check_11

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.20The system shall check that the fraction of IFBA rods is specified.

    Specification(s): inputs_check_12

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.74.21The system shall check that the rod average linear power is specified.

    Specification(s): inputs_check_13

    Design: IFBAHeProduction

    Issue(s): #180

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Layered 1D
  • 18.77.21The system shall have error testing for the case of uniform_slice_heights where slice_heights is provided instead of fuel_height in Layered1D.

    Specification(s): uniform_slice_height_wo_fuel_height

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.22The system shall have error testing for the case of non-uniform slice height where fuel_height is provided instead of slice_heights in Layered1D.

    Specification(s): nonuniform_slice_height_wo_fuel_height

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.23The system shall have error testing for the case of non-uniform slice height where slice_heights are not provided in Layered1D.

    Specification(s): nonuniform_slice_height_wo_slice_height

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.24The system shall have error testing for the case where slice_heights and slices_per_block are not matching in Layered1D.

    Specification(s): slice_height_slice_per_block_not_equal

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.25The system shall have error testing for the case where the sum of slices_per_block is not equal to number of slice_heights in Layered1D.

    Specification(s): sum_of_slices_not_equal

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.26The system shall have error testing to confirm at least one slice exists in Layered1D.

    Specification(s): zero_slices

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.27The system shall have error testing for all slice heights must be positive numbers in Layered1D.

    Specification(s): positive_slice_heights

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.28The system shall have error testing to confirm that include_plenum is set to false when no cladding is included in Layered1D.

    Specification(s): plenum_no_cladding

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.29The system shall have error testing to confirm that the mesh must include fuel, clad, or both in Layered1D.

    Specification(s): no_fuel_no_clad

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.30The system shall have error testing to inform the user that plenum_height is not active with slice_heights in Layered1D.

    Specification(s): plenum_height_not_used

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.31The system shall have error testing to confirm that the number of entries in pellet_inner_radius must match the number of fuel blocks in Layered1D.

    Specification(s): multi_block_inner_radius

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.32The system shall have error testing to confirm that the number of entries in pellet_outer_radius must match the number of fuel blocks in Layered1D.

    Specification(s): multi_block_outer_radius

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.33The system shall have error testing to confirm that the fuel outer radius is greater than inner radius in Layered1D.

    Specification(s): outer_rad_greater_than_inner

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.34The system shall have error testing for a non-negative pellet inner radius in Layered1D.

    Specification(s): non_neg_inner_rad

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.35The system shall have error testing to confirm that pellet_mesh_density=customize if nx_p is set in Layered1D.

    Specification(s): nx_p_set

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.36The system shall have error testing to confirm that clad_mesh_density=customize if nx_c is set in Layered1D.

    Specification(s): nx_c_set

    Design: Layered1DMeshGenerator

    Issue(s): #804

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.40The system shall error when the size of the additional elements per ring and additional ring thicknesses vectors are not of equal length when creating layered1D meshes

    Specification(s): additional_blocks_error_check

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.41The system shall error when the size of the additional elements per ring and additional block names vectors are not of equal length when creating layered1D meshes

    Specification(s): additional_blocks_error_check2

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.42The system shall error when additional rings are requested when clad is not included when creating layered1D meshes

    Specification(s): additional_blocks_error_check3

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.43The system shall error if the thickness of any of the additional rings is zero when creating layered1D meshes

    Specification(s): additional_blocks_error_check4

    Design: Layered1DMeshGenerator

    Issue(s): #1034

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.46The system shall error when the number of elements in the liner is not consistent with its thickness for a layered1D geometry.

    Specification(s): liner_error_check

    Design: Layered1DMeshGenerator

    Issue(s): #1125

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.47The system shall error attempting to model a liner without cladding present for a layered1D geometry.

    Specification(s): liner_error_check2

    Design: Layered1DMeshGenerator

    Issue(s): #1125

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.77.48The system shall error when modeling a liner if when the mesh density of the clad is not set to customize for a layered1D geometry.

    Specification(s): liner_error_check3

    Design: Layered1DMeshGenerator

    Issue(s): #1125

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Metallic Fuel Coolant Wastage
  • 18.82.8The system shall give an error message when time is negative.

    Specification(s): negative_time

    Design: MetallicFuelCoolantWastage

    Issue(s): #1173

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.82.9The system shall give an error message when the increment is abnormal.

    Specification(s): abnormal_increment

    Design: MetallicFuelCoolantWastage

    Issue(s): #1173

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Metallic Fuel Melting Function
  • 18.84.3The system shall produce an error if the fuel radius information is not given by user in absence of MeshMetaData.

    Specification(s): err_missing_fuel_radius

    Design: MetallicFuelMeltingFunction

    Issue(s): #5508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.84.4The system shall produce an error if the vector postprocessor data are not appropriate for linear interpolation.

    Specification(s): err_failed_linear_interpolation

    Design: MetallicFuelMeltingFunction

    Issue(s): #5508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Nuclearmaterialntpaction
  • 18.93.4The system shall return an error if two conflicting initial conditions are entered into the NuclearMaterial action.

    Specification(s): invalid_initial_temperature

    Design: NuclearMaterialNTP

    Issue(s): #1511

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.93.5The system shall return an error if a function is passed into the initial temperature instead of a Real value in the NuclearMaterial action.

    Specification(s): invalid_type_initial_temperature

    Design: NuclearMaterialNTP

    Issue(s): #1511

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.93.6The system shall return an error if the fuel fraction is not defined by the user for a block with more than 2 materials in the NuclearMaterial action.

    Specification(s): missing_fuel_fraction_for_block_with_2_materials

    Design: NuclearMaterialNTP

    Issue(s): #1511

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.93.7The system shall return an error if use_ad is chosen for NTP in the NuclearMaterial action.

    Specification(s): invalid_ad_usage

    Design: NuclearMaterialNTP

    Issue(s): #1511

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Radial Power Factor
  • 18.109.13The system shall report an error if the bias in the radial power factor feature is aggressive enough to result in radial grid points that do not have increasing coordinates.

    Specification(s): bad_bias

    Design: BurnupFunction

    Issue(s): #482

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Rodlet Mesh Generator
  • 18.112.1The system shall allow for creation of a single rod in a cladding for 2DRZ geometrywith variable intervals of mesh refinement, and control over the axial and radialmesh fidelity
    1. for a solid fuel rod.
    2. for a solid fuel rod with a stand and cap.
    3. for a solid fuel rod with a stand and cap using a mixture of TRI6 and QUAD8 elements.
    4. for an annular fuel rod.
    5. for an annular fuel rod using axial sizes.
    6. for an annular fuel rod with QUAD8 elements.
    7. for an annular fuel rod with QUAD9 elements.
    8. for an annular fuel rod with TRI3 elements in fuel and QUAD4 elements in cladding.
    9. for an annular fuel rod with TRI3 elements in part of fuel and QUAD4 elements in cladding and rest of the fuel.
    10. for an annular fuel rod with TRI3 elements in cladding and QUAD4 elements in fuel.
    11. for an annular fuel rod with TRI3 elements in part of cladding and QUAD4 elements in fuel and rest of the cladding.
    12. for an annular fuel rod with TRI3 elements in cladding and fuel.
    13. and throw an error if TRI size factor is provided when TRI elements are not generated.
    14. and throw an error if the outer fuel radius is smaller than the inner fuel radius.
    15. and throw an error if not enough fuel axial element intervals are specified.
    16. and throw an error if fuel axial element intervals are not sorted.
    17. and throw an error if fuel axial element intervals does not end in 1.
    18. and throw an error if fuel axial element intervals does not start with a 0.
    19. and throw an error if fuel axial element number is not the right size.
    20. and throw an error if fuel axial element numbers are not all integers.
    21. and throw an error if fuel axial element sizes is not the right size.
    22. and throw an error if fuel axial element numbers and sizes are both specified.
    23. and throw an error if fuel element numbers and sizes are both not specified.
    24. and throw an error if not enough cladding axial sidewall element intervals are specified.
    25. and throw an error if cladding sidewall axial element intervals are not sorted.
    26. and throw an error if cladding sidewall axial element intervals does not end in 1.
    27. and throw an error if cladding sidewall axial element intervals does not start with a 0.
    28. and throw an error if cladding sidewall axial element number is not the right size.
    29. and throw an error if cladding sidewall axial element numbers are not all integers.
    30. and throw an error if cladding sidewall axial element sizes is not the right size.
    31. and throw an error if cladding sidewall axial element numbers and sizes are both specified.
    32. and throw an error if cladding sidewall axial element numbers and sizes are both not specified.
    33. and throw an error if use_default_cladding_sidewall_axial_element_intervals is set true and cladding sidewall axial element intervals is provided.
    34. and throw an error if use_default_cladding_sidewall_axial_element_intervals is set false and cladding sidewall axial element intervals is not provided.
    35. and throw an error parallel_type is distributed.

    Specification(s): g/solid, g/stand, g/stand_quad8_with_tri, g/annulus, g/annulus_axial_sizes, g/annulus_quad8, g/annulus_quad9, g/annulus_tri3_fuel, g/annulus_partial_tri3_fuel, g/annulus_tri3_cladding, g/annulus_partial_tri3_cladding, g/annulus_tri3_both, g/tri_size_error, g/fuel_error1, g/fuel_error2, g/fuel_error3, g/fuel_error4, g/fuel_error5, g/fuel_error6, g/fuel_error7, g/fuel_error8, g/fuel_error9, g/fuel_error10, g/cladding_error2, g/cladding_error3, g/cladding_error4, g/cladding_error5, g/cladding_error6, g/cladding_error7, g/cladding_error8, g/cladding_error9, g/cladding_error10, g/cladding_error11, g/cladding_error12, g/parallel_type_error

    Design: RodletMeshGenerator

    Issue(s): #1312#5307

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): ExodiffRunException

  • bison: Solid Mechanics
  • 18.119.6The system shall report an error if the power_law is not given both a prefactor and an exponent for Al6061 creep.

    Specification(s): e1

    Design: Al6061CreepUpdate

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.14The system shall report an error when inconsistent inputs are given for fluence and temperature levels for Al6061 plasticity.

    Specification(s): e1

    Design: Al6061PlasticityStressUpdate

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.15The system shall report an error when incomplete data for hardening_functions is given for Al6061 plasticity.

    Specification(s): e2

    Design: Al6061PlasticityStressUpdate

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.16The system shall report an error when the first entry in each vector of strains is not zero for Al6061 plasticity.

    Specification(s): e3

    Design: Al6061PlasticityStressUpdate

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.17The system shall report an error when the plastic strain values are not strictly increasing in hardening_functions for Al6061 plasticity.

    Specification(s): e4

    Design: Al6061PlasticityStressUpdate

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.18The system shall report an error when three sets of independent values are not given for Al6061 plasticity.

    Specification(s): e5

    Design: Al6061PlasticityStressUpdate

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.41The system shall report an error if the U10MoElasticityTensor computes a negative Young's modulus.

    Specification(s): negativeYM

    Design: U10MoElasticityTensor

    Issue(s): #1655

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.140The system shall throw a warning if the provided irradiation temperature is not within the recommended range of the correlation for D9.

    Specification(s): warning_irr_temp

    Design: D9PlasticityUpdate

    Issue(s): #1640

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.141The system shall throw a warning if the provided temperature is not within the recommended range of the correlation for D9.

    Specification(s): warning_temp

    Design: D9PlasticityUpdate

    Issue(s): #1640

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.142The system shall throw a warning if the provided fast neutron flux is not within the recommended range of the correlation for D9.

    Specification(s): warning_fluence

    Design: D9PlasticityUpdate

    Issue(s): #1640

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.149The system shall produce an error when creep_n_power is less than or equal to zero for HT9.

    Specification(s): range_check_creep_n_power

    Design: HT9FailureClad

    Issue(s): #118

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.150The system shall produce an error when surface_free_energy is less than or equal to zero for HT9.

    Specification(s): range_check_surface_free_energy

    Design: HT9FailureClad

    Issue(s): #118

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.151The system shall produce an error when a_initial is less than or equal to zero for HT9.

    Specification(s): range_check_a_initial

    Design: HT9FailureClad

    Issue(s): #118

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.152The system shall produce an error when b is less than or equal to zero for HT9.

    Specification(s): range_check_b

    Design: HT9FailureClad

    Issue(s): #118

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.153The system shall produce an error when eff_strain_rate_creep is not defined for HT9.

    Specification(s): error_eff_strain_rate_creep

    Design: HT9FailureClad

    Issue(s): #118

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.154The system shall produce an error when hydrostatic_stress is not defined for HT9.

    Specification(s): error_hydrostatic_stress

    Design: HT9FailureClad

    Issue(s): #118

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.155The system shall produce an error when von_mises_stress is not defined for HT9.

    Specification(s): error_von_mises_stress

    Design: HT9FailureClad

    Issue(s): #118

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.159The system shall produce an error when hoop_stress is not defined.

    Specification(s): error_hoop_stress

    Design: HT9FailureClad

    Issue(s): #118#5808

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.160The system shall produce an error when temperature is not defined.

    Specification(s): error_temperature

    Design: HT9FailureClad

    Issue(s): #118#5808

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.170The system shall ensure that a fast_neutron_flux is supplied when modeling irradiation creep for FeCrAl alloys.

    Specification(s): irradiation_creep_fast_flux_check

    Design: FeCrAlCreepUpdate

    Issue(s): #74

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.171The system shall ensure that the temperature is supplied when modeling thermal creep for FeCrAl alloys.

    Specification(s): thermal_creep_temperature_check

    Design: FeCrAlCreepUpdate

    Issue(s): #74

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.190The system shall ensure the correct error message is reported when hoop_stress is not supplied when using the UTS, INL or UTK failure criteria

    Specification(s): no_hoop_stress_supplied_uts_or_inl_or_utk

    Design: FeCrAlCladdingFailure

    Issue(s): #163#1329

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.191The system shall ensure the correct error message is reported when one of the principl stresses are not supplied when using the Tresca failure criterion

    Specification(s): missing_principal_stress_tresca

    Design: FeCrAlCladdingFailure

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.193The system shall ensure the correct error message is printed when the yield_stress_scale_factor is less than or equal to zero

    Specification(s): range_check_yield_stress_scale_factor

    Design: FeCrAlPlasticityUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.223The system shall throw a warning if the provided irradiation temperature is not within the recommended range of the correlation for HT9.

    Specification(s): warning_irr_temp

    Design: HT9PlasticityUpdate

    Issue(s): #1640

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.224The system shall throw a warning if the provided fast neutron flux is not within the recommended range of the correlation for HT9.

    Specification(s): warning_fluence

    Design: HT9PlasticityUpdate

    Issue(s): #1640

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.240The system shall only accept values above 1.97 for the oxygen-to-metal ratio.

    Specification(s): thermal_expansion_error

    Design: MAMOXElasticityTensorMAMOXThermalExpansionEigenstrain

    Issue(s): #163#309#341

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.284The system shall throw and error in the fission gas computation model
    1. if the interconnection initiating porosity is greater than the interconnection terminating porosity.
    2. if the sum of interconnection_dependent_retained_gas_fraction and retained_gas_fraction is greater than one.

    Specification(s): error/porosity, error/retained

    Design: SimpleFissionGasViscoplasticityStressUpdate

    Issue(s): #666#5508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.330The system shall ensure that the proper error message is printed when the grid point files do not contain the correct number of rows

    Specification(s): argonne_model_error_check1

    Design: U3Si2VolumetricSwellingEigenstrain

    Issue(s): #396

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.331The system shall ensure that the proper error message is printed when the temperature_gradient_grid_points file does not contain strictly increasing values

    Specification(s): argonne_model_error_check2

    Design: U3Si2VolumetricSwellingEigenstrain

    Issue(s): #396

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.332The system shall ensure that the proper error message is printed when the temperature_grid_points file does not contain strictly increasing values

    Specification(s): argonne_model_error_check3

    Design: U3Si2VolumetricSwellingEigenstrain

    Issue(s): #396

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.333The system shall ensure that the proper error message is printed when the fission_density_grid_points file does not contain strictly increasing values

    Specification(s): argonne_model_error_check4

    Design: U3Si2VolumetricSwellingEigenstrain

    Issue(s): #396

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.334The system shall ensure that the proper error message is printed when at least one of the grain_boundary_coverage, intragranular_gaseous_swelling, or total_gaseous_swelling files does not contain the correct number of rows

    Specification(s): argonne_model_error_check5

    Design: U3Si2VolumetricSwellingEigenstrain

    Issue(s): #396

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.335The system shall ensure that the proper error message is printed when at least one of the rows in at least one of the grain_boundary_coverage, intragranular_gaseous_swelling, or total_gaseous_swelling files does not contain the correct number of values

    Specification(s): argonne_model_error_check6

    Design: U3Si2VolumetricSwellingEigenstrain

    Issue(s): #396

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.365The system shall compute combined swelling and densification (1000K) with scaling factors on the solid swelling strain components and match non-AD methods.

    Specification(s): range_check_solid_swelling_scale_factor

    Design: UO2VolumetricSwellingEigenstrain

    Issue(s): #957

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.36418.119.411

  • 18.119.366The system shall compute combined swelling and densification (1000K) with scaling factors on the gaseous swelling strain components and match non-AD methods.

    Specification(s): range_check_gaseous_swelling_scale_factor

    Design: UO2VolumetricSwellingEigenstrain

    Issue(s): #957

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.36418.119.411

  • 18.119.401The system shall generate an error if both the rod average power and linear_heat_rate_variable parameters are specified when computing fuel relocation.

    Specification(s): relocation_input_chk1

    Design: UO2RelocationEigenstrain

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.402The system shall generate an error diametral_gap is not set when fuel_pin_geometry is not specified when modeling fuel relocation.

    Specification(s): relocation_input_chk3

    Design: UO2RelocationEigenstrain

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.412The system shall compute combined swelling and densification (1000K) with scaling factors on the solid swelling strain components.

    Specification(s): range_check_solid_swelling_scale_factor

    Design: UO2VolumetricSwellingEigenstrain

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.36418.119.411

  • 18.119.413The system shall compute combined swelling and densification (1000K) with scaling factors on the gaseous swelling strain components.

    Specification(s): range_check_gaseous_swelling_scale_factor

    Design: UO2VolumetricSwellingEigenstrain

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.36418.119.411

  • 18.119.439The system shall compute an elasticity tensor for UPuZr based on temperature, porosity, and constituent concentrations
    1. and couple in a thermo-mechanical solve using AD.
    2. and couple in a thermo-mechanical solve without using AD.
    3. and match an exact solution when using the MFH correlation.
    4. and match an exact solution when using the LANL correlation.
    5. and compare to experimental data when using the LANL correlation.
    6. and compare to experimental data when using the MFH correlation.
    7. and recover from a negative zirconium concentration content.
    8. and generate an error if the sum of the zirconium and plutonium concentrations is greater than 1 in UPuZrThermal.

    Specification(s): reg/ad, reg/nonad, reg/exact_mfh, reg/exact_lanl, reg/data_comparison_lanl, reg/data_comparison_mfh, reg/negative_x_zr, reg/high_x_zr

    Design: UPuZrElasticityTensor

    Issue(s): #202

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): CSVDiffExodiffRunAppRunException

  • 18.119.443The system shall compute a hydrostatic strain based on the return mapping method using a hot pressing model
    1. and couple to a fission gas swelling model using AD.
    2. and compare to an analytical solution using the MCDEAVITT creep strain model.
    3. and compare to an analytical solution using the MCDEAVITT creep strain model and allowing the porosity to grow.
    4. and compare to an analytical solution using the MCDEAVITT creep strain model, with interconnectivity allowed to decrease.
    5. and compare to an analytical solution using the MFH UPuZr creep strain model.
    6. and output verbose information.
    7. and throw an error if fission rate is not provided but expected.
    8. and throw a warning if fission rate is provided but not expected.
    9. and throw and error if lower_interconnectivity_limit is greater than interconnectivity_limit.

    Specification(s): reg/ad, reg/exact, reg/exact_grow, reg/exact_interconnectivity_decrease, reg/exact_upuzrcreep, reg/verbose, reg/no_fission_rate_err, reg/fission_rate_err, reg/interconnectivity

    Design: UPuZrHotPressingStressUpdate

    Issue(s): #1536

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): CSVDiffExodiffRunAppRunException

  • 18.119.524The system shall give an error message if fast_neutron_flux is not provided as a coupled variable in modeling irradition creep.

    Specification(s): error_check1

    Design: ZryCreepLOCAUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.525The system shall give an error message if temperature is not provided as a coupled variable in modeling secondary thermal creep.

    Specification(s): error_check2

    Design: ZryCreepLOCAUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.524

  • 18.119.526The system shall give an error message if one or more material properties are not supplied which are requested by ZryCreepLOCAUpdate model.

    Specification(s): error_check3

    Design: ZryCreepLOCAUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.525

  • 18.119.527The system shall give an error message if ESCORE_IRRADIATIONGROWTHZR4 is provided as a input for zircaloy_material_type within ZryCreepLimbackHoppeUpdate.

    Specification(s): error_check4

    Design: ZryCreepLOCAUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.524

  • 18.119.528The system shall give an error message if ESCORE_IRRADIATIONGROWTHZR4 is provided as a input for zircaloy_material_type within ZryCreepLOCAUpdate.

    Specification(s): error_check5

    Design: ZryCreepLOCAUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.525

  • 18.119.533The system shall generate an error when the user does not specify the temperature coupled variable in the input file.

    Specification(s): zry_elasticityTensor_errorcheck

    Design: ZryElasticityTensorZryThermal

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.534The system shall generate an error when the user does not specify the use of MATPRO when using the cold_work_factor in the input file.

    Specification(s): cold_work_factor_errorcheck

    Design: ZryElasticityTensor

    Issue(s): #1089

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.569The system shall produce an error when the temperature in Zircaloy cladding exceeds the valid temperature range for the plasticity material model.

    Specification(s): pnnl_temp_var_e

    Design: ZryPlasticityUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.570The system shall produce an error when the temperature in Zircaloy cladding exceeds the valid temperature range for the plasticity material model using automatic differentiation.

    Specification(s): ad_pnnl_temp_var_e

    Design: ZryPlasticityUpdate

    Issue(s): #900

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.569

  • 18.119.571The system shall produce an error when the fast neutron fluence in Zircaloy cladding exceeds the valid range for this parameter in the plasticity model.

    Specification(s): pnnl_temp_var_f

    Design: ZryPlasticityUpdate

    Issue(s): #163

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.119.572The system shall produce an error when the fast neutron fluence in Zircaloy cladding exceeds the valid range for this parameter in the plasticity model using automatic differentiation.

    Specification(s): ad_pnnl_temp_var_f

    Design: ZryPlasticityUpdate

    Issue(s): #900

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.119.571

  • bison: Standard Lwr Outputs Action
  • 18.125.12The system shall report an error if applied generally to a mesh without a boundary 7 or boundary 9 to use for calculating the plenum quantities when clad related outputs are requested.

    Specification(s): clad_missing_plenum_boundary

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.10

  • 18.125.13The system shall report an error if applied generally to a mesh without a boundary 12 or boundary 13 to use for calculating the fuel centerline temperature when fuel related outputs are requested.

    Specification(s): pellet_missing_centerline_boundary

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.12

  • 18.125.14The system shall report an error if applied to a mesh without boundary 9 to use for calculating the plenum quantities when both fuel and clad rod component outputs are requested.

    Specification(s): incorrect_complete_rod_plenum_boundary

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.1

  • 18.125.15The system shall report an error if the user specifies a cladding block name which does not exist on the supplied mesh when rod components clad or both are requested.

    Specification(s): incorrect_clad_block_name

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.14

  • 18.125.16The system shall error if a block id, which does not exist on the mesh, is supplied as the argument for the cladding_blocks parameter when rod components clad or both are requested.

    Specification(s): nonexistance_mesh_id_clad

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.13

  • 18.125.17The system shall error if the default cladding mesh block named clad is not present in the mesh and rod components clad or both are requested.

    Specification(s): no_clad_block_present

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.4

  • 18.125.18The system shall report an error if the user specifies a fuel pellet block name which does not exist on the supplied mesh when rod components fuel or both are requested.

    Specification(s): incorrect_fuel_block_name

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.15

  • 18.125.19The system shall report an error if the user specifies a fuel pellet block name in the list of arguments to the fuel_pellet_blocks parameter which does not exist on the supplied mesh when rod components fuel or both are requested.

    Specification(s): incorrect_second_fuel_block_name

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.8

  • 18.125.20The system shall error if an unnamed block id, which does not exist on the mesh, is supplied as the argument for the fuel_pellet_blocks parameter when rod components fuel or both are requested.

    Specification(s): nonexistance_mesh_id_fuel

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.17

  • 18.125.21The system shall error if the default fuel pellet mesh block named pellet_type_1 is not present in the mesh and rod components fuel or both are requested.

    Specification(s): no_pellet_block_present

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 18.125.9

  • 18.125.22The system shall error if not all fuel blocks are accounted for when restricting blocks.

    Specification(s): four_pellets_error

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.125.23The system shall error if not all retained fuel blocks are not contiguous.

    Specification(s): four_pellets_not_neighbors

    Design: StandardLWRFuelRodOutputsAction

    Issue(s): #752

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Thermalmn
  • 18.138.4The system shall return an error message when the formulation is COLLIN_BAUER (TRISO) formulation on a NASAGRC (NTP) simulation.

    Specification(s): unique_functionality_COLLIN_BAUER

    Design: MNThermal

    Issue(s): #1450

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Thermalsilicidefuel
  • 18.141.6The system shall ensure the proper error message is reported when the silicon_mole_fraction is outside its range of applicability when using the Zhang model.

    Specification(s): mole_fraction_error_check

    Design: SilicideFuelThermal

    Issue(s): #280

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Thermalu10Mo
  • 18.143.5The system shall return an error message when k_data is needed but not supplied.

    Specification(s): k_data

    Design: U10MoThermal

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.143.6The system shall return an error message when cp_data is needed but not supplied.

    Specification(s): cp_data

    Design: U10MoThermal

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.143.7The system shall return an error if k_data does not have the correct number of colummns in each row.

    Specification(s): k_rows

    Design: U10MoThermal

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.143.8The system shall return an error if cp_data does not have the correct number of colummns in each row.

    Specification(s): cp_rows

    Design: U10MoThermal

    Issue(s): #1508

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Upuzr Burnup
  • 18.159.1The system shall compute a burnup material property using material fission rate material property
    1. and couple to a non-AD thermo-mechanical problem.
    2. and couple to an AD thermo-mechanical problem.
    3. and match an analytical solution.
    4. and throw an error if the given mesh_generator does not contain needed metadata.

    Specification(s): g/nonad, g/ad, g/exact, g/err_non_metadata

    Design: Burnup

    Issue(s): #498#1536#1623

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): CSVDiffExodiffRunException

  • bison: Upuzr Fission Rate
  • 18.163.1The system shall calculate the fission rate as a function of total linear power, an axial power profile, and a radial correlation related to zirconium and plutonium
    1. and match an analytical solution
    2. and throw an error if the wrong number of zirconium coefficient variables are passed.
    3. with a constant zirconium concentration.
    4. and get pellet radius through MeshMetaDataInterface.
    5. and get pellet radius through MeshMetaDataInterface in AD mode.
    6. and recover from a negative zirconium concentrentration content.
    7. and recover from a extremely high zirconium concentrentration content.

    Specification(s): g/exact, g/coeff_error, g/exact_constant, g/metadata, g/metadata_ad, g/negative_x_zr, g/high_x_zr

    Design: UPuZrFissionRate

    Issue(s): #1203#1601#1634

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): CSVDiffRunAppRunException

  • bison: Upuzr Lanthanide Diffusivity
  • 18.164.3The system shall cut the time step when UPuZrLanthanideDiffusivity encounters a temperature less than or equal to zero.

    Specification(s): temperature_exception

    Design: UPuZr Lanthanide Diffusivity

    Issue(s): #5208

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.164.4The system shall cut the time step when UPuZrLanthanideDiffusivity encounters a porosity greater than or equal to one.

    Specification(s): porosity_exception

    Design: UPuZr Lanthanide Diffusivity

    Issue(s): #5208

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Upuzr Lanthanide Flux
  • 18.165.3The system shall cut the time step when UPuZrLanthanideFlux encounters a temperature less than or equal to zero.

    Specification(s): temperature_exception

    Design: UPuZr Lanthanide Flux

    Issue(s): #5208

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Upuzr Lanthanide Wastage
  • 18.166.3The system shall error when UPuZrLanthanideWastage encounters a coordinate system other than RZ.

    Specification(s): coordinate_exception

    Design: UPuZr Lanthanide Wastage

    Issue(s): #5208

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Upuzr Thermal
  • 18.169.10The system shall generate an error if the sum of the zirconium and plutonium concentrations is greater than 1 in UPuZrThermal.

    Specification(s): high_x_zr

    Design: UPuZrThermal

    Issue(s): #374#847#1365

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Value Range Interface
  • The system shall catch if a AD variable used in internal methods is out of range
    1. and throw an error.
    2. and throw an error when compared to integers.
    3. and throw a warning.
    4. and throw an exception.
    5. and do nothing.

    Specification(s): ad/error, ad/error_int, ad/warning, ad/exception, ad/ignore

    Design: ValueRangeInterface

    Issue(s): #1572

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.171.2The system shall catch if a non-AD variable used in internal methods is out of range
    1. and throw an error.
    2. and throw a warning.
    3. and throw an exception.
    4. and do nothing.

    Specification(s): nonad/error, nonad/warning, nonad/exception, nonad/ignore

    Design: ValueRangeInterface

    Issue(s): #1572

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Zry Burst Opening
  • 18.177.2The system shall produce an error when the peak hoop stress is not provided when using the Jernkvist rupture area model.

    Specification(s): jernkvist_error

    Design: ZryBurstOpening

    Issue(s): #1559

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 18.177.4The system shall produce an error when the peak hoop strain is not provided when using the ORNL rupture area model.

    Specification(s): ornl_error

    Design: ZryBurstOpening

    Issue(s): #1559

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Zry Oxidation Cladding
  • 18.178.8The system shall error is neither FuelPinGeometry nor a user input for cladding dimensions are supplied.

    Specification(s): zryoxidation_error

    Design: ZryOxidation

    Issue(s): #995

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • bison: Nitride
  • 18.185.5The system shall not allow relevant and implemented fission models to be used for the K4 model using the UN action.

    Specification(s): Invalid_fission_type_action

    Design: EBR-II K-4 Experiment

    Issue(s): #1212

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException