View source: R/pof_future_serviceline.R
pof_future_serviceline | R Documentation |
This function calculates the future annual probability of failure per kilometer for a service line The function is a cubic curve that is based on the first three terms of the Taylor series for an exponential function.
pof_future_serviceline( utilisation_pct = "Default", operating_voltage_pct = "Default", sheath_test = "Default", partial_discharge = "Default", fault_hist = "Default", reliability_factor = "Default", age, k_value = 0.0329, c_value = 1.087, normal_expected_life = 75, simulation_end_year = 100 )
utilisation_pct |
Numeric Utilisation Percentage |
operating_voltage_pct |
Numeric Operating Voltage Percentage |
sheath_test |
String Sheath Test |
partial_discharge |
String Partial Discharge |
fault_hist |
String Fault Histogram |
reliability_factor |
Numeric. |
age |
Numeric. The current age in years of the conductor. |
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. |
DataFrame. Future probability of failure along with future health score
# future annual probability of failure for service line, 50 years old pof_future_serviceline( utilisation_pct = 80, operating_voltage_pct = 60, sheath_test = "Default", partial_discharge = "Default", fault_hist = "Default", reliability_factor = "Default", age = 50, k_value = 0.0329, c_value = 1.087, normal_expected_life = 75, simulation_end_year = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.