e_cof_tf {CNAIM} | R Documentation |
Environmental Consequences of Failure for transformers
Description
This function calculates environmental consequences of failure
for all type of transformers.
(cf. section 7.5, page 84, CNAIM, 2021). Environmental consequences
of failure is used in
the derivation of consequences of failure see cof
().
Usage
e_cof_tf(
asset_type_tf,
rated_capacity = "Default",
prox_water = "Default",
bunded = "Default"
)
Arguments
asset_type_tf |
String. Transformer types.
Options:
|
rated_capacity |
Numeric. The rated capacity for a transformer. For type
|
prox_water |
Numeric. Specify the proximity to a water course in meters.
A setting of |
bunded |
String. Options: |
Value
Numeric. Financial cost of failure for a 10kV 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
# Environmental consequences of failure for a 6.6/11 kV transformer
e_cof_tf(asset_type_tf = "6.6/11kV Transformer (GM)",
rated_capacity = 750, prox_water = 100, bunded = "Yes")