environmental_cof_transformer_30_60kv {CNAIM}R Documentation

Environmental cost of Failure for 30/10kV and 60/10kV Transformers

Description

This function calculates environmental consequences of failure Outputted in DKK.

Usage

environmental_cof_transformer_30_60kv(
  tf_asset_category,
  prox_water,
  bunded,
  size_kva_mva = NULL
)

Arguments

tf_asset_category

String The type of Transformer Options: tf_asset_category = c("30kV Transformer (GM)", "60kV Transformer (GM)").

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.

size_kva_mva

Numeric The MVA KVA rating for the transformer

Examples

environmental_cof_transformer_30_60kv(tf_asset_category = "30kV Transformer (GM)",
prox_water = 95, bunded = "Yes", size_kva_mva = 20)

[Package CNAIM version 2.1.4 Index]