Technical Elements Documentation
    Preparing search index...

    Represents the models and computer programs used in the Mechanistic Source Term Analysis.

    MS-E1(e)

    const sourceTermModel: SourceTermModel = {
    uuid: "stm-001",
    name: "MELCOR",
    version: "2.1",
    technicalBasis: "NUREG/CR-XXXX",
    validationStatus: "Verified and Validated",
    };
    interface SourceTermModel {
        applicableAreas?: string[];
        keyAssumptions?: string[];
        knownLimitations?: string[];
        references?: string[];
        technicalBasis: string;
        validationStatus: string;
        version: string;
    }

    Hierarchy

    • Unique
    • Named
      • SourceTermModel
    Index

    Properties

    applicableAreas?: string[]

    Areas where the model is applicable

    keyAssumptions?: string[]

    Key assumptions in the model

    knownLimitations?: string[]

    Known limitations of the model

    references?: string[]

    References to documentation or benchmarks

    technicalBasis: string

    Technical basis and documentation for the model

    validationStatus: string

    Status of verification and validation

    version: string

    Version of the model or program