.TRANSFORM.HeatExchangers.Utilities.Functions.logMean

Information

Calculation of the log mean temperature difference for a heat exchanger

Interface

function logMean
  extends Modelica.Icons.Function;
  input Real dTx "Temperature difference 1";
  input Real dTy "Temperature difference 2";
  input Real small_dT = 1.0 "small x or y";
  input Real tol = 0.05 "small difference x-y";
  output Real lmTd "Logarithmic mean";
end logMean;

Generated at 2024-12-22T19:25:51Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos