pof_future_cables_66_33kv {CNAIM} | R Documentation |
Future Probability of Failure for 33-66kV cables
Description
This function calculates the future annual probability of failure per kilometer for a 33-66kV cables. The function is a cubic curve that is based on the first three terms of the Taylor series for an exponential function. For more information about the probability of failure function see section 6 on page 34 in CNAIM (2021).
Usage
pof_future_cables_66_33kv(
cable_type = "66kV UG Cable (Gas)",
sub_division = "Aluminium sheath - Aluminium conductor",
utilisation_pct = "Default",
operating_voltage_pct = "Default",
sheath_test = "Default",
partial_discharge = "Default",
fault_hist = "Default",
leakage = "Default",
reliability_factor = "Default",
age,
simulation_end_year = 100
)
Arguments
cable_type |
String.
A sting that refers to the specific asset category.
See See page 17, table 1 in CNAIM (2021).
Options:
|
sub_division |
String. Refers to material the sheath and conductor is
made of. Options:
|
utilisation_pct |
Numeric. The max percentage of utilisation under normal operating conditions. |
operating_voltage_pct |
Numeric. The ratio in percent of operating/design voltage. |
sheath_test |
String. Only applied for non pressurised cables.
Indicating the state of the sheath. Options:
|
partial_discharge |
String. Only applied for non pressurised cables.
Indicating the level of partial discharge. Options:
|
fault_hist |
Numeric. Only applied for non pressurised cables.
The calculated fault rate for the cable in the period per kilometer.
A setting of |
leakage |
String. Only applied for oil and gas pressurised cables.
Options:
|
reliability_factor |
Numeric. |
age |
Numeric. The current age in years of the cable. |
simulation_end_year |
Numeric. The last year of simulating probability of failure. Default is 100. |
Value
DataFrame. Future probability of failure per annum per kilometre for 33-66kV cables along with future health score
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
# Future probability of failure for 66kV UG Cable (Non Pressurised)
pof_future_cables_66_33kv(cable_type = "66kV UG Cable (Non Pressurised)",
sub_division = "Aluminium sheath - Aluminium conductor",
utilisation_pct = 75,
operating_voltage_pct = 50,
sheath_test = "Default",
partial_discharge = "Default",
fault_hist = "Default",
leakage = "Default",
reliability_factor = "Default",
age = 1,
simulation_end_year = 100)