Technical Elements Documentation
    Preparing search index...

    Represents the quantification of radiological consequences.

    RCQ-A1

    const consequenceQuantificationAnalysis = {
    selectedMetrics: ["Early Fatalities", "Latent Cancer Fatalities"],
    consequenceCodesUsed: ["MACCS2 code version 1.13"],
    modelAndCodeLimitations: [
    { feature: "Gaussian plume model", limitation: "Assumes flat terrain; not accurate in complex terrain." }
    ],
    eventSequenceConsequences: [
    {
    eventSequenceFamily: "Large LOCA with Containment Failure",
    consequences: { "Early Fatalities": 0.1, "Latent Cancer Fatalities": 5.0 }
    }
    ],
    uncertaintyCharacterization: "Uncertainty in meteorological conditions, source term magnitude, and dose coefficients were propagated.",
    supportingDocumentationReferences: ["Section 5 of the main report", "Appendix B: Consequence Code Validation"]
    };
    interface ConsequenceQuantificationAnalysis {
        consequenceCodesUsed: string[];
        economicFactorsConsidered?: {
            costCategories?: string[];
            timeHorizon?: string;
            valuationApproach?: string;
        };
        eventSequenceConsequences: {
            consequenceMetric?: string;
            consequences: Record<string, number>;
            eventSequenceFamily: event_sequence_analysis.EventSequenceFamilyReference;
            meanValue?: number;
            releaseCategoryReference?: mechanistic_source_term.ReleaseCategoryReference;
            riskIntegrationInsights?: string[];
            riskSignificance?: ImportanceLevel;
            sourceTermReference?: SourceTermDefinitionReference;
            uncertainty?: string;
        }[];
        healthEffectsConsidered?: {
            doseResponseApproach?: string;
            earlyEffects?: string[];
            latentEffects?: string[];
        };
        modelAndCodeLimitations: {
            code?: string;
            feature: string;
            justification?: string;
            limitation: string;
        }[];
        riskIntegrationFeedback?: {
            analysisId: string;
            feedbackDate?: string;
            generalFeedback?: string;
            metricFeedback?: {
                insights?: string[];
                metric: string;
                recommendations?: string[];
                riskSignificance?: ImportanceLevel;
            }[];
            response?: {
                changes?: string[];
                description: string;
                status: "IN_PROGRESS"
                | "PENDING"
                | "COMPLETED";
            };
        };
        riskMetricMapping?: {
            consequenceMetric: string;
            mappingDescription: string;
            riskMetric: string;
            transformations?: string;
        }[];
        selectedMetrics: string[];
        supportingDocumentationReferences?: string[];
        uncertaintyCharacterization?: string;
    }
    Index

    Properties

    consequenceCodesUsed: string[]

    Models and computer codes used to perform the radiological consequence analysis.

    "MACCS2 code version 1.13"
    

    RCQ-A1

    economicFactorsConsidered?: {
        costCategories?: string[];
        timeHorizon?: string;
        valuationApproach?: string;
    }

    Economic factors considered in the consequence analysis. Supports RCQ-A1.

    eventSequenceConsequences: {
        consequenceMetric?: string;
        consequences: Record<string, number>;
        eventSequenceFamily: event_sequence_analysis.EventSequenceFamilyReference;
        meanValue?: number;
        releaseCategoryReference?: mechanistic_source_term.ReleaseCategoryReference;
        riskIntegrationInsights?: string[];
        riskSignificance?: ImportanceLevel;
        sourceTermReference?: SourceTermDefinitionReference;
        uncertainty?: string;
    }[]

    List of event sequence families and their associated radiological consequences. Required by RCQ-A3.

    Type declaration

    • OptionalconsequenceMetric?: string
    • consequences: Record<string, number>
    • eventSequenceFamily: event_sequence_analysis.EventSequenceFamilyReference
    • OptionalmeanValue?: number
    • OptionalreleaseCategoryReference?: mechanistic_source_term.ReleaseCategoryReference

      Reference to the release category associated with this event sequence family. This provides a link to the mechanistic source term analysis.

    • OptionalriskIntegrationInsights?: string[]

      Insights from risk integration, if available. This may be populated based on feedback from risk integration.

    • OptionalriskSignificance?: ImportanceLevel

      Risk significance level determined by risk integration, if available. This may be populated based on feedback from risk integration.

    • OptionalsourceTermReference?: SourceTermDefinitionReference

      Reference to the source term definition associated with this event sequence family. This provides a link to the mechanistic source term analysis.

    • Optionaluncertainty?: string
    [{ eventSequenceFamily: "ESF-001", consequences: { "Early Fatalities": 0.1, "Latent Cancer Fatalities": 0.5 } }]
    

    RCQ-A3: Compiles a list of event sequence families and their associated radiological consequences.

    healthEffectsConsidered?: {
        doseResponseApproach?: string;
        earlyEffects?: string[];
        latentEffects?: string[];
    }

    Health effects considered in the consequence analysis. Supports RCRE-A2(c) and RCRE-B2.

    modelAndCodeLimitations: {
        code?: string;
        feature: string;
        justification?: string;
        limitation: string;
    }[]

    Features and limitations of the models and codes used for consequence analysis that could impact the results. Required by RCQ-A2.

    RCQ-A2

    riskIntegrationFeedback?: {
        analysisId: string;
        feedbackDate?: string;
        generalFeedback?: string;
        metricFeedback?: {
            insights?: string[];
            metric: string;
            recommendations?: string[];
            riskSignificance?: ImportanceLevel;
        }[];
        response?: {
            changes?: string[];
            description: string;
            status: "IN_PROGRESS"
            | "PENDING"
            | "COMPLETED";
        };
    }

    Feedback received from risk integration. This field contains feedback from risk integration that should be considered in future revisions of the radiological consequence analysis.

    Type declaration

    • analysisId: string

      ID of the risk integration analysis that provided the feedback

    • OptionalfeedbackDate?: string

      Date the feedback was received

    • OptionalgeneralFeedback?: string

      General feedback on the consequence analysis

    • OptionalmetricFeedback?: {
          insights?: string[];
          metric: string;
          recommendations?: string[];
          riskSignificance?: ImportanceLevel;
      }[]

      Feedback on consequence metrics

    • Optionalresponse?: {
          changes?: string[];
          description: string;
          status: "IN_PROGRESS" | "PENDING" | "COMPLETED";
      }

      Response to the feedback

      • Optionalchanges?: string[]

        Changes made or planned in response to the feedback

      • description: string

        Description of how the feedback was or will be addressed

      • status: "IN_PROGRESS" | "PENDING" | "COMPLETED"

        Status of the response

    riskMetricMapping?: {
        consequenceMetric: string;
        mappingDescription: string;
        riskMetric: string;
        transformations?: string;
    }[]

    Mapping between consequence metrics and risk metrics used in risk integration. This provides a direct link between radiological consequence analysis and risk integration.

    Type declaration

    • consequenceMetric: string

      Consequence metric from this analysis

    • mappingDescription: string

      Description of how the consequence metric is used in risk integration

    • riskMetric: string

      Corresponding risk metric in risk integration

    • Optionaltransformations?: string

      Any transformations or adjustments applied to the consequence metric when used in risk integration

    selectedMetrics: string[]

    Selected consequence metrics for the analysis. Required by RCQ-A1.

    ["Early Fatalities", "Latent Cancer Fatalities (50-year TEDE)", "Maximum Off-site Dose"]
    

    RCQ-A1

    supportingDocumentationReferences?: string[]

    References to documentation of the input data, models, assumptions, and results of the Consequence Quantification analysis.

    ["Section 5 of the main report", "Appendix B: Consequence Code Validation"]
    

    RCQ-D1

    uncertaintyCharacterization?: string

    Characterization of uncertainties in the Radiological Consequence Analysis.

    "Uncertainty in meteorological conditions, source term magnitude, and dose coefficients were propagated."
    

    HLR-RCQ-D