.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 "Medium density";
  input SI.DynamicViscosity mu "Medium dynamic viscosity";
  input SI.Length r(min = 0) "Pipe radius";
  input SI.Length l(min = 0) "Pipe length";
  output SI.Pressure pressureLoss "Pressure lost in Pipe";
end partialPressureLoss;

Generated at 2024-10-30T19:25:41Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos