Technical Elements Documentation
    Preparing search index...

    Interface for representing a radioactive source in the plant. This covers both in-vessel (e.g., reactor core) and ex-vessel (e.g., spent fuel pool) sources. Incorporates SourceDefinition to reduce fragmentation.

    POS-A6, POS-A7

    interface RadioactiveSource {
        barriers?: string[];
        description: string;
        location: "IN_VESSEL" | "EX_VESSEL";
        radionuclides: string[];
        releasePaths?: string[];
        screeningStatus: ScreeningStatus;
        sourceLocation?: SourceLocationType;
        status: string;
    }

    Hierarchy

    • Unique
    • Named
      • RadioactiveSource
    Index

    Properties

    barriers?: string[]

    Barriers in place to prevent release

    description: string

    Detailed description of the source

    location: "IN_VESSEL" | "EX_VESSEL"

    Location of the source - in-vessel or ex-vessel

    radionuclides: string[]

    List of significant radionuclides present in this source

    releasePaths?: string[]

    Potential release pathways for this source

    screeningStatus: ScreeningStatus

    Screening status of this source

    sourceLocation?: SourceLocationType

    Source location type for screening purposes

    status: string

    Current status of the source