Stochastic Tools Failure Analysis Report

Introduction

The Failure Analysis Report (FAR) for the Stochastic Tools module describes the system functional and non-functional requirements that describe the expected interactions that the software shall provide.

Dependencies

The Stochastic Tools module is developed using MOOSE and can itself be based on various MOOSE modules, as such the FAR for the Stochastic Tools 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 Stochastic Tools module.

  • stochastic_tools: Distributions
  • 10.4.3The system shall produce an error if a distribution is retrieved with the differing type than supplied.

    Specification(s): normal_direct_type_error

    Design: Normal

    Issue(s): #12720

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • stochastic_tools: Ics
  • 10.6.2The system shall generate an error the random initial condition is used with both a distribution and min or max value defined.

    Specification(s): test_err_distribution_and_min_max

    Design: RandomIC

    Issue(s): #5567#11901#9710

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

    Prerequisite(s): 10.6.1

  • stochastic_tools: Reporters
  • 10.9.5The system shall support the calculation of statistics using
    1. vector of data from the reporting system; including
    2. confidence level intervals for statistics calculations
    3. and error if the supplied type is not supported.

    Specification(s): reporters/statistics, reporters/ci, reporters/error

    Design: StatisticsReporter

    Issue(s): #16584

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): JSONDiffRunException

  • 10.9.7The system shall report an error when computing confidence level intervals when
    1. the confidence level intervals are omitted;
    2. the confidence level intervals are less than or equal to zero;
    3. the confidence level intervals are greater than or equal to one;
    4. input is not provided.

    Specification(s): errors/no_ci_levels, errors/ci_levels_zero, errors/ci_levels_one, errors/no_input

    Design: StatisticsReporter

    Issue(s): #14409#16584

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.9.23The system shall throw an error when attempting to output samples from a sampler when
    1. inputting the wrong number of column names;
    2. using a different sampler than the transfer's;

    Specification(s): errors/wrong_num_names, errors/wrong_sampler

    Design: StochasticMatrix

    Issue(s): #22827

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • stochastic_tools: Transfers
  • 10.12.4The 'StochasticToolsTransfer object shall error if the 'execute_on' parameter is defined when the corresponding MultiApp object is running in batch mode.

    Specification(s): StochasticToolsTransfer_execute_on_error

    Design: SamplerParameterTransfer

    Issue(s): #8863

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.5The 'StochasticToolsTransfer' object shall error if the 'execute_on' parameter does not match the corresponding MultiApp object is running in normal mode.

    Specification(s): StochasticToolsTransfer_execute_on_check

    Design: SamplerParameterTransfer

    Issue(s): #8863

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.6The system shall report a reasonable error if parameters for a trasnfer between multiapps are provided to stochastics transfer, which do not support this currently

    Specification(s): direction_error

    Design: SamplerParameterTransfer

    Issue(s): #8863

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.9The system shall produce an error if neither a 'SamplerTransientMultiApp' nor SamplerFullSolveMultiApp is provided in SamplerPostprocessorTransfer.

    Specification(s): wrong_multi_app

    Design: StochasticResults

    Issue(s): #9419

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.10The system shall produce an error if the 'result' object in 'SamplerPostprocessorTransfer' is not a 'StochasticResults object'.

    Specification(s): require_stochastic_results

    Design: StochasticResults

    Issue(s): #9419

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.12The system shall report an error if the supplied name is invalid when attempting to transfer a single value from a sub-application.

    Specification(s): invalid_sub_pp_name

    Design: SamplerPostprocessorTransfer

    Issue(s): #8065

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.13When sub-application solve does not converge, the system shall either
    1. abort run,
    2. transfer last computed postprocessor value,
    3. or transfer NaN.

    Specification(s): solve_not_converge/abort, solve_not_converge/last_computed, solve_not_converge/nan

    Design: SamplerPostprocessorTransfer

    Issue(s): #8065

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunExceptionCheckFilesCSVDiff

  • 10.12.14The system shall support the ability to transfer reporter data from each sub-application for a set of stochastic data
    1. in normal mode,
    2. in batch mode,
    3. with distributed output,
    4. with more processors than samples,
    5. and error if transferring unsupported type.

    Specification(s): transfer/normal, transfer/batch, transfer/distributed, transfer/more_cpus, transfer/invalid_type

    Design: SamplerReporterTransfer

    Issue(s): #16166

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): JSONDiffRunException

  • 10.12.15The system shall produce an error if neither a 'SamplerTransientMultiApp' nor SamplerFullSolveMultiApp is provided in SamplerParameterTransfer.

    Specification(s): multiapp_type

    Design: SamplerParameterTransfer

    Issue(s): #11363

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.16The system shall produce an error if the sampler sub-application does not contain a Control object with the name 'stochastic'.

    Specification(s): control_missing

    Design: SamplerTransientMultiApp

    Issue(s): #11363

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.17The system shall produce an error if supplied vector of real values is not sized correctly within the SamplerParameterTransfer object.

    Specification(s): num_parameters_wrong

    Design: SamplerParameterTransfer

    Issue(s): #11363

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.18The system shall produce an error if a vector of values is supplied to a scalar parameter.

    Specification(s): not_vector

    Design: SamplerParameterTransfer

    Issue(s): #11363

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.19The system shall produce an error if sampling method differs between the sub-application and the associated sub-application data transfer.

    Specification(s): sampler_mismatch

    Design: SamplerParameterTransfer

    Issue(s): #11363

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 10.12.22The system shall report an error if the transferred vector to a sub-application
    1. if the vector parameter does not exist;
    2. if the sub-application does not consume all of the supplied data;

    Specification(s): errors/invalid_name, errors/extra_data

    Design: SamplerParameterTransfer

    Issue(s): #8065

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException