Technical Elements Documentation
    Preparing search index...

    Interface TransportPhenomena

    Details of the radionuclide transport phenomena for a specific release category.

    MS-C1

    MS-B5

    const transportPhenomena: TransportPhenomena = {
    uuid: "tp-001",
    releaseCategoryReference: "RC-LER",
    phenomena: ["Fuel clad failure", "Containment leakage"],
    modelsUsed: ["NUREG/CR-XXXX", "Vendor Report YYYY"],
    };
    interface TransportPhenomena {
        consequenceQuantificationSupport?: {
            adequacyJustification: string;
            description: string;
        };
        modelsUsed: string[];
        msB5Assessment?: {
            assessedPhenomena: {
                included: boolean;
                justification?: string;
                phenomenonType: TransportPhenomenonType;
            }[];
            assessmentJustification?: string;
        };
        phenomena: string[];
        phenomenaTypes?: TransportPhenomenonType[];
        relatedBarriers?: string[];
        relatedMechanisms?: string[];
        releaseCategoryReference: mechanistic_source_term.ReleaseCategoryReference;
    }

    Hierarchy

    • Unique
      • TransportPhenomena
    Index

    Properties

    consequenceQuantificationSupport?: {
        adequacyJustification: string;
        description: string;
    }

    Justification that the treatment of phenomena is sufficient to support Consequence Quantification

    Type declaration

    • adequacyJustification: string

      Justification for the adequacy of the treatment

    • description: string

      Description of how the phenomena treatment supports consequence quantification

    MS-C4

    modelsUsed: string[]

    Models and computer programs used to analyze these phenomena

    msB5Assessment?: {
        assessedPhenomena: {
            included: boolean;
            justification?: string;
            phenomenonType: TransportPhenomenonType;
        }[];
        assessmentJustification?: string;
    }

    Assessment of specific MS-B5 phenomena for inclusion

    Type declaration

    • assessedPhenomena: {
          included: boolean;
          justification?: string;
          phenomenonType: TransportPhenomenonType;
      }[]

      Phenomena assessed and their inclusion status

    • OptionalassessmentJustification?: string

      Justification for the overall assessment approach

    MS-B5

    phenomena: string[]

    Description of the relevant transport phenomena

    phenomenaTypes?: TransportPhenomenonType[]

    Type classification of each phenomenon

    relatedBarriers?: string[]

    Barriers that affect these transport phenomena

    relatedMechanisms?: string[]

    Transport mechanisms involved in these phenomena

    Reference to the release category