functionlmtd
Log-mean temperature difference
Information
This function computes the log mean temperature difference of a heat exchanger.
Note that the implementation requires the temperature differences Ta1 - Tb2 and Tb1 - Ta2 to be not equal to each other.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_a1 | Temperature at port a1 | |
| Modelica.Units.SI.Temperature | T_b1 | Temperature at port b1 | |
| Modelica.Units.SI.Temperature | T_a2 | Temperature at port a2 | |
| Modelica.Units.SI.Temperature | T_b2 | Temperature at port b2 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.TemperatureDifference | lmtd | Log-mean temperature difference |
Revisions
-
November 30, 2020, by Michael Wetter:
Updated documentation.
This is for Buildings, #2268. -
May 28, 2010, by Michael Wetter:
First implementation.