s_cof_swg_tf_ohl {CNAIM} | R Documentation |
Safety Consequences of Failure for Switchgears, Transformers & Overhead Lines
Description
This function calculates safety consequences of failure
for switchgear, transformers and overhead lines
(cf. section 7.4, page 80, CNAIM, 2021). Safety consequences of failure
is used in the derivation of consequences of failure see cof
().
Usage
s_cof_swg_tf_ohl(
type_risk = "Default",
location_risk = "Default",
asset_type_scf
)
Arguments
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:
|
asset_type_scf |
String.
Options:
|
Value
Numeric. Safety consequences of failure for switchgear, transformers and overhead lines.
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
# Safety consequences failure for a 6.6/11 kV transformer
s_cof_swg_tf_ohl(type_risk = "Default", location_risk = "Default",
asset_type_scf = "6.6/11kV Transformer (GM)")