Reactor Failure Analysis Report
Introduction
The SRS for Reactor describes the system functional and non-functional requirements that describe the expected interactions that the software shall provide.
Dependencies
The Reactor application is developed using MOOSE and is based on various modules, as such the SRS for Reactor is dependent upon the following documents.
Failure Analysis Requirements
The following is a complete list for all the requirements related to failure analysis for Reactor.
- reactor: Functions
- 12.1.2The function that describes control drums shall throw an error
- if start_angles and angular_speeds have different lengths.
- if angle_ranges and angular_speeds have different lengths.
- if input control drum parameters are not compatible with MeshMetaData.
- if rotation_end_time is smaller than rotation_start_time.
Specification(s): errors/err_diff_start_angles_size, errors/err_diff_angle_ranges_size, errors/err_diff_metadata_size, errors/err_end_before_start
Design: MultiControlDrumFunction
Issue(s): #19100
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- reactor: Meshgenerators
- 12.2.4The system shall throw an error
- if old_blocks given as block ids and new_block_ids have different sizes.
- if old_blocks given as block names and new_block_ids have different sizes.
- if new_block_names and new_block_ids have different sizes.
- if old_blocks contains blocks that do not exist in the input mesh.
- if the circular region is overlapped with background region after radius correction.
- if the mesh is too corase for the absorber.
Specification(s): errors/err_diff_block_size_id, errors/err_diff_block_size_name, errors/err_diff_new_block_name_id, errors/err_non_exist_block_name, errors/err_overlapped_circular_regions, errors/err_too_coarse_input_mesh
Design: AzimuthalBlockSplitGenerator
Issue(s): #19100
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.8The system shall return an error if
- the coarse mesh extra element id used for assigning does not exist
- the input mesh is not nested in the coarse mesh in CoarseMeshExtraElementIDGenerator
- the fine mesh lies beyond the extent of the coarse mesh
- any node of the fine mesh lies beyond the extent of the coarse mesh
Specification(s): errors/unknown_extra_elem_id, errors/mesh_not_embedded_despite_request, errors/mesh_element_centroid_outside_coarse_mesh, errors/mesh_element_node_outside_coarse_mesh
Design: CoarseMeshExtraElementIDGenerator
Issue(s): #19297
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.13The system shall return an error if the requested source element ID does not exist on the mesh.
Specification(s): unknown_source_id
Design: ExtraElementIDCopyGenerator
Issue(s): #19297
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.16The system shall throw an error if sides_to_adapt and inputs have different sizes.
Specification(s): err_sides_to_adpat_size
Design: HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.21The system shall throw a reasonable error when generating patterned hexagon mesh if one of the input meshes has a flat side facing up.
Specification(s): err_input_flat_side_up
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.22The system shall throw an error if the input meshes contain different block ids that share the same block name.
Specification(s): err_block_name_conflict
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.23The system shall throw an error if the layer number of pattern is not odd.
Specification(s): err_pattern_layer
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.24The system shall throw an error if the layer number of pattern is zero or unity.
Specification(s): err_pattern_unity
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.25The system shall throw an error if the pattern does not represent a hexagonal pattern.
Specification(s): err_pattern_shape
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.26The system shall throw an error if the pattern includes input mesh indices that exceed number of elements of inputs.
Specification(s): err_out_of_range_pattern
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.27The system shall throw an error if background_block_id and duct_block_ids are not provided simultaneously if the mesh has ducts.
Specification(s): err_block_id
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.28The system shall throw an error if background_block_name and duct_block_names are not provided simultaneously if the mesh has ducts.
Specification(s): err_block_name
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.29The system shall throw an error if length of duct_block_ids is not consistent with number of ducts.
Specification(s): err_duct_ids
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.30The system shall throw an error if length of duct_block_names is not consistent with number of ducts.
Specification(s): err_duct_names
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.31The system shall throw an error if background_block_name or background_block_id are provided when pattern_boundary is none.
Specification(s): err_non_background
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.32The system shall throw an error if no hexagon size is provided when pattern_boundary is hexagon.
Specification(s): err_no_hexagon_size
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.33The system shall throw an error if not all the meshes provided in inputs are used in pattern.
Specification(s): err_missing_input_meshes_in_pattern
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.34The system shall throw an error if no pitch meta data can be obtained from the input mesh.
Specification(s): err_no_appropriate_pitch_meta
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.35The system shall throw an error if no pattern pitch meta data can be obtained from the input mesh.
Specification(s): err_no_appropriate_pattern_pitch_meta
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.36The system shall throw an error if input meshes have different pattern pitch meta data.
Specification(s): err_different_pattern_pitch_meta
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.41The system shall throw an error if the size of specificed reporting id values does not match size of specified reporting id names.
Specification(s): err_different_id_sizes
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.42The system shall throw an error if the specified reporting id to be modified does not exist on the input mesh.
Specification(s): err_nonexist_reporting_id
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.43The system shall throw an error if the input mesh to the hexagonal mesh boundary modifier is generated by an incompatible mesh generator.
Specification(s): err_incompatible_input
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.48The system shall throw an error if the specified inner and outer boundary layers are overlapped.
Specification(s): err_overlapped_boundary_layers
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.49The system shall throw an error if a non-2D mesh is given as the input mesh.
Specification(s): err_non_2d_mesh
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.50The system shall throw an error if the given boundary of the input mesh has two or more segments.
Specification(s): err_invalid_boundary_type_1
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.51The system shall throw an error if the given boundary of the input mesh is an open curve.
Specification(s): err_invalid_boundary_type_2
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.52The system shall throw an error if the consecutive nodes of the given boundary of the input mesh do not change monotonically.
Specification(s): err_invalid_boundary_type_3
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.53The system shall throw an error if the given peripheral ring radius is not enough to cover the input mesh.
Specification(s): err_small_radius
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.54The system shall throw an error if the given external boundary is actually an internal boundary of the input mesh.
Specification(s): err_internal_boundary
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.58The system shall throw an error if extra_circle_radii and extra_circle_num_segments are not compatible.
Specification(s): err_steiner_input_length
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.59The system shall throw an error if both inner_boundary_name and inner_boundary_id are both provided.
Specification(s): err_inner_mesh_both_boundary
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.60The system shall throw an error if neither inner_boundary_name and inner_boundary_id are provided.
Specification(s): err_inner_mesh_no_boundary
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.61The system shall throw an error if inner_boundary_name is not defined on the input mesh.
Specification(s): err_inner_mesh_name_not_found
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.62The system shall throw an error if inner_boundary_id is not defined on the input mesh.
Specification(s): err_inner_mesh_id_not_found
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.65The system shall throw an error when trying to generate a pin mesh with more than 1 radial region and tri center elements
Specification(s): tri_error
Design: PinMeshGenerator
Issue(s): #19949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.78The system shall throw an error if
- num_sectors_per_side and quad_center_elements are not compatible.
- interface_boundary_names has an incorrect length.
- background_block_ids has more than one element when the mesh has ring(s).
- background_block_names has more than one element when the mesh has ring(s).
- background_block_ids has a length other than zero or two when the mesh does not have rings and background_intervals does not equal one.
- background_block_names has a length other than zero or two when the mesh does not have rings and background_intervals does not equal one.
- multiple block ids share a single block name.
- size of num_sectors_per_side is not num_sides.
- num_sectors_per_side elements are not all even.
- ring_radii and ring_intervals have different sizes.
- ring_radii and ring_radial_biases have different sizes.
- ring_block_ids size is not consistent with number of rings in the mesh.
- ring_block_names size is not consistent with number of rings in the mesh.
- ring_radii is not strictly ascending.
- rings are bigger than the polygon.
- duct_sizes and duct_intervals have different sizes.
- duct_sizes and duct_radial_biases have different sizes.
- duct_block_ids size is not consistent with the number of ducts in the mesh.
- duct_block_names size is not consistent with the number of ducts in the mesh.
- duct_sizes is not strictly ascending.
- duct_sizes is non-positive or is low enough to be overlapped with rings.
- duct_sizes is bigger than the polygon.
- boundary layers in background region of a hexagonal cell are overlapped.
- inner and outer ring boundary layer parameters have inconsistent size.
- ring's inner boundary layer has zero interval but non-zero thickness.
- ring's inner boundary layer has nonzero intervals but zero thickness.
- ring's outer boundary layer has zero interval but non-zero thickness.
- ring's outer boundary layer has nonzero intervals but zero thickness.
- ring's boundary layers are thicker than the ring itself.
- inner and outer duct boundary layer parameters have inconsistent size.
- duct's inner boundary layer has zero interval but non-zero thickness.
- duct's inner boundary layer has nonzero intervals but zero thickness.
- duct's outer boundary layer has zero interval but non-zero thickness.
- duct's outer boundary layer has nonzero intervals but zero thickness.
- duct's boundary layers are thicker than the ring itself.
- center_quad_factor is provided for triangular center elements.
Specification(s): exceptions/err_quad_diff_sector_nums, exceptions/err_interface_ids_length, exceptions/err_background_block_ids_1, exceptions/err_background_block_names_1, exceptions/err_background_block_ids_2, exceptions/err_background_block_names_2, exceptions/err_block_ids_with_one_name, exceptions/err_num_sectors_per_side_size, exceptions/err_odd_num_sectors_per_side, exceptions/err_ring_radii_length_1, exceptions/err_ring_radii_length_2, exceptions/err_ring_block_ids, exceptions/err_ring_block_names, exceptions/err_descend_ring_radii, exceptions/err_oversize_ring_radii, exceptions/err_duct_sizes_length_1, exceptions/err_duct_sizes_length_2, exceptions/err_duct_block_ids, exceptions/err_duct_block_names, exceptions/err_descend_duct_sizes, exceptions/err_undersize_duct_sizes, exceptions/err_oversize_duct_sizes, exceptions/err_overlapped_background_boundary, exceptions/err_ring_boundary_layer_param_size, exceptions/err_ring_inner_boundary_layer_zero_interval, exceptions/err_ring_inner_boundary_layer_nonzero_interval, exceptions/err_ring_outer_boundary_layer_zero_interval, exceptions/err_ring_outer_boundary_layer_nonzero_interval, exceptions/err_ring_boundary_layers_oversize, exceptions/err_duct_boundary_layer_param_size, exceptions/err_duct_inner_boundary_layer_zero_interval, exceptions/err_duct_inner_boundary_layer_nonzero_interval, exceptions/err_duct_outer_boundary_layer_zero_interval, exceptions/err_duct_outer_boundary_layer_nonzero_interval, exceptions/err_duct_boundary_layers_oversize, exceptions/err_center_quad_factor_for_tri_elems
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.88The system shall return an error if
- the subdomain vector to use for assigning extra element IDs is empty
- a subdomain is listed more than once when assigning extra element IDs
- the subdomain ids and the extra element id names arent vectors of the same size
- the subdomain ids and the extra element ids to set arent vectors of the same size
- the default extra element IDs arent specified for each extra element id
Specification(s): errors/no_subdomain, errors/same_subdomain, errors/diff_size1, errors/diff_size2, errors/diff_size3
Design: SubdomainExtraElementIDGenerator
Issue(s): #19297
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.93The system shall throw an error if the number of rings radii specified does not match either one or the number of pins
Specification(s): err_ring_radii_size
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.94The system shall throw an error if the largest ring specified exceeds the assembly boundary.
Specification(s): err_ring_radii_oversize
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.95The system shall throw an error if the parameter specifying the radial intervals of ring regions does not have appropriate size.
Specification(s): err_ring_intervals_size
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.96The system shall throw an error if the parameter specifying the block ids of ring regions does not have appropriate size.
Specification(s): err_ring_block_ids_size
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.97The system shall throw an error if the parameter specifying the radial intervals of ring regions is inconsistent with the parameter specifying the sizes of ring regions.
Specification(s): err_ring_intervals_consistency
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.98The system shall throw an error if the parameter specifying the block ids of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 1).
Specification(s): err_ring_block_ids_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.99The system shall throw an error if the parameter specifying the block ids of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 2).
Specification(s): err_ring_block_ids_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.100The system shall throw an error if the parameter specifying the block names of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 1).
Specification(s): err_ring_block_names_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.101The system shall throw an error if the parameter specifying the block names of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 2).
Specification(s): err_ring_block_names_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.102The system shall throw an error if the parameter specifying the block names of ring regions is inconsistent with the parameter specifying the block ids of ring regions.
Specification(s): err_ring_block_names_consistency_3
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.103The system shall throw an error if the size of the parameter specifying the block ids of background region is not one when all the three sections have rings.
Specification(s): err_background_block_ids_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.104The system shall throw an error if the size of the parameter specifying the block names of background region is not one when all the three sections have rings.
Specification(s): err_background_block_names_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.105The system shall throw an error if the size of the parameter specifying the block ids of background region is not two when ring-free section exists.
Specification(s): err_background_block_ids_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.106The system shall throw an error if the size of the parameter specifying the block names of background region is not two when ring-free section exists.
Specification(s): err_background_block_names_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.107The system shall throw an error if the size of the parameter specifying the block ids of background region is not one when all the sections are ring-free and background_intervals is 1.
Specification(s): err_background_block_ids_consistency_3
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.108The system shall throw an error if the size of the parameter specifying the block names of background region is not one when all the sections are ring-free and background_intervals is 1.
Specification(s): err_background_block_names_consistency_3
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.109The system shall throw an error if extra element integer values of the pins are provided without specifying extra element integer names.
Specification(s): err_no_pin_id_name
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.110The system shall throw an error if extra element integer values specified do not have the correct size.
Specification(s): err_wrong_pin_id_values
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.111The system shall throw an error if the offset of the ring region center moves the center of the ring out of the hexagon assembly region.
Specification(s): err_over_offset
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException