.TRANSFORM.HeatExchangers.Utilities.Functions.UA

Information

The Peclet numver is defined to be the ratio of the rate of advection of a physical quantity by the flow to the rate of diffusion of the same quantity driven by an appropriate gradient.

In the context of species or mass transfer, the Péclet number is the product of the Reynolds number and the Schmidt number.

In the context of the thermal fluids, the thermal Peclet number is equivalent to the product of the Reynolds number and the Prandtl number.

Interface

function UA
  extends Modelica.Icons.Function;
  input Integer n "Total number of sections of thermal resistances";
  input Boolean[n] isSeries "Define each individual section as series or parallel resistances";
  input SI.ThermalResistance[n, :] R "Thermal resistances (e.g., t/(kA). Each row is a section.";
  output SI.ThermalConductance UA "Overall heat transfer conductance";
  output SI.ThermalResistance R_total "Total thermal resistances";
end UA;

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