Reconstructed Discontinuous Galerkin Failure Analysis Report

Introduction

The Software Requirement Specification (SRS) for Reconstructed Discontinuous Galerkin describes the system functional and non-functional requirements that describe the expected interactions that the software shall provide.

Dependencies

The Reconstructed Discontinuous Galerkin application is developed using MOOSE and is based on various modules, as such the SRS for Reconstructed Discontinuous Galerkin is dependent upon the following documents.

Failure Analysis Requirements

The following is a complete list for all the requirements related to failure analysis for Reconstructed Discontinuous Galerkin.

  • rdg: Actions
  • 11.1.2The system shall error if the supplied order of scalar auxiliary variable is of an unknown order.

    Specification(s): invalid_order_high

    Design: AuxVariables System

    Issue(s): #960#2294#4668

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.1.4The system shall report an informative error when object parameters are constructed using legacy methods

    Specification(s): test

    Design: CheckLegacyParamsAction

    Issue(s): #19439

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Controls
  • 11.6.7The Control system shall error if an attempt to alter a non-controllable parameter is performed.

    Specification(s): non_controllable_error

    Design: Controls System

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.9The Control system shall error if an unknown parameter is supplied for control.

    Specification(s): no_param_found

    Design: Controls System

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.10The Control system shall error if a thread id greater than the number of threads available is supplied when retrieving a Control object.

    Specification(s): tid_warehouse_error

    Design: Controls System

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.11The Control system shall error if an attempt is made to disable the Executioner.

    Specification(s): disable_executioner

    Design: Controls System

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.12The Control system shall error if an invalid control name is supplied to the Control dependency resolution procedure.

    Specification(s): non_existing_dependency

    Design: Controls System

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.22The MOOSE control system shall be capable of restricting parameters to be controlled for specific execution flags.

    Specification(s): error

    Design: Controls System

    Issue(s): #12576

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.41The TimePeriod object shall error when used with a steady state problem.

    Specification(s): steady_error

    Design: TimePeriod

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.42The TimePeriod object shall error when the start and end time parameters are not the same length.

    Specification(s): start_end_size_mismatch

    Design: TimePeriod

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.43The TimePeriod object shall error when start and end time parameters differ in length than the supplied object list.

    Specification(s): time_disable_size_mismatch

    Design: TimePeriod

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.44The TimePeriod object shall error when a list of objects to control is omitted.

    Specification(s): enable_disable_not_set

    Design: TimePeriod

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.6.45The TimePeriod object shall error when start time is greater than the end time.

    Specification(s): start_greater_than_end_error

    Design: TimePeriod

    Issue(s): #5676

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Dampers
  • 11.8.1The system shall include the ability to reduce the change in nonlinear residual based on a maximum value on elements.

    Specification(s): bounding_value_max

    Design: BoundingValueElementDamper

    Issue(s): #7856

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.8.2The system shall include the ability to reduce the change in nonlinear residual based on a minimum value on elements.

    Specification(s): bounding_value_min

    Design: BoundingValueElementDamper

    Issue(s): #7856

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.8.3The system shall include the ability to reduce the change in nonlinear residual based on a maximum value on nodes.

    Specification(s): bounding_value_max

    Design: BoundingValueNodalDamper

    Issue(s): #7856

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.8.4The system shall include the ability to reduce the change in nonlinear residual based on a minimum value on nodes.

    Specification(s): bounding_value_min

    Design: BoundingValueNodalDamper

    Issue(s): #7856

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.8.6The Damper system shall use the minimum of NodalDamper and ElementDamper, when the later computes the minimum.

    Specification(s): interacting_node_elem1

    Design: BoundingValueElementDamper

    Issue(s): #7856

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.8.7The Damper system shall use the minimum of NodalDamper and ElementDamper, when the former computes the minimum.

    Specification(s): interacting_node_elem2

    Design: BoundingValueElementDamper

    Issue(s): #7856

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.8.10The system shall give an informative error if user code requests a variable from the warehouse with a bad key.

    Specification(s): bad_key

    Design: MaxIncrement

    Issue(s): 5509fd360a4ca128a642b1c6603fa3f5205c05d8

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.8.13The Damper system shall error if the damping value is below a minimum.

    Specification(s): min_general_damping

    Design: Dampers System

    Issue(s): #7856

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: DGKernel Objects
  • 11.9.15The system shall error if the triad of dg kernels, adaptivity, and stateful properties are used together.

    Specification(s): error_stateful_dg_adaptivity

    Design: DGKernels System

    Issue(s): #10977

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Executors
  • 11.12.2The system shall error if the Executor system contains an infinite cycle

    Specification(s): cycle

    Design: Executor

    Issue(s): #5229#18180

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.12.3The system shall only have one root node in the Executor tree

    Specification(s): multi_root

    Design: Executor

    Issue(s): #5229#18180

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Functions
  • 11.14.10The Material system shall error out if the number of functions supplied does not match the size of the vector function material properties.

    Specification(s): vector_error

    Design: GenericFunctionVectorMaterial

    Issue(s): #18372

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.12The system shall include the ability to create functions from image files that errors if
    1. an unsupported file type is provided;
    2. if an invalid component value is supplied;
    3. if an invalid filename is provided; and
    4. the system is not configured with the correct dependencies.

    Specification(s): errors/file_suffix, errors/component, errors/invalid_file, errors/no_vtk

    Design: ImageFunctionImageMesh

    Issue(s): #5927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.31The LinearCombinationFunction shall report an error if the parameters listing the functions differs in size than the list of coefficients.

    Specification(s): except1

    Design: LinearCombinationFunction

    Issue(s): #4828

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.42The ParsedFunction object shall fail with a human readable error if a vals entry is supplied that is neither a valid postprocessor, scalar variable, function, or real number.

    Specification(s): vals_error

    Design: ParsedFunction

    Issue(s): #14169

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.46The system shall error out if
    1. if the CSV reader object and the function expect the CSV data to be ordered differently
    2. if the desired column number in the CSV file is higher than the number of columns in the file
    3. if the data saught exceeds the row number in the CSV file
    4. if the number of blocks specified to a CSV reader reading block-data is 0
    5. if the number of nearest-neighbor regions specified to a CSV reader reading nearest-neighbor-region-data is 0

    Specification(s): errors/read_type, errors/num_columns, errors/num_rows, errors/zero_blocks, errors/zero_voronoi

    Design: PiecewiseConstantFromCSV

    Issue(s): #19109

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.47The system shall issue a warning if
    1. if the desired column number in the CSV file is known to be a column holding point coordinates
    2. if the data file contains more points/rows than the reader needs

    Specification(s): warnings/num_columns, warnings/too_much_data_in_file

    Design: PiecewiseConstantFromCSV

    Issue(s): #19109

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.50The PiecewiseMultilinear object will error if the supplied file fails to open.

    Specification(s): except1

    Design: PiecewiseMultilinear

    Issue(s): #2476

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.51The PiecewiseMultiInterpolation object shall error if the supplied data is not monotonically increasing.

    Specification(s): except2

    Design: PiecewiseMultilinear

    Issue(s): #2476

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.52The PiecewiseMultiInterpolation object shall error if the number of requested functions differ than the number available from the file.

    Specification(s): except3

    Design: PiecewiseMultilinear

    Issue(s): #2476

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.53The PiecewiseMultiInterpolation errors if the axes supplied are not independent.

    Specification(s): except4

    Design: PiecewiseMultilinear

    Issue(s): #2476

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.54The PiecewiseMultilinear shall error if the axis lines are not located in the supplied data.

    Specification(s): except5

    Design: PiecewiseMultilinear

    Issue(s): #2476

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.14.72The SolutionFunction object shall error if a variable that does not exist is requested.

    Specification(s): nonexistent_var_err

    Design: SolutionFunction

    Issue(s): fc620eb2a4580a2320e03e6e89ad092dd2f4123b

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Fvbcs
  • 11.15.2The system shall error out if a finite volume flux boundary condition, in this case a finite volume Neumann boundary condition, is used inside the domain.

    Specification(s): fvbcs_internal

    Design: FVNeumannBC

    Issue(s): #16882

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.15.3The system shall error out if a finite volume flux boundary condition is used on a mesh element face that is not connected to an element with the corresponding finite volume variable.

    Specification(s): fvbcs_disconnected_from_variable

    Design: FVNeumannBC

    Issue(s): #16882

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Fviks
  • 11.16.3The system shall error if a user specified variable on the 1st side of an interface does not actually exist on the 1st side.

    Specification(s): run_except1

    Design: FVInterfaceKernels System

    Issue(s): #17087

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.16.4The system shall error if a user specified variable on the 2nd side of an interface does not actually exist on the 2nd side.

    Specification(s): run_except2

    Design: FVInterfaceKernels System

    Issue(s): #17087

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.16.5The system shall error if a user does not specify a variable on the 2nd side of an interface, leading the system to assume that the variable on the 1st side of the interface should be used on the 2nd side, and the variable on the 1st side does not exist on the 2nd side.

    Specification(s): run_except3

    Design: FVInterfaceKernels System

    Issue(s): #17087

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Fvkernels
  • 11.17.14The system shall suggest that the user add a finite volume variable if a finite volume object cannot retrieve one

    Specification(s): var_except

    Design: Finite Volume Design Decisions in MOOSE

    Issue(s): #14549

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Geomsearch
  • 11.18.55The system shall error in the penetration locator system if penetration is not detected.

    Specification(s): never_warning

    Design: GapValueAuxMesh System

    Issue(s): #3901

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.18.51

  • rdg: Ics
  • 11.20.2The system shall error if the wrong number of components are provided in a constant initial condition for array variables.

    Specification(s): size_error

    Design: ArrayConstantIC

    Issue(s): #6881

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.4The system shall error if the wrong number of components are provided in a functionalized initial condition for array variables.

    Specification(s): size_error

    Design: ArrayFunctionIC

    Issue(s): #6881

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.8The system shall report an error when multiple initial conditions are applied to the same boundary.

    Specification(s): ics_on_same_boundary

    Design: ICs System

    Issue(s): #6580

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.9The system shall report an error when multiple initial conditions are applied to the same subdomain.

    Specification(s): ics_on_same_block

    Design: ICs System

    Issue(s): #6580

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.10The system shall report an error when a global initial conditions overlap on the same variable.

    Specification(s): ics_on_same_block_both_global

    Design: ICs System

    Issue(s): #6580

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.11The system shall report an error when a global and subdomain restricted initial conditions overlap on the same variable.

    Specification(s): ics_on_same_block_first_global

    Design: ICs System

    Issue(s): #6580

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.32The system shall error if
    1. the postprocessor does not have execute_on initial
    2. the postprocessor for normalization is zero

    Specification(s): errors/missing_initial, errors/zero_integral

    Design: IntegralPreservingFunctionIC

    Issue(s): #19476

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.42The system shall error if the 'function' and 'function_x' parameters are both set within the VectorFunctionIC object.

    Specification(s): comp_x_error

    Design: VectorConstantIC

    Issue(s): #13309

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.43The system shall error if the 'function' and 'function_y' parameters are both set within the VectorFunctionIC object.

    Specification(s): comp_y_error

    Design: VectorConstantIC

    Issue(s): #13309

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.20.44The system shall error if the 'function' and 'function_z' parameters are both set within the VectorFunctionIC object.

    Specification(s): comp_z_error

    Design: VectorConstantIC

    Issue(s): #13309

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: InterfaceKernel Objects
  • 11.22.31The system shall error if the triad of interface kernels, adaptivity, and stateful properties are used together.

    Specification(s): error_stateful_ik_adaptivity

    Design: InterfaceKernels System

    Issue(s): #10977

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Kernels
  • 11.24.20The system shall allow the user to override the automated generation of a full coupling matrix when doing global AD indexing, which for this test results in a new nonzero allocation because there is off-diagonal coupling.

    Specification(s): trust_user_and_then_error

    Design: Coupleable

    Issue(s): #16396

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.25The system will error and tell the user if they use derivative storage that is too small

    Specification(s): ad_max_dofs_per_elem_error

    Design: DualReal

    Issue(s): #5658

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.65The system shall report an error when a parsed function expression contains quote characters.

    Specification(s): parsed_func_error_check

    Design: Kernels System

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.78The system shall issue an error for unsupported mesh adaptation with hybrid finite element method (HFEM) calculations.

    Specification(s): robin_adpatation

    Design: DGKernels System

    Issue(s): #17447

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.80The system shall issue an error for not fully supported distributed mesh with hybrid finite element method (HFEM) calculations.

    Specification(s): robin_distributed_mesh

    Design: DGKernels System

    Issue(s): #17447

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.110We shall not be able to solve a problem where the physics Jacobians are very large compared to the jacobian from a Dirichlet BC (unity)

    Specification(s): cant-solve-poorly-scaled

    Design: FEProblemSolve.md

    Issue(s): #12601

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.113We shall not be able to solve a problem where the physics has large changes over time if we only scale once

    Specification(s): cant-solve-large-transient-changes

    Design: FEProblemSolve.md

    Issue(s): #12601

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.117The system shall error if the volumetric residual calculation is not assigned an associated vector within the numerical solving routine.

    Specification(s): test

    Design: Kernels System

    Issue(s): #9669

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.118Time kernel requires a transient executioner

    Specification(s): bad_transient

    Design: TaggingInterface

    Issue(s): #9669

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.119The kernel can be only assigned to the existing vector tags in the system

    Specification(s): bad_vector_tag

    Design: TaggingInterface

    Issue(s): #9669

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.120The kernel can be only assigned to the existing matrix tags in the system

    Specification(s): bad_matrix_tag

    Design: TaggingInterface

    Issue(s): #9669

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.138The system shall error if the 'function' and 'function_x' parameters are both set when defining a vector function Dirichlet boundary condition.

    Specification(s): comp_error

    Design: VectorBodyForce

    Issue(s): #13309

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.24.139The system shall error if the 'function' and 'function_x' parameters are both set within the ADVectorFunctionDirichletBC object.

    Specification(s): ad_comp_error

    Design: ADVectorFunctionDirichletBC

    Issue(s): #13309

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Markers
  • 11.26.13It shall not be possible to specify Markers to run on the displaced mesh.

    Specification(s): displaced_error

    Design: Markers System

    Issue(s): #11430

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.26.17The marker shall create an error if the coordinate vectors are not all the same size

    Specification(s): wrong_size_error

    Design: Markers SystemReporterPointMarker

    Issue(s): #18886

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Misc
  • 11.32.7The system shall report an error when a material property is not defined on a boundary.

    Specification(s): bc_check

    Design: Problem system overview

    Issue(s): #9835#5309#9482

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.8The system shall report an error when a material property requested by a UserObject is not defined on a boundary.

    Specification(s): side_uo_check

    Design: Problem system overview

    Issue(s): #9835#5309#9482

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.9The system shall report an error when a material property requested by a DGKernel is not defined on a boundary.

    Specification(s): dgkernel_check_boundary

    Design: Problem system overview

    Issue(s): #9835#5309#9482

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.10The system shall report an error when a material property requested by a DGKernel is not defined on a subdomain.

    Specification(s): dgkernel_check_block

    Design: Problem system overview

    Issue(s): #9835#5309#9482

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.12The system shall produce an error when an object's discretization area is explicitly set to a value greater than the area of the underlying variable used by the object.

    Specification(s): variable_interface_error_block_set

    Design: Problem system overview

    Issue(s): #9889

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.13The system shall produce an error when an object's discretization area is greater than the area of the underlying variable used by the object.

    Specification(s): variable_interface_error_block_any

    Design: Problem system overview

    Issue(s): #9889

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.14The system shall produce an error when an object's discretization area is explicitly set to a different area than the area of a coupled variable used by the object.

    Specification(s): coupleable_error_block_set

    Design: Problem system overview

    Issue(s): #9889

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.15The system shall produce an error when an object's discretization area is different than an explicitly set variable on only defined on a different portion of the mesh.

    Specification(s): coupleable_error_block_set2

    Design: Problem system overview

    Issue(s): #9889

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.16The system shall produce an error when an object's discretization area is covers the whole mesh but a coupled variable only exists on a portion of the mesh.

    Specification(s): coupleable_error_block_any

    Design: Problem system overview

    Issue(s): #9889

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.17The system shall report an error when the system solver is unable to find a converged solution.

    Specification(s): steady_no_converge

    Design: Executioner System

    Issue(s): #5144#5153

    Collection(s): FAILURE_ANALYSIS

    Type(s): RunApp

  • 11.32.18The system shall report an error message when a range-checked parameter is out of range.

    Specification(s): range_check_param

    Design: Problem system overview

    Issue(s): #2777

    Collection(s): FAILURE_ANALYSIS

    Type(s): RunException

  • 11.32.19The system shall report an error when a null pointer-checked parameter is retrieved from the InputParameters object.

    Specification(s): checked_pointer_param_test

    Design: Problem system overview

    Issue(s): #10356

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.20The system shall report an error when multiple AuxVariables are added to the system with conflicting types.

    Specification(s): add_aux_variable_multiple_test

    Design: Problem system overview

    Issue(s): #1222

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.21The system shall report an error when multiple Scalar AuxVariables are added to the system with conflicting types.

    Specification(s): add_aux_scalar_variable_multiple_test

    Design: Problem system overview

    Issue(s): #9313

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.22The system shall report an error when an attempt is made to instantiate a non-existent BoundaryCondition object.

    Specification(s): bad_bc_test

    Design: Problem system overview

    Issue(s): #10486

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.23The system shall report an error when a non-existent nonlinear variable name is used by a MooseObject.

    Specification(s): bad_bc_var_test

    Design: Problem system overview

    Issue(s): #11227

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.24The system shall report an error message when an invalid enumeration is supplied in any MooseEnum type.

    Specification(s): bad_enum_test

    Design: Problem system overview

    Issue(s): #489

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.25The system shall report an error message when an invalid Executioner is specified.

    Specification(s): bad_executioner_test

    Design: Problem system overview

    Issue(s): #12106

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.26The system shall report an error message when an invalid Kernel is specified.

    Specification(s): bad_kernel_test

    Design: Problem system overview

    Issue(s): #12106

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.27The system shall report an error message when a Kernel object attempts to access a non-existent variable.

    Specification(s): bad_kernel_var_test

    Design: Problem system overview

    Issue(s): #11227

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.28The system shall report an error when an invalid Material is specified.

    Specification(s): bad_material_test

    Design: Problem system overview

    Issue(s): #12106

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.29The system shall report an error when a previously undeclared variable is used in a parsed function expression.

    Specification(s): bad_parsed_function_vars_test

    Design: Problem system overview

    Issue(s): #4683

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.30The system shall report an error when a first order element is used with a second order discretization.

    Specification(s): bad_second_order_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.31The system shall report an error message when a deprecated input file block is used.

    Specification(s): deprecated_block_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.34The system shall report an error when conflicting domain restrictions are applied to a single object.

    Specification(s): double_restrict_uo_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.35The system shall report an error when the number of ids and corresponding block names are mismatched.

    Specification(s): dynamic_check_name_block_mismatch_test

    Design: Problem system overview

    Issue(s): #8596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.36The system shall report an error when a duplicate name is provided for a set of unique block ids.

    Specification(s): dynamic_check_name_block_test

    Design: Problem system overview

    Issue(s): #8596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.37The system shall report an error when the number of ids and corresponding boundary names are mismatched.

    Specification(s): dynamic_check_name_boundary_mismatch_test

    Design: Problem system overview

    Issue(s): #8596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.38The system shall report an error when a duplicate name is provided for a set of unique boundary ids.

    Specification(s): dynamic_check_name_boundary_test

    Design: Problem system overview

    Issue(s): #8596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.39The system shall report an error when the linear interpolation utility is supplied with bad domain values.

    Specification(s): linear_interp_material_check

    Design: Problem system overview

    Issue(s): #5886

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.40The system shall report an error when the Piecewise utility encounters an unexpected column data format.

    Specification(s): function_file_test1

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.41The system shall report an error when the Piecewise utility encounters an unexpected row data format.

    Specification(s): function_file_test2

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.42The system shall report an error when the Piecewise utility encounters inconsistent domain and range data.

    Specification(s): function_file_test3

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.43The system shall report an error when an invalid enumeration is supplied in the Piecewise utility.

    Specification(s): function_file_test4

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.44The system shall report an error when the Piecewise data is over-specified with the data file option.

    Specification(s): function_file_test5

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.45The system shall report an error when the Piecewise data is over-specified with row/column data.

    Specification(s): function_file_test6

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.46The system shall report an error when either the domain or range is missing when using the domain/range option in the Piecewise utility.

    Specification(s): function_file_test7

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.47The system shall report and error if the supplied domain/range pairs are not even in the Piecewise utility.

    Specification(s): function_file_test8

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.48The system shall report an error if no function is supplied in the Piecewise utility.

    Specification(s): function_file_test9

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.49The system shall report an error if the xy_data is supplied but the function is missing in the Piecewise utility.

    Specification(s): function_file_test10

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.50The system shall report an error when the number of columns appears incorrect in the Piecewise utility.

    Specification(s): function_file_test11

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.51The system shall report an error when an out of range y-column index is supplied in the Piecewise utility.

    Specification(s): function_file_test12

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.52The system shall report an error when an out of range x-column index is supplied in the Piecewise utility.

    Specification(s): function_file_test13

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.53The system shall report an error if too many rows are supplied when the data is expected to contain row information.

    Specification(s): function_file_test14

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.54The system shall report an error when an out of range x-row index is supplied in the Piecewise utility.

    Specification(s): function_file_test15

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.55The system shall report an error when an out of range y-row index is supplied in the Piecewise utility.

    Specification(s): function_file_test16

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.56The system shall report an error when the x and y index in file are equal in the Piecewise utility.

    Specification(s): function_file_test17

    Design: Problem system overview

    Issue(s): #2421

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.57The system shall report an error if one or more domain blocks do not have any active Kernels objects assigned.

    Specification(s): incomplete_kernel_block_coverage_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.58The system shall report an error if one or more variables do not have any active Kernel objects assigned.

    Specification(s): incomplete_kernel_variable_coverage_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.59The system shall report an error if one or more domain blocks do not have any active FVKernels objects assigned.

    Specification(s): incomplete_fvkernel_block_coverage_test

    Design: Problem system overview

    Issue(s): #1405#15196

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.60The system shall report an error if one or more variables do not have any active FVKernel objects assigned.

    Specification(s): incomplete_fvkernel_variable_coverage_test

    Design: Problem system overview

    Issue(s): #1405#15196

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.61The system shall report an error when an elemental variable (no continuity) is coupled to a variable with continuity.

    Specification(s): invalid_elemental_to_nodal_couple_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.62The system shall report an error when an active input block section is specified but missing.

    Specification(s): missing_active_section_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.63The system shall report an error when a material property is requested but not supplied on a mesh block.

    Specification(s): missing_coupled_mat_prop_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.64The system shall report an error when a coupled variable is supplied that was not added as a valid parameter.

    Specification(s): coupled_grad_without_declare

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.65The system shall report an error when the data file is non-existent or not-readable in the Piecewise utility.

    Specification(s): missing_function_file_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.66The system shall report an error when the coupled function does not exist or can not be parsedfor the Piecewise utility.

    Specification(s): missing_function_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.67The system shall report an error when one or more material properties are missing from any mesh block.

    Specification(s): missing_material_prop_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.68The system shall report an error when a material property is supplied on some blocks but missing on other blocks where it is requested.

    Specification(s): missing_material_prop_test2

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.69The system shall report an error when only "old" properties are supplied but current properties are requested.

    Specification(s): bad_stateful_material_only_old

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.70The system shall report an error when only "older" properties are supplied but current properties are requested.

    Specification(s): bad_stateful_material_only_older

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.71The system shall report an error when the mesh file cannot be found.

    Specification(s): missing_mesh_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.72The system shall report an error when a required parameter is not supplied in an Action.

    Specification(s): missing_req_par_action_obj_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.73The system shall report an error when a specific mesh required parameter is not supplied.

    Specification(s): missing_req_par_mesh_block_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.74The system shall report an error when the special "type" parameter is not supplied for a MooseObject.

    Specification(s): missing_req_par_moose_obj_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.75The system shall report an error when a required parameter is not supplied in a MooseObject.

    Specification(s): missing_var_in_kernel_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.76The system shall report an error when a required coupling parameter is missing.

    Specification(s): missing_required_coupled_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.77The system shall report an error when more than one preconditioner block is supplied.

    Specification(s): multi_precond_test

    Design: Problem system overview

    Issue(s): #1904

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.79The system shall abort the solve and report a floating point error when a NaN is produced during user computation with the Transient executioner.

    Specification(s): nan_no_trap_fpe_test_trans

    Design: Problem system overview

    Issue(s): #374#3614

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.80The system shall report an error when a nodal AuxKernel attempts to access a material property.

    Specification(s): nodal_material_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.81The system shall report an error when the same named parameter appears multiple times in the same input file.

    Specification(s): override_name_variable_test

    Design: Problem system overview

    Issue(s): #9617

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.82The system shall report an error when the coordinate transformation conflicts with the underlying element types.

    Specification(s): rz_3d_error_check_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.83The system shall report an error when nonlinear and auxiliary variables are declared with the same name.

    Specification(s): same_name_variable_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.84The system shall report an error when an AuxKernel is applied outside of the domain where a restricted variable exists.

    Specification(s): subdomain_restricted_auxkernel_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.85The system shall report an error when a Kernel is applied outside of the domain where a restricted variable exists.

    Specification(s): subdomain_restricted_kernel_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.88The system shall report an error when a UserObject and a Postprocessor are added with the same names.

    Specification(s): uo_pps_name_collision_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.89The system shall report and error when a UserObject and a VectorPostprocessor are added with the same names.

    Specification(s): uo_vector_pps_name_collision_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.90The system shall report an error when an input file block associated with on pluggable system is asked to build an object from a different system.

    Specification(s): wrong_object_test

    Design: Problem system overview

    Issue(s): #1405

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.92The system shall report an error when a required variable is missing from the ICs input file block.

    Specification(s): ics_missing_variable

    Design: Problem system overview

    Issue(s): #534

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.93The system shall report an error when a boundary restriction is applied to a non-nodal variable discretization.

    Specification(s): ic_bnd_for_non_nodal

    Design: Problem system overview

    Issue(s): #534

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.94The system shall report an error when coupling to old temporal solution vectors in a Steady (no time) Executioner.

    Specification(s): old_integrity_check

    Design: Problem system overview

    Issue(s): #380

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.95The system shall report an error when coupling to a time derivative solution vector in a Steady (no time) Executioner.

    Specification(s): dot_integrity_check

    Design: Problem system overview

    Issue(s): #10810

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.96The system shall report an error when an older scalar solution variable is accessed in a Steady (no time) Executioner.

    Specification(s): scalar_old_integrity_check

    Design: Problem system overview

    Issue(s): #10810

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.97The system shall report an error when an older time derivative scalar solution variable is accessed in a Steady (no time) Executioner.

    Specification(s): scalar_dot_integrity_check

    Design: Problem system overview

    Issue(s): #10810

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.98The system shall report an error when a coupled variable is not defined in the same region as the variable performing the coupling.

    Specification(s): node_value_off_block

    Design: Problem system overview

    Issue(s): #2849

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.100The system shall report an error when performing nodal constraints when there is a mismatch in the number of constrained nodes.

    Specification(s): check_syntax_error

    Design: Problem system overview

    Issue(s): #4437

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.101The system shall report an error when requested to check the syntax in an input file but no input file is supplied.

    Specification(s): check_syntax_no_input

    Design: Problem system overview

    Issue(s): #4437

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.102The system shall report an error when multiple time schemes are specified in the same input file.

    Specification(s): multiple_time_int_check

    Design: Problem system overview

    Issue(s): #5463

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.103The system shall report an error when there is a mismatch between the parameter for an object and the type of object are mismatched.

    Specification(s): calling_wrong_feproblem_method

    Design: Problem system overview

    Issue(s): #6383

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.104The system shall report an error when the variables representing displacement are of a lower order than the mesh.

    Specification(s): wrong_displacement_order

    Design: Problem system overview

    Issue(s): #6561

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.106The system shall report an error when floating point input parameter types fail to parse as floating point numbers.

    Specification(s): bad_number

    Design: Problem system overview

    Issue(s): #10310

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.107The system shall report an error when a scalar variable is used where a spatial variable is expected.

    Specification(s): coupling_field_into_scalar

    Design: Problem system overview

    Issue(s): #10398

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.108The system shall report an error when a field variable is used where a scalar variable is expected.

    Specification(s): coupling_scalar_into_field

    Design: Problem system overview

    Issue(s): #10398

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.109The system shall report an error when an invalid coupled spatial variable is requested.

    Specification(s): coupling_nonexistent_field

    Design: Problem system overview

    Issue(s): #10398

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.110The system shall report an error when an invalid coupled scalar variable is requested.

    Specification(s): coupling_nonexistent_scalar

    Design: Problem system overview

    Issue(s): #10398

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.111The system shall report an error when an attempt is made to couple a variable with itself.

    Specification(s): coupling_itself

    Design: Problem system overview

    Issue(s): #10398

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.112The system shall report an error when an attempt is made to couple a variable with itself in coupled force term using automated differentiation.

    Specification(s): coupling_itself_ad

    Design: Problem system overview

    Issue(s): #18214

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.113The system shall report an error when an input file cannot be opened and read.

    Specification(s): missing_input

    Design: Problem system overview

    Issue(s): #10909

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.114The system shall report an error when a Kernel attempts to use an auxiliary variable.

    Specification(s): kernel_with_aux_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.115The system shall report an error when a boundary condition object attempts to use an auxiliary variable.

    Specification(s): bc_with_aux_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.116The system shall report an error when an AuxKernel specifies a non-existent variable.

    Specification(s): aux_kernel_with_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.117The system shall report an error when a scalar Kernel specifies a non-existent variable.

    Specification(s): scalar_kernel_with_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.118The system shall report an error when a nodal Kernel attempts to use an auxiliary variable.

    Specification(s): nodal_kernel_with_aux_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.119The system shall report an error when a constraint attempts to use an auxiliary variable.

    Specification(s): constraint_with_aux_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.120The system shall report an error when a scalar auxiliary Kernel attempts to use a solution variable.

    Specification(s): scalar_aux_kernel_with_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.121The system shall report an error when a DiracKernel attempts to use an auxiliary variable.

    Specification(s): dirac_kernel_with_aux_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.122The system shall report an error when a discontinuous Galerkin Kernel attempts to use a solution variable.

    Specification(s): dg_kernel_with_aux_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.123The system shall report an error when an interface Kernel attempts to use an auxiliary variable.

    Specification(s): interface_kernel_with_aux_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.124The system shall report an error when a Kernel attempts to retrieve an empty string variable.

    Specification(s): kernel_with_empty_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.125The system shall report an error when a vector Kernel attempts to use a scalar solution variable.

    Specification(s): vector_kernel_with_standard_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.126The system shall report an error when a Kernel attempts to use a vector solution variable.

    Specification(s): kernel_with_vector_var

    Design: Problem system overview

    Issue(s): #11039

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.127The system shall report an error if users try to get nodal values of non-nodal variables.

    Specification(s): coupled_nodal_for_non_nodal_variable

    Design: Coupleable

    Issue(s): #11623

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.128The system shall report an error if users try to get old nodal values of non-nodal variables.

    Specification(s): coupled_nodal_for_non_nodal_variable_old

    Design: Coupleable

    Issue(s): #11623

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.129The system shall report an error if users try to get older nodal values of non-nodal variables.

    Specification(s): coupled_nodal_for_non_nodal_variable_older

    Design: Coupleable

    Issue(s): #11623

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.130The system shall have an integrity check that ensures an Executioner object exists in the system.

    Specification(s): missing_executioner

    Design: Executioner System

    Issue(s): #11586

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.131The system shall report an error when nodal boundary condition is applied on a non-nodal variable.

    Specification(s): nodal_bc_on_elemental_var

    Design: NonlinearSystem

    Issue(s): #14019

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.132The system shall report an error when a git-lfs file pointer is encountered.

    Specification(s): check_git_lfs_pointer

    Design: MooseUtils Namespace

    Issue(s): #17407

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.135The system shall throw an exception if a data file cannot be found in any of the designated directories.

    Specification(s): error

    Design: MooseObject

    Issue(s): #20839

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.139The system shall produce an error when the –no-deprecated-flag is passed and deprecated code is executed.

    Specification(s): expired_error

    Design: MooseApp

    Issue(s): #10745

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.149The system shall support throwing an error during a residual calculation, which will terminate the solve.

    Specification(s): parallel_error_residual_transient_non_zero_rank

    Design: MooseException

    Issue(s): #3777#9181

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.150The system shall support throwing an error during a Jacobian calculation, which will terminate the solve.

    Specification(s): parallel_error_jacobian_transient_non_zero_rank

    Design: MooseException

    Issue(s): #3777#9181

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.156The system shall verify equality among the current, old, and older solution vectors prior to running the simulation.

    Specification(s): equal_solutions

    Design: ICs System

    Issue(s): #1396

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.162A 3D simulation shall throw an exception if there is a zero element Jacobian, when use_displaced_mesh = true

    Specification(s): jacobian_zero

    Design: Assembly

    Issue(s): #9740

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.32.161

  • 11.32.163A 3D simulation shall throw an exception if there is a negative element Jacobian, when use_displaced_mesh = true

    Specification(s): jacobian_negative

    Design: Assembly

    Issue(s): #9740

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.32.161

  • 11.32.166A 2D simulation shall throw an exception if there is a zero element Jacobian, when use_displaced_mesh = true

    Specification(s): jacobian_zero_2D

    Design: Assembly

    Issue(s): #9740#10229

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.32.165

  • 11.32.177The system shall print an understandable message when a user-specified path/file does not exist.

    Specification(s): except01

    Design: Parser

    Issue(s): #15718

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.32.179The system shall error if the residual calculation contribution is assigned to the incorrect variable for
    1. on-diagonal and
    2. off-diagonal terms.

    Specification(s): error/test_soln_var_err, error/test_diag_sol_var_err

    Design: Kernels System

    Issue(s): 4cb5e2a9f87973dba738584db39f7db935b65ce5

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Multiapps
  • 11.34.4The system shall detect input file problems with sub app input files.

    Specification(s): input_file

    Design: MultiApp System

    Issue(s): #4101#4113

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.5The system shall CLI argument problems related to sub app input files.

    Specification(s): unused_subapp_param

    Design: MultiApp System

    Issue(s): #4101#4113

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.6The system show error when the number of input files is great than one and doesn't match the number of provided sub app positions.

    Specification(s): positions

    Design: MultiApp System

    Issue(s): #1845#3556#5784

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.7The system show error when the number of input files is great than one and doesn't match the number of provided sub app positions when using CLI overrides.

    Specification(s): not_enough_positions

    Design: MultiApp System

    Issue(s): #1845#3556#5784

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.8The system shall error when the number of sub app input files doesn't match the number of provided positions files.

    Specification(s): not_enough_position_files

    Design: MultiApp System

    Issue(s): #1845#3556#5784

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.9The system shall error when both positions are provided in the input file along with a separate file of positions.

    Specification(s): both_positions

    Design: MultiApp System

    Issue(s): #1845#3556#5784

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.10The system shall error when the multiapp positions file is malformed.

    Specification(s): bad_positions

    Design: MultiApp System

    Issue(s): #1845#3556#5784

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.11The system shall error when the Multiapp parameter sub_cycling and catch_up are both set to true.

    Specification(s): sub_cycling_and_catch_up

    Design: MultiApp System

    Issue(s): #6127

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.16The system shall not support commandLine arguments from a file and an input at the same time

    Specification(s): input_and_from_file

    Design: MultiApp System

    Issue(s): #18596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.17The system shall make sure the number of commandLine argument files either be only one or match the number of input files

    Specification(s): input_and_file

    Design: MultiApp System

    Issue(s): #18596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.18The system shall provide at least one commandLine argument file when use parameter 'cli_args_files'

    Specification(s): no_cliarg_file

    Design: MultiApp System

    Issue(s): #18596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.19The system shall not use an empty commandLine argument file

    Specification(s): empty_cliarg_file

    Design: MultiApp System

    Issue(s): #18596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.20The system shall the total number of commandLine argument strings be only one or match the total number of sub apps

    Specification(s): inconsistent_cliargs_from_file

    Design: MultiApp System

    Issue(s): #18596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.21The system shall the total number of commandLine argument strings from a file be only one or match the total number of positions

    Specification(s): positions_and_cliargs

    Design: MultiApp System

    Issue(s): #18596

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.24The MultiApp system shall error when the number of command line arguments supplied in the input file differs from the number if sub apps.

    Specification(s): wrong_size

    Design: MultiApp System

    Issue(s): #12576

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.28When sub-application solve does not converge, the system shall be able to either
    1. abort run,
    2. throw error if error_on_dtmin is not set, or
    3. continue run.

    Specification(s): solve_not_converge/abort, solve_not_converge/error, solve_not_converge/continue

    Design: FullSolveMultiApp

    Issue(s): #1940

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunExceptionExodiff

  • 11.34.31The system shall error if the execution of a sub-application fails during the initial execution.

    Specification(s): initial_multiapp_failure

    Design: MultiApp System

    Issue(s): #7213

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.34.61The system should be able to check if users provide valid parameter to restart app using the latest solution

    Specification(s): parameter_error

    Design: TransientMultiApp

    Issue(s): #14056

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.34.60

  • 11.34.75The system shall error if provided relaxation factor that is less than or equal to 0 or greater than or equal to 2.

    Specification(s): bad_relax_factor

    Design: Executioner System

    Issue(s): #9115

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Outputs
  • 11.36.31The system shall error when specifying an invalid table fit width option.

    Specification(s): console_fit_width_error

    Design: Console

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.54If the user requested the output of a displaced problem and there is none present, the system shall fallback to using the non-displaced problem.

    Specification(s): non_displaced_fallback

    Design: Output System

    Issue(s): #11309

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.55If the user asks for no displaced mesh to be created, even though displacements are provided in the mesh block, the system shall not create a displaced mesh

    Specification(s): mesh_use_displaced_mesh_false

    Design: Mesh System

    Issue(s): #12580

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.36.54

  • 11.36.60The system shall error when two outputs with the same name are created.

    Specification(s): duplicate_objects

    Design: Output System

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.61The system shall error when two outputs produce a file with the same name.

    Specification(s): duplicate_output_files

    Design: Output System

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.62The system shall reserve names for output objects:
    1. "none" and
    2. "all."

    Specification(s): reserved/none_reserved, reserved/all_reserved

    Design: Output System

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.69The system shall error if the supplied names for including or excluding variables is invalid.

    Specification(s): invalid_hide

    Design: Exodus

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.114The system shall support the disabling of an output object by restricting the execution settings.

    Specification(s): no_output

    Design: Output System

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.125The system shall provide an API for retrieving an output object by type and name.

    Specification(s): getOutput

    Design: OutputWarehouse

    Issue(s): #2885

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.126The system shall provide an API for retrieving all output objects of a type.

    Specification(s): getOutputs

    Design: OutputWarehouse

    Issue(s): #2885

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.127The system shall provide an API for retrieving output objects for the given names and type.

    Specification(s): getOutputs_with_names

    Design: OutputWarehouse

    Issue(s): #2885

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.128The system shall provide an API for retrieving all output object names of a type.

    Specification(s): getOutputNames

    Design: OutputWarehouse

    Issue(s): #2885

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.148The system shall error if an invalid output name is provided within the postprocessor input file block.

    Specification(s): invalid_outputs

    Design: Output SystemOutputInterface

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.151The system shall error if a postprocessor variable is listed for suppression and inclusion within an output object block in the input file.

    Specification(s): test_hidden_shown

    Design: Output SystemOutputInterface

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.171The system shall error if a variable is marked for output and output suppression.

    Specification(s): test_hidden_shown

    Design: Output System

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.36.172The system shall error if a variable is perscribed for output but does not exist.

    Specification(s): test_nonexistent

    Design: Output System

    Issue(s): #1927

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Partitioners
  • 11.38.2The block-weighted partitioner shall report a reasonable error when
    1. the input blocks do not match the size of the input weights
    2. an input block is not found in the mesh

    Specification(s): errors/size_mismatch, errors/missing_block

    Design: BlockWeightedPartitioner

    Issue(s): #13675

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.38.20The system shall error if an out of range rank is given to SingleRankPartitioner

    Specification(s): test_error

    Design: SingleRankPartitioner

    Issue(s): #18729

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Reporters
  • 11.47.3The system shall error if an invalid name is provided when retrieving aggregate value.

    Specification(s): error

    Design: Reporter System

    Issue(s): #11323

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.47.4The system shall report a reasonable error when declaring a Reporter value and
    1. the parameter that contains the name was not found,
    2. the parameter that contains the name is not of the correct type,
    3. a Reporter with the same name has already been declared, and
    4. a Reporter with the same name but a different type has been requested.

    Specification(s): errors/missing_param, errors/bad_param, errors/already_declared, errors/requested_different_type

    Design: Reporter System

    Issue(s): #11323

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.47.7The system shall throw an error when producing constant reporter values if
    1. no values are specified,
    2. no names are specified,
    3. or the number of values and names are not equal.

    Specification(s): errors/no_values, errors/no_names, errors/mismatch

    Design: ConstantReporter

    Issue(s): #16055#20467

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Restart
  • 11.48.4The system shall error when
    1. a simulation is started with multiple processors but
    2. restarted with a different number processors.

    Specification(s): parallel_error/error1, parallel_error/error2

    Design: DataIORestartable

    Issue(s): #2306

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunExceptionExodiff

    Prerequisite(s): 11.48.2

  • 11.48.5The system shall error when
    1. a simulation is started with multiple threads but
    2. restarted with a different number threads.

    Specification(s): thread_error/with_threads, thread_error/threads_error

    Design: DataIORestartable

    Issue(s): #2306

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunExceptionExodiff

    Prerequisite(s): 11.48.4

  • 11.48.8The system shall produce an error when an attempt is made to serialize a type without a serialization (dataStore) routine when that data is declared as restartable.

    Specification(s): pointer_store_error

    Design: DataIORestartable

    Issue(s): #1169

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.48.10The system shall produce an error when an attempt is made to deserialize a type without a deserialization (dataLoad) routine when that data is declared as restartable during a restart or recover operation.

    Specification(s): pointer_load_error2

    Design: DataIORestartable

    Issue(s): #1169

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.48.9

  • 11.48.19The system shall issue a useful error message stating the valid options when a user requests an invalid time step number or keyword.

    Specification(s): restart_use_end_error_check

    Design: RestartableDataIO

    Issue(s): #5748

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

    Prerequisite(s): 11.48.18

  • rdg: Restrictable
  • 11.49.2The system shall error if an object is restricted to a set of subdomains that differs from a dependant object.

    Specification(s): block_undefined_var_block

    Design: BlockRestrictable Interface

    Issue(s): #2096

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.3The system shall include an interface that provides a method for returning all associated subdomains:
    1. as a list of names or
    2. as a list of ids.

    Specification(s): ids/blocks, ids/hasBlocks

    Design: BlockRestrictable Interface

    Issue(s): #2096

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.4The system shall include an interface that provides methods for indicating if the supplied subdomain identifier(s) exists on the object:
    1. if a single subdomain is supplied ant the object is not restricted;
    2. if a single subdoman is supplied and the object is restricted to a set of subdomains; and
    3. if multiple boundaries are supplied and the object is restricted to a set of subdomains.

    Specification(s): has/hasBlocks_ANY_BLOCK_ID, has/blockIDs, has/isBlockSubset

    Design: BlockRestrictable Interface

    Issue(s): #2096

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.5The system shall include an interface that provides a method for indicating if the supplied material property exists on the same subdomains as the object:
    1. the method shall return true if the property subdomains match with the object subdomains and
    2. the method shall return false if the property subdomains dot not match with the object subdomains.

    Specification(s): mat/hasBlockMaterialProperty_true, mat/hasBlockMaterialProperty_false

    Design: BlockRestrictable Interface

    Issue(s): #2096

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.6The system shall include an interface that provides a method for returning all associated boundaries:
    1. as a list of names or
    2. as a list of ids.

    Specification(s): ids/boundary, ids/boundaryIDs

    Design: BoundaryRestrictable Interface

    Issue(s): #2149

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.7The system shall include an interface that provides methods for indicating if the supplied boundary identifier(s) exists on the object:
    1. if a single boundary is supplied and the object is restricted to a set of boundaries and
    2. if multiple boundaries are supplied.

    Specification(s): has/hasBoundary, has/isBoundarySubset

    Design: BoundaryRestrictable Interface

    Issue(s): #2149

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.8The system shall include an interface that provides a method for indicating if the supplied material property exists on the same boundaries as the object:
    1. the method shall return true if the property boundaries match with the object boundaries and
    2. the method shall return false if the property boundaries dot not match with the object boundaries.

    Specification(s): mat/hasBoundaryMaterialProperty_true, mat/hasBoundaryMaterialProperty_false

    Design: BoundaryRestrictable Interface

    Issue(s): #2149

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.9The system shall error if an object restricted to subdomains is created without valid data
    1. regarding the problem being solved or
    2. information regarding the finite element mesh.

    Specification(s): errors/fe_problem_null, errors/mesh_null

    Design: BlockRestrictable Interface

    Issue(s): #2411

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.49.11The system shall issue an error when a referenced subdomain does not exist in the mesh.

    Specification(s): block

    Design: MooseMesh

    Issue(s): #2757

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Scaling
  • 11.52.2The system shall not allow ignoring of particular variable automatic scaling factors if they are grouped with other variables for scaling

    Specification(s): fail_with_group

    Design: NonlinearSystem

    Issue(s): #19573

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Tag
  • 11.54.2The system shall throw an error when the variable orders and families for the tagged and the auxiliary output variables do not match.

    Specification(s): tag_vector_error

    Design: TaggingInterface

    Issue(s): #9669

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Utils
  • 11.60.3The system shall error when a file and data are supplied simultaneously in the PiecewiseBilinear object.

    Specification(s): data_file_and_xyz_error

    Design: BilinearInterpolation

    Issue(s): #5991

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.60.4The system shall error when there is a mismatch in vector lengths in the PiecewiseBilinear object.

    Specification(s): size_xyz_error

    Design: BilinearInterpolation

    Issue(s): #5991

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.60.5The system shall error when there are insufficient parameters supplied for the PiecewiseBilinear object.

    Specification(s): xyz_error

    Design: BilinearInterpolation

    Issue(s): #5991

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.60.7The system shall prevent the user from copying InputParameters objects inside of MooseObject-derived objects.

    Specification(s): test

    Design: InputParameters

    Issue(s): #5439

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.60.8The system shall throw an error
    1. when encountering an unsupported activation function for the neural network.
    2. when encountering the wrong number of activation functions.

    Specification(s): libtorch-nn-errors/wrong-activation, libtorch-nn-errors/wrong-activation-number

    Design: LibtorchArtificialNeuralNet

    Issue(s): #19571

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.60.14The mesh system shall report a reasonable error when using a subdomain name that is reserved for internal use

    Specification(s): get_subdomain_id_any

    Design: MooseMesh

    Issue(s): #17710

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.60.15The system shall automatically report input errors when a required parameter is not specified.

    Specification(s): error

    Design: InputParameters

    Issue(s): #16410

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.60.16The PerfGraph shall report a reasonable error when
    1. registering a section without a name
    2. registering a section without a live message
    3. requesting the ID of a section that does not exist
    4. requesting the section info for a section that does not exist

    Specification(s): errors/register_no_section, errors/register_no_live_message, errors/section_id_missing, errors/section_info_missing

    Design: PerfGraph

    Issue(s): #15444

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • rdg: Vectorpostprocessors
  • 11.62.6The system shall error if the broadcast CSV data does not match on all ranks in a parallel job.

    Specification(s): tester_fail

    Design: CSVReader

    Issue(s): #9167

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.62.8The system shall issue an error if the CSVReader is used in a UserObjectTransfer because the former does not have any notion of "spatial" information.

    Specification(s): csv_reader_in_transfer

    Design: CSVReader

    Issue(s): #9860

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.62.18The system shall support sampling of a field variable at the centroid of every element in the domain
    1. for elemental FE variables and
    2. for FV variables,
    3. but not for nodal variables.

    Specification(s): element_value_sampler/monomial, element_value_sampler/fv, element_value_sampler/lagrange

    Design: ElementValueSampler

    Issue(s): #11594

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunExceptionCSVDiff

  • 11.62.28The histogram vector postprocessor shall generate an error if the vector postprocessor that it operates on does not have any declared vectors

    Specification(s): test_size0_err

    Design: HistogramVectorPostprocessor

    Issue(s): #18459

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.62.35The LeastSquaresFit vectorpostprocessor shall generate an error if a fit for a third-order polynomial is requested and only three data points are provided

    Specification(s): least_squares_csv3_order_err

    Design: LeastSquaresFitCSVReader

    Issue(s): #13498

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.62.44The system shall issue an error if material output samples are attempted for elements:
    1. but the material is restricted to a boundary, or
    2. the material is restricted to a block not containing the desired elements.

    Specification(s): errors/boundary_restrict, errors/block_restrict

    Design: MaterialVectorPostprocessor

    Issue(s): #8436

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.62.47The system shall issue an error when a nodal sampler is used on a field that does not have values defined at the nodes.

    Specification(s): not_nodal

    Design: NodalValueSampler

    Issue(s): #3087

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.62.52The system shall report an error when requested sample points do not fall within the mesh domain.

    Specification(s): error

    Design: PointValueSampler

    Issue(s): #3087#16099

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException

  • 11.62.60The system shall error if the points are specified in more than one manner for a spatial vector postprocessor.

    Specification(s): missing_pts

    Design: SpatialUserObjectVectorPostprocessor

    Issue(s): #19831

    Collection(s): FAILURE_ANALYSISFUNCTIONAL

    Type(s): RunException