e_cof_tf | R Documentation |
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
().
e_cof_tf( asset_type_tf, rated_capacity = "Default", prox_water = "Default", bunded = "Default" )
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: |
Numeric. Financial cost of failure for a 10kV transformer.
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
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.