
This function calculates network cost of failure for
all asset categories exclusive the assets EHV and 132kV transformers.
(cf. section 7.6, page 87, CNAIM, 2021). Network cost of failure
is used in the derivation of consequences of failure see cof
().
network_cof_ehv_cables(ehv_asset_category, actual_load_mva, secure = T)
Numeric. Network cost of failure.
String The type of EHV cable distribution asset category
Options: ehv_asset_category =
c("33kV UG Cable (Oil)", "33kV UG Cable (Gas)", "33kV UG Cable (Non Pressurised)",
"66kV UG Cable (Oil)", "66kV UG Cable (Gas)", "66kV UG Cable (Non Pressurised)",
"132kV UG Cable (Oil)", "132kV UG Cable (Gas)", "132kV UG Cable (Non Pressurised)")
.
Numeric. The actual load on the asset
Boolean If the asset is in a secure network or not
network_cof_ehv_cables(ehv_asset_category = "33kV UG Cable (Oil)",
actual_load_mva = 15)
Run the code above in your browser using DataLab