View source: R/pof_transformer_11_20kv.R
pof_transformer_11_20kv | R Documentation |
This function calculates the current annual probability of failure for 6.6/11kV and 20kV transformers. 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_transformer_11_20kv( hv_transformer_type = "6.6/11kV Transformer (GM)", utilisation_pct = "Default", placement = "Default", altitude_m = "Default", distance_from_coast_km = "Default", corrosion_category_index = "Default", age, partial_discharge = "Default", temperature_reading = "Default", observed_condition = "Default", reliability_factor = "Default", moisture = "Default", oil_acidity = "Default", bd_strength = "Default" )
hv_transformer_type |
String. Refers to the high voltage transformer
type the calculation is done for. Options: |
utilisation_pct |
Numeric. The max percentage of utilisation under normal operating conditions. |
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. |
partial_discharge |
String. Indicating the |
temperature_reading |
String. Indicating the criticality.
Options for |
observed_condition |
String. Indicating the observed condition of the
transformer. Options for |
reliability_factor |
Numeric. |
moisture |
Numeric. the amount of moisture given in (ppm) See page 162, table 203 in CNAIM (2021). |
oil_acidity |
Oil Acidity
level of partial discharge. Options for |
bd_strength |
Numeric. the amount of breakdown strength given in (kV) See page 162, table 205 in CNAIM (2021). |
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 probability of failure for a 6.6/11 kV transformer pof_transformer_11_20kv(hv_transformer_type = "6.6/11kV Transformer (GM)", utilisation_pct = "Default", placement = "Default", altitude_m = "Default", distance_from_coast_km = "Default", corrosion_category_index = "Default", age = 10, partial_discharge = "Default", temperature_reading = "Default", observed_condition = "Default", reliability_factor = "Default", moisture = "Default", oil_acidity = "Default", bd_strength = "Default")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.