WOLFRAM SYSTEM MODELER

convertAlpha

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

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Machines.Thermal.convertAlpha"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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)

Syntax

alpha2 = convertAlpha(alpha1, T2, T1)

Inputs (3)

alpha1

Type: LinearTemperatureCoefficient (1/K)

Description: Temperature coefficient at temperature 1 (default: 20 degC)

T2

Type: Temperature (K)

Description: Temperature 2

T1

Default Value: 293.15

Type: Temperature (K)

Description: Temperature 1 (default: 20 degC)

Outputs (1)

alpha2

Type: LinearTemperatureCoefficient (1/K)

Description: Temperature coefficient at TRef