Technical Elements Documentation
    Preparing search index...

    Interface MechanisticSourceTermSensitivityStudy

    Sensitivity studies specific to mechanistic source term analysis.

    MS-D2

    MS-E1(f)

    interface MechanisticSourceTermSensitivityStudy {
        description: string;
        documentationOfResults?: string;
        elementSpecificProperties?: Record<string, unknown>;
        impact?: string;
        impactOnSourceTerm: string;
        insights?: string;
        isKeyDriver: boolean;
        keyUncertaintyImpactEvaluation?: {
            description: string;
            significance: ImportanceLevel;
        };
        modelUncertaintyId?: string;
        name?: string;
        parameterChanged: string;
        parameterRanges: Record<string, [number, number]>;
        recommendations?: string;
        results?: string;
        sourceTermReference?: SourceTermDefinitionReference;
        variedParameters: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string

    Description of the sensitivity study

    documentationOfResults?: string

    Documentation of sensitivity analysis results

    MS-D4

    elementSpecificProperties?: Record<string, unknown>

    Technical element specific properties Allows for extension with properties specific to a technical element

    impact?: string

    Impact on analysis outcomes

    impactOnSourceTerm: string

    Impact on the source term

    insights?: string

    Insights gained from the study

    isKeyDriver: boolean

    Whether this parameter is considered a key driver of uncertainty

    keyUncertaintyImpactEvaluation?: {
        description: string;
        significance: ImportanceLevel;
    }

    Evaluation of the impact of key sources of uncertainty on the estimated source term

    Type declaration

    • description: string

      Description of the impact evaluation

    • significance: ImportanceLevel

      Significance of the impact

    MS-D3

    modelUncertaintyId?: string

    Reference to the model uncertainty being studied

    name?: string

    Name or title of the sensitivity study

    parameterChanged: string

    Parameter changed in the sensitivity study

    parameterRanges: Record<string, [number, number]>

    Range of variation for each parameter Record where key is parameter name and value is [min, max] tuple

    recommendations?: string

    Recommendations based on the sensitivity study

    results?: string

    Results of the sensitivity study

    sourceTermReference?: SourceTermDefinitionReference

    Reference to the source term or release category being analyzed

    variedParameters: string[]

    Parameters being varied in the study