Technical Elements Documentation
    Preparing search index...

    Interface PassiveSystemsTreatment

    Interface for passive safety systems modeling.

    SY-C1(u)

    interface PassiveSystemsTreatment {
        description: string;
        performanceAnalysisRef?: string;
        relevantPhysicalPhenomena?: string[];
        systemReference: systems_analysis.SystemReference;
        uncertaintyAnalysis?: string;
        uncertaintyEvaluation?: string;
    }

    Hierarchy

    • Unique
    • Named
      • PassiveSystemsTreatment
    Index

    Properties

    description: string

    Description of the passive system.

    performanceAnalysisRef?: string

    Reference to performance analysis for this passive system.

    relevantPhysicalPhenomena?: string[]

    Specific physical phenomena relevant to this passive system.

    System reference this passive system is associated with.

    uncertaintyAnalysis?: string

    Methodology for uncertainty analysis of passive system performance.

    uncertaintyEvaluation?: string

    Documentation of the evaluation of uncertainties in system performance.