.IBPSA.Fluid.HeatExchangers.BaseClasses.epsilon_ntuZ

Information

This function computes the heat exchanger effectiveness for a given number of transfer units, capacity flow ratio and heat exchanger flow regime. The different options for the flow regime are declared in IBPSA.Fluid.Types.HeatExchangerFlowRegime.

Interface

function epsilon_ntuZ
  import f = IBPSA.Fluid.Types.HeatExchangerFlowRegime;
  input Real NTU "Number of transfer units";
  input Real Z(min = 0, max = 1) "Ratio of capacity flow rate (CMin/CMax)";
  input Integer flowRegime "Heat exchanger flow regime, see  IBPSA.Fluid.Types.HeatExchangerFlowRegime";
  output Real eps(min = 0, max = 1) "Heat exchanger effectiveness";
end epsilon_ntuZ;

Revisions


Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos