Last chance! 50% off unlimited learning
Sale ends in
This function calculates the future annual probability of failure per kilometer for a 30kV and 60kV Non Pressurised submarine cables The function is a cubic curve that is based on the first three terms of the Taylor series for an exponential function.
pof_future_submarine_cables_30_60kv_pex(
utilisation_pct = "Default",
operating_voltage_pct = "Default",
topography = "Default",
sitution = "Default",
wind_wave = "Default",
intensity = "Default",
landlocked = "no",
sheath_test = "Default",
partial_discharge = "Default",
fault_hist = "Default",
condition_armour = "Default",
age,
reliability_factor = "Default",
k_value = 0.0202,
c_value = 1.087,
normal_expected_life = 60,
simulation_end_year = 100
)
DataFrame. Future probability of failure along with future health score
Numeric. The max percentage of utilisation under normal operating conditions.
Numeric. The ratio in percent of operating/design voltage.
String Topography
String Situation
String Wind Wave
String Intensity
String Land Locked
String. Only applied for non pressurised cables.
Indicating the state of the sheath. Options:
sheath_test = c("Pass", "Failed Minor", "Failed Major",
"Default")
.
String. Only applied for non pressurised cables.
Indicating the level of partial discharge. Options:
partial_discharge = c("Low", "Medium", "High",
"Default")
.
Numeric. Only applied for non pressurised cables.
The calculated fault rate for the cable in the period per kilometer.
A setting of "No historic faults recorded"
indicates no fault.
String Condition Armour
Numeric. The current age in years of the cable.
Numeric. reliability_factor
shall have a value between 0.6 and 1.5. A setting of "Default"
sets the reliability_factor
to 1.
See section 6.14 on page 73 in CNAIM (2021).
Numeric. k_value = 0.0658
by default.
Numeric. c_value = 1.087
by default.
The default value is accordingly to the CNAIM standard see page 110
Numeric. normal_expected_life = 80
by default.
Numeric. The last year of simulating probability of failure. Default is 100.
pof_future_submarine_cables_30_60kv_pex(
utilisation_pct = "Default",
operating_voltage_pct = "Default",
topography = "Default",
sitution = "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",
k_value = 0.0202,
c_value = 1.087,
normal_expected_life = 60,
simulation_end_year = 100)
Run the code above in your browser using DataLab