pof_towers | R Documentation |
This function calculates the current annual probability of failure per kilometer EHV Switchgear 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_towers( tower_asset_category = "33kV Tower", foundation_type = "Foundation - Fully Encased Concrete", paint_type = "Paint System - Paint", placement = "Default", number_of_operations = "Default", altitude_m = "Default", distance_from_coast_km = "Default", corrosion_category_index = "Default", age, observed_condition_inputs_steelwork, observed_condition_inputs_paint, observed_condition_inputs_foundation, reliability_factor = "Default" )
tower_asset_category |
String The type of Tower asset category |
foundation_type |
String Foundation type of the tower |
paint_type |
String Paint type of the tower |
placement |
String. Specify if the asset is located outdoor or indoor. |
number_of_operations |
Numeric Number of operations for the tower |
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. |
observed_condition_inputs_steelwork |
Named list observed_conditions_input |
observed_condition_inputs_paint |
Named list observed_conditions_input |
observed_condition_inputs_foundation |
Named list observed_conditions_input
|
reliability_factor |
Numeric. |
DataFrame Current probability of failure per annum per kilometer along with current 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 Towers pof_towers( tower_asset_category = "33kV Tower", number_of_operations = "Default", placement = "Default", altitude_m = "Default", distance_from_coast_km = "Default", corrosion_category_index = "Default", age = 10, paint_type = "Paint System - Galvanising", foundation_type = "Foundation - Earth Grillage", observed_condition_inputs_steelwork = list("tower_legs" = list("Condition Criteria: Observed Condition" = "Default"), "tower_bracings" = list("Condition Criteria: Observed Condition" = "Default"), "tower_crossarms" = list("Condition Criteria: Observed Condition" = "Default"), "tower_peak" = list("Condition Criteria: Observed Condition" = "Default")), observed_condition_inputs_paint = list("paintwork_cond" = list("Condition Criteria: Observed Condition" = "Default")), observed_condition_inputs_foundation = list("foundation_cond" = list("Condition Criteria: Observed Condition" = "Default")), reliability_factor = "Default")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.