Technical Elements Documentation
    Preparing search index...

    Interface PhenomenologicalDependencyModel

    Interface representing a phenomenological dependency model. Used to define and document dependencies based on physical phenomena.

    ES-B1

    interface PhenomenologicalDependencyModel {
        affectedSystems: event_sequence_analysis.SystemReference[];
        description: string;
        deterministicAnalysisReferences?: string[];
        environmentalConditions?: string[];
        phenomenon: string;
        systemSpecificImpacts?: Record<
            event_sequence_analysis.SystemReference,
            string,
        >;
    }

    Hierarchy

    • Unique
    • Named
      • PhenomenologicalDependencyModel
    Index

    Properties

    Systems affected by the phenomenon

    description: string

    Description of the phenomenological dependency

    deterministicAnalysisReferences?: string[]

    References to deterministic analyses supporting the dependency model

    environmentalConditions?: string[]

    Environmental conditions involved

    phenomenon: string

    Physical phenomenon causing the dependency

    systemSpecificImpacts?: Record<event_sequence_analysis.SystemReference, string>

    Specific impacts on each affected system