pof_future_ohl_cond_50kv {CNAIM} | R Documentation |
Future Probability of Failure for 50kV OHL Conductors
Description
This function calculates the future annual probability of failure per kilometer 50kV OHL conductors. 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_ohl_cond_50kv(
sub_division = "Cu",
placement = "Default",
altitude_m = "Default",
distance_from_coast_km = "Default",
corrosion_category_index = "Default",
age,
conductor_samp = "Default",
corr_mon_survey = "Default",
visual_cond = "Default",
midspan_joints = "Default",
reliability_factor = "Default",
k_value = 0.008,
c_value = 1.087,
normal_expected_life = "Default",
simulation_end_year = 100
)
Arguments
sub_division |
String. Refers to material the conductor is
made of. Options:
|
placement |
String. Specify if the asset is located outdoor or indoor.
A setting of |
altitude_m |
Numeric. Specify the altitude location for
the asset measured in meters from sea level. |
distance_from_coast_km |
Numeric. Specify the distance from the
coast measured in kilometers. |
corrosion_category_index |
Integer.
Specify the corrosion index category, 1-5.
|
age |
Numeric. The current age in years of the conductor. |
conductor_samp |
String. Conductor sampling. Options:
|
corr_mon_survey |
String. Corrosion monitoring survey. Options:
|
visual_cond |
String. Visual condition. Options:
|
midspan_joints |
Integer. Number of midspan joints on the conductor. A span includes all conductors in that span. See page 146, table 141 and 143 in CNAIM (2021). |
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
# Future annual probability of failure for 50kV OHL (Tower Line) Conductor
pof_future_ohl_cond_50kv(
sub_division = "Cu",
placement = "Default",
altitude_m = "Default",
distance_from_coast_km = "Default",
corrosion_category_index = "Default",
age = 10,
conductor_samp = "Default",
corr_mon_survey = "Default",
visual_cond = "Default",
midspan_joints = "Default",
reliability_factor = "Default",
k_value = 0.0080,
c_value = 1.087,
normal_expected_life = "Default",
simulation_end_year = 100)