Technical Elements Documentation
    Preparing search index...

    Reusable interface for representing plant representation accuracy assessments. Used to document how closely the PRA model represents the as-built and as-operated plant.

    interface PlantRepresentationAccuracy {
        accuracy: ImportanceLevel;
        basis: string;
        improvementActions?: string[];
        limitations?: string[];
        sufficiencyJustification?: string;
        sufficientForRiskSignificantContributors: boolean;
    }
    Index

    Properties

    accuracy: ImportanceLevel

    Degree of accuracy

    basis: string

    Basis for accuracy assessment

    improvementActions?: string[]

    Actions to improve accuracy

    limitations?: string[]

    Limitations in plant representation

    sufficiencyJustification?: string

    Justification for the sufficiency assessment

    sufficientForRiskSignificantContributors: boolean

    Assessment of whether the detail level is sufficient to identify risk-significant contributors For operating plants, this must be explicitly evaluated