Technical Elements Documentation
    Preparing search index...

    Interface EventSequenceFamilyQuantification

    Detailed representation of an event sequence family for quantification purposes

    ESQ-A1

    const esfQuantification: EventSequenceFamilyQuantification = {
    familyId: "ESF-LOCA-SMALL",
    description: "Small LOCA with subsequent loss of offsite power",
    memberSequenceIds: ["ES-LOCA-001", "ES-LOCA-002"],
    representativeSequenceId: "ES-LOCA-001",
    groupingCriteriaId: "GC-LOCA-SMALL",
    representativeSourceId: "SRC-CORE-001",
    representativePlantOperatingStateId: "POS-FULL-POWER",
    representativeInitiatingEventId: "IE-LOCA-SMALL",
    representativePlantResponse: "Loss of offsite power with successful ECCS injection"
    };
    interface EventSequenceFamilyQuantification {
        dependenciesConsideredInGrouping?: boolean;
        description?: string;
        familyId: string;
        groupingCriteriaId: string;
        memberSequenceIds: string[];
        representativeInitiatingEventId: string;
        representativePlantOperatingStateId: string;
        representativePlantResponse: string;
        representativeSequenceId: string;
        representativeSequenceSelectionBasis?: string;
        representativeSourceId: string;
        representativeSourceTermId?: string;
    }

    Hierarchy

    • Unique
    • Named
      • EventSequenceFamilyQuantification
    Index

    Properties

    dependenciesConsideredInGrouping?: boolean

    Flag indicating whether dependencies were considered in grouping

    description?: string

    Optional detailed description of the family

    familyId: string

    Family identifier

    groupingCriteriaId: string

    ID of the criteria used for grouping event sequences into this family

    memberSequenceIds: string[]

    IDs of the event sequences that are members of this family

    representativeInitiatingEventId: string

    ID of the representative initiating event for this family

    representativePlantOperatingStateId: string

    ID of the representative plant operating state for the family

    representativePlantResponse: string

    Description of the representative plant response for this family

    representativeSequenceId: string

    ID of the representative event sequence for this family

    representativeSequenceSelectionBasis?: string

    Basis for selecting the representative sequence

    representativeSourceId: string

    ID of the representative source of radioactive material for the family

    representativeSourceTermId?: string

    ID of the representative source term for this family (optional as not all sequences have releases)