Misc Software Design Description

Introduction

The SDD for Misc is a description of the software product and serves as guideline that describes the architecture of the system and all of its parts.

Dependencies

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

Requirements Cross Reference

The following is a list of all design documents and the associated requirements for Misc.

  • misc: MultiApp System
  • 7.2.1The system shall be able to dynamically load a multiapp from a dynamic library.

    Specification(s): dynamic_load

    Design: MultiApp System

    Issue(s): #12266

    Collection(s): FUNCTIONAL

    Type(s): Exodiff

  • 7.2.2The system shall be able to dynamically load a multiapp using the library name, to select a compiling optimization level for example.

    Specification(s): dynamic_load_w_name

    Design: MultiApp System

    Issue(s): #12266

    Collection(s): FUNCTIONAL

    Type(s): Exodiff

  • 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

  • misc: Misc Module
  • 7.3.1MOOSE shall be able to simulate convective flow through lower-dimensional fractures embedded in a higher-dimensional solid

    Specification(s): test

    Design: Misc Module

    Issue(s): #13318

    Collection(s): FUNCTIONAL

    Type(s): Exodiff