environmental_cof_switchgear_30_60kv {CNAIM}R Documentation

Environmental cost of Failure for 30kV and 60kV Switchgear

Description

This function calculates environmental consequences of failure Environmental consequences of failure is used in the derivation of consequences of failure see cof().#' Outputted in DKK.

Usage

environmental_cof_switchgear_30_60kv(
  ehv_asset_category,
  type_env_factor,
  prox_water,
  bunded
)

Arguments

ehv_asset_category

String The type of EHV asset category Options: ehv_asset_category = c("30kV", "60kV").

type_env_factor

String The type environment factor of 30kV and 60kV switchgear Options: type_env_factor = c("Oil", "SF6", "Niether", "Default").

prox_water

Numeric. Specify the proximity to a water course in meters. A setting of "Default" will result in a proximity factor of 1. Thus assume the proximity to a water course is between 80m and 120m

bunded

String. Options: bunded = c("Yes", "No", "Default"). A setting of "Default" will result in a bunding factor of 1.

Value

Numeric. Financial consequences of failure for 30kV and 60kV switchgear

Examples

environmental_cof_switchgear_30_60kv(ehv_asset_category = "30kV",
type_env_factor = "Oil",
prox_water = 95,
bunded = "Yes")

[Package CNAIM version 2.1.4 Index]