cof_transformer_11kv {CNAIM}R Documentation

Consequences of Failure for a 6.6/11 kV transformer

Description

This function calculates consequences of failure for a 6.6/11 kV transformer (cf.section 7, page 75, CNAIM, 2021).

Usage

cof_transformer_11kv(
  kva,
  type,
  type_risk,
  location_risk,
  prox_water,
  bunded,
  no_customers,
  kva_per_customer
)

Arguments

kva

Numeric. The rated transformer capacity measured in kVA for a 6.6/11 kV transformer. Rated capacity is used to derive the type financial factor. For a general description of type financial factor see section 7.3.3.1 on page 80 in CNAIM (2021). A setting of "Default" will result in a type financial factor equal to 1 (cf. section D1.2.1, page 178, CNAIM, 2021).

type

String. Relates to the accessibility of the transformer Options: type = c("Type A", "Type B", "Type C", "Default"). A setting of "Type A" - Normal access. A setting of "Type B" - Constrained access or confined working space. A setting of "Type C" - Underground substation. A setting of "Default" - Normal access thus same as "Type A" setting (cf. table 221, page 180, CNAIM, 2021).

type_risk

String. Risk that the asset presents to the public by its characteristics and particular situation. Options: type_risk = c("Low", "Medium", "High", "Default") (cf. table 225, page 183, CNAIM, 2021). A setting of "Default" equals a setting of "Medium".

location_risk

String. Proximity to areas that may affect its likelihood of trespass or interference. Options: location_risk = c("Low", "Medium", "High", "Default") (cf. table 225, page 183, CNAIM, 2021). A setting of "Default" equals a setting of "Medium".

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 (cf. table 231, page 188, CNAIM, 2021).

bunded

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

no_customers

Numeric. The numner of customers fed by an individual asset.

kva_per_customer

Numeric. If the asset have an exceptionally high demand per customer type in kVA per customer. A setting of "Default" results in a multiplication factor of 1 (cf. table 18, page 90, CNAIM, 2021).

Value

Numeric. Consequences of failure for a 6.6/11 kV transformer.

Source

DNO Common Network Asset Indices Methodology (CNAIM), Health & Criticality - Version 2.1, 2021: https://www.ofgem.gov.uk/sites/default/files/docs/2021/04/dno_common_network_asset_indices_methodology_v2.1_final_01-04-2021.pdf

Examples

# Consequences of failure for a 6.6/11 kV transformer
cof_transformer_11kv(kva = 500, type = "Type C",
                     type_risk = "High", location_risk = "High",
                     prox_water = 50, bunded = "No",
                     no_customers = 500, kva_per_customer = 1)

[Package CNAIM version 2.1.4 Index]