Misc Failure Analysis Report
Introduction
The Software Requirement Specification (SRS) for Misc describes the system functional and non-functional requirements that describe the expected interactions that the software shall provide.
Dependencies
The Misc application is developed using MOOSE and is based on various modules, as such the SRS for Misc is dependent upon the following documents.
Failure Analysis Requirements
The following is a complete list for all the requirements related to failure analysis for Misc.
- misc: Dynamic Loading
- 7.2.3The system shall error out if the type of application to dynamically load is not included in the dynamic library.
Specification(s): dynamic_load_error_check
Design: MultiApp System
Issue(s): #12266
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 7.2.9
Specification(s): dynamic_object_restrict_bad
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
Prerequisite(s): 7.2.8
- 7.2.10
Specification(s): dynamic_object_loading_wrong_app
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 7.2.11
Specification(s): dynamic_object_loading_bogus_app
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
Prerequisite(s): 7.2.10