WOLFRAM SYSTEMMODELER

IsolatedPipe

Isolated pipe

Wolfram Language

In[1]:=
SystemModel["SmartCooling.Components.IsolatedPipe"]
Out[1]:=

Information

This model represents an isolated pipe component considering pressure loss. The component is modeled using the following partial models: SmartCooling.Interfaces.TwoPort and SmartCooling.Interfaces.PressureLoss. This model does not consider any heat exchange with the environment.

Parameters (8)

medium

Value: SmartCooling.Medium.Medium()

Type: Medium

Description: medium type

m

Value:

Type: Mass (kg)

Description: medium mass

TStart

Value:

Type: Temperature (K)

Description: medium initial temperature

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

Connectors (2)

flowPort_a

Type: FlowPort_a

Description: flow port a

flowPort_b

Type: FlowPort_b

Description: flow port b

Components (1)

medium

Type: Medium

Description: medium type

Used in Examples (1)

Compatibility

SmartCooling.Examples

Example that proves compatibility