Technical Elements Documentation
    Preparing search index...

    Interface PreOperationalAssumptionsDocumentation

    Interface representing documentation of pre-operational assumptions.

    ES-D3

    interface PreOperationalAssumptionsDocumentation {
        assumptions: PreOperationalAssumption[];
        eventSequenceSpecificAssumptions?: {
            assumptions: string[];
            eventSequenceId: event_sequence_analysis.EventSequenceReference;
            modelingImpact: string;
        }[];
        supportingDocumentationReferences?: string[];
        validationPhase?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Assumptions due to lack of as-built, as-operated details

    eventSequenceSpecificAssumptions?: {
        assumptions: string[];
        eventSequenceId: event_sequence_analysis.EventSequenceReference;
        modelingImpact: string;
    }[]

    Event sequence specific assumptions

    Type declaration

    ES-D3

    supportingDocumentationReferences?: string[]

    References to supporting documentation

    validationPhase?: string

    Plant construction or operational phase when assumption can be validated