modelConnection1PipeExample

Example model that showcases Connection1Pipe_R and Connection1PipePlugFlow_v models

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

Example model of two one-pipe connection models that could be used i.e for building a reservoir network to connect one agent in series. It uses Buildings.DHC.Networks.Connections.Connection1Pipe_R and Buildings.DHC.Networks.Connections.Connection1PipePlugFlow_v. The agent, in this example just a pump, will draw water from the distribution pipe and release it to the same pipe.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.LengthdhHydraulic diameter (assuming a round cross section area)
Modelica.Units.SI.MassFlowRatemDis_flow_nominal1Nominal mass flow rate in the distribution line
Modelica.Units.SI.MassFlowRatemCon_flow_nominal0.5Nominal mass flow rate in the connection line
Modelica.Units.SI.LengthlDis100Length of the distribution pipe before the connection

Components

TypeNameDefaultDescription
Buildings.DHC.Networks.Connections.Connection1Pipe_Rconnection1Pipe_R
Buildings.Fluid.Sources.Boundary_pTbouDisAutoSize
Modelica.Blocks.Sources.ConstantmDis_flow_nominal_exp
Buildings.DHC.ETS.BaseClasses.Pump_m_flowpumDisPipe_RDistribution network pump
Buildings.DHC.ETS.BaseClasses.Pump_m_flowpumConPipe_RAgent connection pump
Buildings.DHC.Networks.Connections.Connection1PipePlugFlow_vconnection1PipeplugFlow
Buildings.Fluid.Sources.Boundary_pTbouDisPlugFlow
Buildings.DHC.ETS.BaseClasses.Pump_m_flowpumDisPlugFlowDistribution network pump
Buildings.DHC.ETS.BaseClasses.Pump_m_flowpumConPlugFlowAgent connection pump
Fluid.FixedResistances.BuriedPipes.PipeGroundCouplingpipeGroundCoupling
Modelica.Blocks.Sources.StepmCon_flow_nominal_exp

Contents

NameDescription
MediumWMedium model

Revisions

  • January 22, 2024, Ettore Zanetti:
    First implementation.