functionconvertAlpha

Converts alpha from temperature 1 (default 20 degC) to temperature 2

Extends from Modelica.Icons.Function (Icon for functions).

Information

From the temperature coefficient alpha1 at temperature T1 (default 20 degC = 293.15 K) the temperature coefficient alpha2 at temperature T2 is calculated:

              alpha1
alpha2 = ------------------------
          1 + alpha1 * (T2 - T1)

Inputs

TypeNameDefaultDescription
SI.LinearTemperatureCoefficientalpha1Temperature coefficient at temperature 1 (default: 20 degC)
SI.TemperatureT2Temperature 2
SI.TemperatureT1293.15Temperature 1 (default: 20 degC)

Outputs

TypeNameDefaultDescription
SI.LinearTemperatureCoefficientalpha2Temperature coefficient at TRef