WOLFRAM SYSTEM MODELER
convertAlphaConverts alpha from temperature 1 (default 20 degC) to temperature 2 |
SystemModel["Modelica.Electrical.Machines.Thermal.convertAlpha"]
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)
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) |
alpha2 |
Type: LinearTemperatureCoefficient (1/K) Description: Temperature coefficient at TRef |
---|