Technical Elements Documentation
    Preparing search index...

    Interface MechanisticSourceTermModelUncertaintyDocumentation

    Interface for model uncertainty documentation specific to mechanistic source term analysis.

    MS-C6

    MS-E3

    interface MechanisticSourceTermModelUncertaintyDocumentation {
        preOperationalAssumptions?: {
            assumption: string;
            impact: string;
            relatedArea: string;
            resolutionApproach: string;
        }[];
        reasonableAlternatives: {
            alternative: string;
            applicableElements?: string[];
            reasonNotSelected: string;
        }[];
        relatedAssumptions: {
            applicableElements?: string[];
            assumption: string;
            basis: string;
        }[];
        requirementReference?: string;
        sourceTermCharacterizationUncertainties?: {
            aspect: string;
            impact: string;
            treatmentApproach: string;
            uncertaintySource: string;
        }[];
        sourceTermDefinitionAlternatives?: {
            alternativeApproach: string;
            aspect: string;
            reasonNotSelected: string;
            selectedApproach: string;
        }[];
        transportPhenomenaAlternatives?: {
            alternativeApproach: string;
            modelingApproach: string;
            phenomenon: string;
            reasonNotSelected: string;
        }[];
        transportPhenomenaUncertainties?: {
            impact: string;
            phenomenon: string;
            treatmentApproach: string;
            uncertaintySource: string;
        }[];
        uncertaintyRequirementsLink?: {
            hlrMsDRequirements: string[];
            supportDescription: string;
        };
        uncertaintySources: {
            applicableElements?: string[];
            impact: string;
            source: string;
        }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    preOperationalAssumptions?: {
        assumption: string;
        impact: string;
        relatedArea: string;
        resolutionApproach: string;
    }[]

    Pre-operational assumptions specific to source terms

    reasonableAlternatives: {
        alternative: string;
        applicableElements?: string[];
        reasonNotSelected: string;
    }[]

    Reasonable alternatives considered

    Type declaration

    • alternative: string

      Alternative description

    • OptionalapplicableElements?: string[]

      Applicable elements

    • reasonNotSelected: string

      Reason not selected

    relatedAssumptions: {
        applicableElements?: string[];
        assumption: string;
        basis: string;
    }[]

    Related assumptions

    Type declaration

    • OptionalapplicableElements?: string[]

      Applicable elements

    • assumption: string

      Assumption description

    • basis: string

      Basis for assumption

    requirementReference?: string

    Reference to requirement

    sourceTermCharacterizationUncertainties?: {
        aspect: string;
        impact: string;
        treatmentApproach: string;
        uncertaintySource: string;
    }[]

    Sources of uncertainty in source term characterization

    sourceTermDefinitionAlternatives?: {
        alternativeApproach: string;
        aspect: string;
        reasonNotSelected: string;
        selectedApproach: string;
    }[]

    Reasonable alternatives for source term definition

    transportPhenomenaAlternatives?: {
        alternativeApproach: string;
        modelingApproach: string;
        phenomenon: string;
        reasonNotSelected: string;
    }[]

    Reasonable alternatives for transport phenomena modeling

    transportPhenomenaUncertainties?: {
        impact: string;
        phenomenon: string;
        treatmentApproach: string;
        uncertaintySource: string;
    }[]

    Sources of uncertainty specific to transport phenomena modeling

    uncertaintyRequirementsLink?: {
        hlrMsDRequirements: string[];
        supportDescription: string;
    }

    Explicit link to HLR-MS-D uncertainty requirements

    Type declaration

    • hlrMsDRequirements: string[]

      Reference to specific HLR-MS-D requirements addressed

    • supportDescription: string

      Description of how the uncertainty analysis supports these requirements

    MS-B6

    uncertaintySources: {
        applicableElements?: string[];
        impact: string;
        source: string;
    }[]

    Sources of model uncertainty

    Type declaration

    • OptionalapplicableElements?: string[]

      Applicable elements

    • impact: string

      Impact on analysis

    • source: string

      Source description