Technical Elements Documentation
    Preparing search index...

    Interface EventSequenceToReleaseCategory

    Interface representing the mapping between event sequences and release categories.

    RI-B1

    {
    uuid: "123e4567-e89b-12d3-a456-426614174010",
    eventSequenceId: "ES-LOCA-RECIRC-001",
    releaseCategoryId: "RC-LATE-SMALL",
    mappingBasis: "Deterministic analysis of containment response to LOCA without recirculation",
    frequency: 1.2e-7,
    frequencyUnit: FrequencyUnit.PER_REACTOR_YEAR,
    uncertaintyFactors: ["Thermal-hydraulic model limitations", "Containment leak path analysis"],
    supportingAnalyses: ["TH-LOCA-001", "CONT-RESP-002"]
    }
    • ReleaseCategoryMapping in event-sequence-analysis.ts - The event sequence analysis module defines a similar interface for mapping event sequences to release categories.
    • EventSequenceToReleaseCategoryMapping in mechanistic-source-term.ts - The mechanistic source term module defines a similar interface for mapping event sequences to release categories.
    interface EventSequenceToReleaseCategory {
        consistentWithEventSequenceAnalysis?: boolean;
        consistentWithMstAnalysis?: boolean;
        eventSequenceId: string;
        frequency: number;
        frequencyUnit?: FrequencyUnit;
        mappingBasis: string;
        originalMappingId?: string;
        originalMstMappingId?: string;
        releaseCategoryId: mechanistic_source_term.ReleaseCategoryReference;
        sourceTermDefinitionReference?: SourceTermDefinitionReference;
        supportingAnalyses?: string[];
        uncertaintyFactors?: string[];
    }

    Hierarchy

    • Unique
      • EventSequenceToReleaseCategory
    Index

    Properties

    consistentWithEventSequenceAnalysis?: boolean

    Indicates whether this mapping was derived from or is consistent with the event sequence analysis mappings.

    consistentWithMstAnalysis?: boolean

    Indicates whether this mapping was derived from or is consistent with the mechanistic source term analysis mappings.

    eventSequenceId: string

    ID of the event sequence or event sequence family

    frequency: number

    Frequency of this specific mapping

    frequencyUnit?: FrequencyUnit

    Frequency unit

    mappingBasis: string

    Basis for the mapping between event sequence and release category

    originalMappingId?: string

    Reference to the original mapping in the event sequence analysis, if available. This provides traceability between the risk integration and event sequence analysis.

    originalMstMappingId?: string

    Reference to the original mapping in the mechanistic source term analysis, if available. This provides traceability between the risk integration and mechanistic source term analysis.

    ID of the release category

    sourceTermDefinitionReference?: SourceTermDefinitionReference

    Reference to the source term definition associated with this release category. This links to the detailed source term information in the mechanistic source term module.

    supportingAnalyses?: string[]

    References to supporting analyses

    uncertaintyFactors?: string[]

    Factors contributing to uncertainty in this mapping