View source: R/pof_future_submarine_cables.R
pof_future_submarine_cables | R Documentation |
This function calculates the Future annual probability of failure per kilometer for submarine 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).
pof_future_submarine_cables( sub_cable_type = "EHV Sub Cable", utilisation_pct = "Default", operating_voltage_pct = "Default", topography = "Default", situation = "Default", wind_wave = "Default", intensity = "Default", landlocked = "no", sheath_test = "Default", partial_discharge = "Default", fault_hist = "Default", condition_armour = "Default", age, reliability_factor = "Default", simulation_end_year = 100 )
sub_cable_type |
String.
A sting that refers to the specific asset category.
See See page 17, table 1 in CNAIM (2021).
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. |
topography |
String. Describe the topography around the submarine cable.
Options:
|
situation |
Situation of the cable |
wind_wave |
Numeric.
Options:
|
intensity |
String. Combined wave and current energy factor.
Options:
|
landlocked |
String. Options: |
sheath_test |
String. Indicating the state of the sheath. Options:
|
partial_discharge |
String. Indicating the level of partial discharge.
Options:
|
fault_hist |
Numeric. The calculated fault rate for the cable per annum
per kilometer. A setting of |
condition_armour |
String. Indicating the external condition of the
submarine cables armour. Options:
|
age |
Numeric. The current age in years of the cable. |
reliability_factor |
Numeric. |
simulation_end_year |
Numeric. The last year of simulating probability of failure. Default is 100. |
DataFrame. Future probability of failure along with future health score
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
# Current annual probability of failure for 1 km EHV Sub Cable pof_future_submarine_cables( sub_cable_type = "EHV Sub Cable", utilisation_pct = "Default", operating_voltage_pct = "Default", topography = "Default", situation = "Default", wind_wave = "Default", intensity = "Default", landlocked = "no", sheath_test = "Default", partial_discharge = "Default", fault_hist = "Default", condition_armour = "Default", age = 10, reliability_factor = "Default", simulation_end_year = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.