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
| Type | Name | Default | Description |
|---|---|---|---|
| SI.LinearTemperatureCoefficient | alpha1 | Temperature coefficient at temperature 1 (default: 20 degC) | |
| SI.Temperature | T2 | Temperature 2 | |
| SI.Temperature | T1 | 293.15 | Temperature 1 (default: 20 degC) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.LinearTemperatureCoefficient | alpha2 | Temperature coefficient at TRef |