Technical Elements Documentation
    Preparing search index...

    Represents the analysis of protective actions and other site data.

    RCPA-A1

    const protectiveActionAnalysis = {
    protectiveActionParameters: {
    evacuationDelay: "2 hours",
    evacuationSpeed: "10 mph",
    shelteringEffectiveness: "50% reduction in dose"
    },
    populationDistribution: "Population data from the 2020 census was used, with a 10-mile radius divided into 16 sectors.",
    landUseCharacteristics: "Agricultural land use data was incorporated for ingestion pathway analysis.",
    emergencyResponseTimingBases: "Evacuation timing was based on the site emergency plan and local emergency response capabilities.",
    protectiveActionUncertainty: {
    sources: ["Evacuation timing", "Sheltering effectiveness"],
    assumptions: ["100% compliance with evacuation orders"],
    alternatives: ["Partial evacuation scenarios"]
    }
    };
    interface ProtectiveActionAnalysis {
        boundingWarningTimeAssumption?: string;
        emergencyResponseTimingBases: string;
        landUseCharacteristics: string;
        populationDistribution: string;
        populationDistributionJustification?: string;
        protectiveActionImpactingHazards?: string;
        protectiveActionParameters: {
            evacuationDelay?: string;
            evacuationSpeed?: string;
            shelteringEffectiveness?: string;
            [key: string]: undefined | string;
        };
        protectiveActionUncertainty: {
            alternatives: string[];
            assumptions: string[];
            sources: string[];
        };
        riskIntegrationFeedback?: {
            analysisId: string;
            feedbackDate?: string;
            generalFeedback?: string;
            parameterFeedback?: {
                insights?: string[];
                parameter: string;
                recommendations?: string[];
                riskSignificance?: ImportanceLevel;
            }[];
            response?: {
                changes?: string[];
                description: string;
                status: "IN_PROGRESS"
                | "PENDING"
                | "COMPLETED";
            };
        };
        riskMetricImpact?: {
            impactDescription: string;
            quantitativeAssessment?: string;
            riskMetric: string;
            uncertaintyDescription?: string;
        }[];
        riskMetricSensitivity?: {
            affectedRiskMetrics: string[];
            importance?: ImportanceLevel;
            parameter: string;
            sensitivityDescription: string;
        }[];
    }
    Index

    Properties

    boundingWarningTimeAssumption?: string

    Bounding assumptions for protective action warning time. Required by RCRE-A2(e).

    "A minimum warning time of 30 minutes was assumed, which bounds the expected warning times for all potential sites."
    
    emergencyResponseTimingBases: string

    Bases for emergency response timing assumptions. Required by RCPA-A4.

    "Evacuation timing was based on the site emergency plan and local emergency response capabilities."
    

    RCPA-A4

    landUseCharacteristics: string

    Description of the land use characteristics around the site. Required by RCPA-A3.

    "Agricultural land use data was incorporated for ingestion pathway analysis."
    

    RCPA-A3

    populationDistribution: string

    Description of the population distribution around the site. Required by RCPA-A2.

    "Population data from the 2020 census was used, with a 10-mile radius divided into 16 sectors."
    

    RCPA-A2

    populationDistributionJustification?: string

    Justification for population distribution assumptions as bounding for the analysis. Required by RCPA-B1.

    "A high-density population distribution based on the 95th percentile of U.S. nuclear plant sites was used, which bounds the population exposure for all potential sites."
    
    protectiveActionImpactingHazards?: string

    Hazards that could impact the implementation of protective actions. Required by RCRE-A2(e).

    "Severe weather conditions and potential road congestion were considered as bounding hazards that could delay evacuation."
    
    protectiveActionParameters: {
        evacuationDelay?: string;
        evacuationSpeed?: string;
        shelteringEffectiveness?: string;
        [key: string]: undefined | string;
    }

    Protective action parameters used in the analysis. Required by RCPA-A1.

    { evacuationDelay: "2 hours", evacuationSpeed: "10 mph" }
    

    RCPA-A1

    protectiveActionUncertainty: {
        alternatives: string[];
        assumptions: string[];
        sources: string[];
    }

    Sources of model uncertainty, related assumptions, and reasonable alternatives for protective actions. Required by RCPA-A5.

    RCPA-A5

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

    Feedback from risk integration related to protective actions. This field contains feedback from risk integration that should be considered in future revisions of the protective action 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 protective action analysis

    • OptionalparameterFeedback?: {
          insights?: string[];
          parameter: string;
          recommendations?: string[];
          riskSignificance?: ImportanceLevel;
      }[]

      Feedback on specific protective action parameters

    • 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

    riskMetricImpact?: {
        impactDescription: string;
        quantitativeAssessment?: string;
        riskMetric: string;
        uncertaintyDescription?: string;
    }[]

    Impact of protective actions on risk metrics. This field describes how protective actions affect the risk metrics used in risk integration.

    Type declaration

    • impactDescription: string

      Description of how protective actions impact this risk metric

    • OptionalquantitativeAssessment?: string

      Quantitative assessment of the impact, if available

    • riskMetric: string

      Risk metric affected by protective actions

    • OptionaluncertaintyDescription?: string

      Uncertainty in the impact assessment

    riskMetricSensitivity?: {
        affectedRiskMetrics: string[];
        importance?: ImportanceLevel;
        parameter: string;
        sensitivityDescription: string;
    }[]

    Sensitivity of risk metrics to protective action parameters. This field describes how sensitive risk metrics are to changes in protective action parameters.

    Type declaration

    • affectedRiskMetrics: string[]

      Risk metrics affected by this parameter

    • Optionalimportance?: ImportanceLevel

      Importance level of this parameter to risk

    • parameter: string

      Protective action parameter

    • sensitivityDescription: string

      Description of the sensitivity