pof_future_submarine_cables_30_60kv_oil {CNAIM} | R Documentation |
Future Probability of Failure for 30kV and 60kV Oil Submarine Cables
Description
This function calculates the future annual probability of failure per kilometer for a 30kV and 60kV oil submarine cables The function is a cubic curve that is based on the first three terms of the Taylor series for an exponential function.
Usage
pof_future_submarine_cables_30_60kv_oil(
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 = 2.0944,
c_value = 1.087,
normal_expected_life = 60,
simulation_end_year = 100
)
Arguments
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 Topography |
sitution |
String Situation |
wind_wave |
String Wind Wave |
intensity |
String Intensity |
landlocked |
String Land Locked |
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 |
condition_armour |
String Condition Armour |
age |
Numeric. The current age in years of the cable. |
reliability_factor |
Numeric. |
k_value |
Numeric. |
c_value |
Numeric. |
normal_expected_life |
Numeric. |
simulation_end_year |
Numeric. The last year of simulating probability of failure. Default is 100. |
Value
DataFrame. Future probability of failure along with future health score
Examples
pof_future_submarine_cables_30_60kv_oil(
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)