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 |
type |
String. Relates to the accessibility of the transformer
Options: |
type_risk |
String. Risk that the asset presents to the
public by its characteristics and particular situation. Options:
|
location_risk |
String. Proximity to areas that may affect its
likelihood of trespass or interference. Options:
|
prox_water |
Numeric. Specify the proximity to a water course in meters.
A setting of |
bunded |
String. Options: |
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 |
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)