WOLFRAM SYSTEMMODELER

PressureLoss

Pressure loss model with laminar and turbulent flow characteristic

Wolfram Language

In[1]:=
SystemModel["SmartCooling.Interfaces.PressureLoss"]
Out[1]:=

Information

This is a partial model of the pressure loss in a pipe. The pressure loss is implemented using a characteristic curve as shown in figure 1. The curve loss represents the relation between the pressure loss and the medium mass flow rate. This curve has two areas: the laminar area between the lam points and the turbulent area outside the lam points. The laminar area is defined by two laminar operating points. Between these two lam points the relation between the laminar mass flow rate and the laminar pressure is implemented with a linear function. The turbulent area is implemented with a quadratic function. This quadratic function has the same slope as the laminar area curve in the lam points.

Figure 1: Relation between the medium pressure and the medium mass flow rate in a component.

Parameters (5)

m_flowLam

Value:

Type: MassFlowRate (kg/s)

Description: laminar mass flow

dpLam

Value:

Type: Pressure (Pa)

Description: laminar pressure loss

m_flowNom

Value:

Type: MassFlowRate (kg/s)

Description: nominal mass flow

dpNom

Value:

Type: Pressure (Pa)

Description: nominal pressure loss

k

Value: (dpNom - dpLam / m_flowLam * m_flowNom) / (m_flowNom - m_flowLam) ^ 2

Type: Real

Extended by (4)

IsolatedPipe

SmartCooling.Components

Isolated pipe

HeatedPipe

SmartCooling.Components

Pipe with a heat port connector

ConvectionPipeTwoHeatPort

SmartCooling.Components

Pipe with convection and two surface heat ports

ConvectionPipe

SmartCooling.Components

Pipe with convection