Fluid Properties Failure Analysis Report

Introduction

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

Dependencies

The Fluid Properties module is developed using MOOSE and can itself be based on various MOOSE modules, as such the FAR for the Fluid Properties module is dependent upon the following documents.

Failure Analysis Requirements

The following is a complete list for all the requirements related to failure analysis for the Fluid Properties module.

  • fluid_properties: Fp Interrogator
  • 3.6.20The fluid properties interrogator shall throw an error if an incompatible fluid properties object is supplied.

    Specification(s): err.wrong_fp_type

    Design: FluidPropertiesInterrogator

    Issue(s): #12995

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 3.6.21The fluid properties interrogator shall throw an error if an extraneous parameter(s) are supplied.

    Specification(s): err.extraneous_parameter

    Design: FluidPropertiesInterrogator

    Issue(s): #12995

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 3.6.22The fluid properties interrogator shall throw an error if an no valid input sets were supplied.

    Specification(s): err.no_params

    Design: FluidPropertiesInterrogator

    Issue(s): #12995

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • fluid_properties: Interfaces
  • 3.10.1The system should produce a warning when a scalar NaN is produced and user required that the execution would not terminate

    Specification(s): quiet_nan_scalar

    Design: NaNInterface

    Issue(s): #12234#12350

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 3.10.2The system should produce a warning when a vector NaN is produced and user required that the execution would not terminate

    Specification(s): quiet_nan_vector

    Design: NaNInterface

    Issue(s): #12234#12350

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 3.10.3The system should report an error when a NaN is produced by a computation in DEBUG mode, by default

    Specification(s): signaling_nan_dbg

    Design: NaNInterface

    Issue(s): #12234#12350

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 3.10.6The system should be able to throw an exception when a fluid property evaluation encounters a NaN.

    Specification(s): signaling_nan_exception

    Design: NaNInterface

    Issue(s): #12234#12350

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • fluid_properties: Two Phase Fluid Properties Independent
  • 3.18.3The system shall report an error if 2-phase property interfaces are called on a class designed to handle two single-phase fluid properties.

    Specification(s): error:error_on_unimplemented

    Design: TwoPhaseFluidPropertiesIndependent

    Issue(s): #11641

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • fluid_properties: Two Phase Ncg Partial Pressure
  • 3.19.2The system shall report an error if an incorrect number of arguments are provided when computing properties from a two-phase with non-condensable gas user object.

    Specification(s): error_wrong_number_of_args

    Design: TwoPhaseNCGPartialPressureFunction

    Issue(s): #28335

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException