Technical Elements Documentation
    Preparing search index...

    Interface ProcessDocumentation

    Interface representing documentation of the process used in the event sequence analysis.

    ES-D1

    interface ProcessDocumentation {
        barrierTreatmentBasis?: {
            barrierCapacitiesCredited: string;
            barrierId: string;
            endStateAssignmentBasis: string;
            eventSequenceFamilyId: event_sequence_analysis.EventSequenceFamilyReference;
            fuelCapabilitiesCredited: string;
            structuralCapabilitiesCredited: string;
        }[];
        designInformation?: BaseDesignInformation[];
        deterministicAnalyses?: {
            analysisId: string;
            applicationInEventSequences: string;
            description: string;
            purpose: string;
            results: string;
        }[];
        endStateAndFamilyDefinitions?: {
            definition: string;
            familyDeterminationDetail: string;
            id: string;
            mechanisticSourceTermId?: event_sequence_analysis.SourceTermReference;
            releaseCategoryId?: event_sequence_analysis.ReleaseCategoryReference;
        }[];
        eventSequenceDescriptions?: {
            dependencies: string;
            endStates: string;
            environmentalImpacts: string;
            otherPertinentInformation?: string;
            proceduralGuidance: string;
            sequenceOrFamilyId: string;
            timing: string;
            uncertaintyEvaluation?: string;
        }[];
        failureModeEvaluation?: {
            barrierId: string;
            degradationMechanisms: string[];
            failureModes: string[];
            loadCapabilityAssessment: string;
            loadingConditions: string[];
            uncertaintyImpacts: string;
        }[];
        inputsDescription?: string;
        methodologyDetails?: {
            approachDescription: string;
            conformanceToStandards?: string[];
            modelingTechniques: string[];
            toolsUsed: string[];
            validationApproach: string;
        };
        methodsDescription?: string;
        mitigatingSystemChallenges?: {
            challengedSystems: Record<
                event_sequence_analysis.SystemReference,
                string,
            >;
            initiatingEventId: string;
            systemImpact: string;
        }[];
        mitigatingSystemDependencies?: {
            dependencyDescription: string;
            humanActionDependencies: event_sequence_analysis.HumanActionReference[];
            mitigatingSystemId: event_sequence_analysis.SystemReference;
            systemDependencies: event_sequence_analysis.SystemReference[];
        }[];
        operatorActionsRepresentation?: {
            hraDependencies: string;
            humanActionId: event_sequence_analysis.HumanActionReference;
            timing: string;
        }[];
        posInitiatorSequenceLinkage?: {
            description?: string;
            eventSequenceIds: event_sequence_analysis.EventSequenceReference[];
            initiatingEventId: string;
            plantOperatingStateId: string;
        }[];
        processDescription: string;
        releaseInterfaceDescription?: {
            description: string;
            mappingApproach: string;
            sourceTermAssignment: string;
        };
        requirementReferences?: { implementation: string; requirementId: string }[];
        resultsDescription?: string;
        singleTopEventApproach?: {
            approachDescription?: string;
            requirementsSatisfactionDescription?: string;
            useSingleTopEvent: boolean;
        };
        successCriteriaBases?: {
            basis: string;
            initiatingEventId: string;
            requiredComponents: string;
            successCriteriaId: SuccessCriteriaId;
            systemCapacitiesRequired: string;
        }[];
        supportingDocumentationReferences?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    barrierTreatmentBasis?: {
        barrierCapacitiesCredited: string;
        barrierId: string;
        endStateAssignmentBasis: string;
        eventSequenceFamilyId: event_sequence_analysis.EventSequenceFamilyReference;
        fuelCapabilitiesCredited: string;
        structuralCapabilitiesCredited: string;
    }[]

    Technical basis for the treatment of radionuclide transport barriers

    Type declaration

    • barrierCapacitiesCredited: string

      Barrier capacities credited

    • barrierId: string

      Barrier ID or name

    • endStateAssignmentBasis: string

      Basis for assignment of end states

    • eventSequenceFamilyId: event_sequence_analysis.EventSequenceFamilyReference

      Event sequence family

    • fuelCapabilitiesCredited: string

      Fuel capabilities credited

    • structuralCapabilitiesCredited: string

      Structural capabilities credited

    ES-D1(e)

    designInformation?: BaseDesignInformation[]

    Design information sources used in the analysis

    deterministicAnalyses?: {
        analysisId: string;
        applicationInEventSequences: string;
        description: string;
        purpose: string;
        results: string;
    }[]

    Deterministic analyses performed to support the event sequence analysis

    Type declaration

    • analysisId: string

      Analysis ID or reference

    • applicationInEventSequences: string

      How the analysis was used in event sequence development

    • description: string

      Description of the analysis

    • purpose: string

      Purpose of the analysis

    • results: string

      Key results and insights

    ES-D1(c)

    endStateAndFamilyDefinitions?: {
        definition: string;
        familyDeterminationDetail: string;
        id: string;
        mechanisticSourceTermId?: event_sequence_analysis.SourceTermReference;
        releaseCategoryId?: event_sequence_analysis.ReleaseCategoryReference;
    }[]

    Definition of event sequence end states, families, and release categories

    Type declaration

    ES-D1(g)

    eventSequenceDescriptions?: {
        dependencies: string;
        endStates: string;
        environmentalImpacts: string;
        otherPertinentInformation?: string;
        proceduralGuidance: string;
        sequenceOrFamilyId: string;
        timing: string;
        uncertaintyEvaluation?: string;
    }[]

    Description of event sequences or groups of similar sequences

    Type declaration

    • dependencies: string

      Dependencies between systems and operator actions

    • endStates: string

      End states

    • environmentalImpacts: string

      Expected environmental or phenomenological impacts

    • OptionalotherPertinentInformation?: string

      Other pertinent information

    • proceduralGuidance: string

      Applicable procedural guidance

    • sequenceOrFamilyId: string

      Event sequence or family ID

    • timing: string

      Sequence timing information

    • OptionaluncertaintyEvaluation?: string

      Evaluation of uncertainties

    ES-D1(d)

    failureModeEvaluation?: {
        barrierId: string;
        degradationMechanisms: string[];
        failureModes: string[];
        loadCapabilityAssessment: string;
        loadingConditions: string[];
        uncertaintyImpacts: string;
    }[]

    Evaluation of failure modes and degradation mechanisms

    Type declaration

    • barrierId: string

      Barrier or system ID

    • degradationMechanisms: string[]

      Degradation mechanisms considered

    • failureModes: string[]

      Failure modes evaluated

    • loadCapabilityAssessment: string

      Assessment of capability to withstand loads

    • loadingConditions: string[]

      Loading conditions evaluated

    • uncertaintyImpacts: string

      Impacts of modeling uncertainties

    ES-D1(f)

    inputsDescription?: string

    Description of inputs used in the analysis

    methodologyDetails?: {
        approachDescription: string;
        conformanceToStandards?: string[];
        modelingTechniques: string[];
        toolsUsed: string[];
        validationApproach: string;
    }

    Methodology details for the event sequence analysis

    ES-D1(m)

    methodsDescription?: string

    Description of methods applied in the analysis

    mitigatingSystemChallenges?: {
        challengedSystems: Record<
            event_sequence_analysis.SystemReference,
            string,
        >;
        initiatingEventId: string;
        systemImpact: string;
    }[]

    Mitigating systems challenged by initiating events

    Type declaration

    ES-D1(k)

    mitigatingSystemDependencies?: {
        dependencyDescription: string;
        humanActionDependencies: event_sequence_analysis.HumanActionReference[];
        mitigatingSystemId: event_sequence_analysis.SystemReference;
        systemDependencies: event_sequence_analysis.SystemReference[];
    }[]

    Dependence of mitigating systems on other functions

    Type declaration

    ES-D1(l)

    operatorActionsRepresentation?: {
        hraDependencies: string;
        humanActionId: event_sequence_analysis.HumanActionReference;
        timing: string;
    }[]

    Operator actions represented in the event trees

    Type declaration

    ES-D1(h)

    posInitiatorSequenceLinkage?: {
        description?: string;
        eventSequenceIds: event_sequence_analysis.EventSequenceReference[];
        initiatingEventId: string;
        plantOperatingStateId: string;
    }[]

    Linkage between plant operating states, initiating events, and event sequences

    Type declaration

    • Optionaldescription?: string

      Description of the linkage

    • eventSequenceIds: event_sequence_analysis.EventSequenceReference[]

      Event sequence IDs for this combination

    • initiatingEventId: string

      Initiating event ID

    • plantOperatingStateId: string

      Plant operating state ID

    ES-D1(a)

    processDescription: string

    Description of the overall process used

    releaseInterfaceDescription?: {
        description: string;
        mappingApproach: string;
        sourceTermAssignment: string;
    }

    Interface of event sequence models with release categories

    Type declaration

    • description: string

      Description of the interface

    • mappingApproach: string

      How event sequences map to release categories

    • sourceTermAssignment: string

      How mechanistic source terms are assigned

    ES-D1(i)

    requirementReferences?: { implementation: string; requirementId: string }[]

    Traceability to requirements

    Type declaration

    • implementation: string

      How the requirement is addressed

    • requirementId: string

      Requirement identifier

    resultsDescription?: string

    Description of the results of the analysis

    singleTopEventApproach?: {
        approachDescription?: string;
        requirementsSatisfactionDescription?: string;
        useSingleTopEvent: boolean;
    }

    Use of single top event fault tree approach

    Type declaration

    • OptionalapproachDescription?: string

      Description of the approach

    • OptionalrequirementsSatisfactionDescription?: string

      How requirements are satisfied

    • useSingleTopEvent: boolean

      Whether a single top event fault tree is used

    ES-D1(j)

    successCriteriaBases?: {
        basis: string;
        initiatingEventId: string;
        requiredComponents: string;
        successCriteriaId: SuccessCriteriaId;
        systemCapacitiesRequired: string;
    }[]

    Success criteria established for each modeled initiating event

    Type declaration

    • basis: string

      Basis for the success criteria

    • initiatingEventId: string

      Initiating event ID

    • requiredComponents: string

      Components required to achieve these capacities

    • successCriteriaId: SuccessCriteriaId

      Success criteria ID

    • systemCapacitiesRequired: string

      System capacities required

    ES-D1(b)

    supportingDocumentationReferences?: string[]

    References to supporting documentation