.ThermofluidStream.Processes.Internal.FlowResistance.partialPressureLoss

Information

Interface definition for a pressure loss in a pipe. Inputs are information about flow condition and the medium as well as the geometry of the pipe, output is the pressure drop.

Interface

partial function partialPressureLoss
  extends Modelica.Icons.Function;
  input SI.MassFlowRate m_flow "Mass flow rate";
  input SI.Density rho "Density";
  input SI.DynamicViscosity mu "Dynamic viscosity";
  input SI.Length r(min = 0) "Radius";
  input SI.Length l(min = 0) "Length";
  output SI.Pressure pressureLoss "pressure loss (dp)";
end partialPressureLoss;

Generated at 2024-12-04T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos