n_cof_excl_ehv_132kv_tf {CNAIM} | R Documentation |
Network cost of Failure for all Assets Categories excl. EHV and 132kV Transformers
Description
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
().
Usage
n_cof_excl_ehv_132kv_tf(
asset_type_ncf,
no_customers,
kva_per_customer = "Default"
)
Arguments
asset_type_ncf |
String.
|
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. Network cost of failure.
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
# Network cost of failure for a 6.6/11 kV transformer with 750 customers
# and 51 kVA per customer.
n_cof_excl_ehv_132kv_tf(asset_type_ncf = "6.6/11kV Transformer (GM)",
no_customers = 750, kva_per_customer = 51)