Learn R Programming

CNAIM (version 2.1.4)

duty_factor_transformer_11_20kv: Duty Factor for 6.6/11kV and 20kV Transformers

Description

This function calculates the duty factor for 6.6/11kV and 20kV transformers depending on the maximum percentage utilisation under normal operating conditions. The duty factor is used in the deriviation of the expected life of an asset. See e.g. expected_life(). For more general information about the derivation of the duty factor see section 6.6 on page 51 in CNAIM (2021)

Usage

duty_factor_transformer_11_20kv(utilisation_pct = "Default")

Value

Numeric. Duty factor for 6.6/11kV or 20kV transformer.

Arguments

utilisation_pct

Numeric. The max percentage of utilisation under normal operating conditions.

Examples

Run this code
duty_factor_transformer_11_20kv(utilisation_pct = 95)

Run the code above in your browser using DataLab