modelPipe

Pipe with 1D discretisation along flow direction

Extends from BuildingSystems.Fluid.Interfaces.LumpedVolumeDeclarations (Declarations for lumped volumes), BuildingSystems.Fluid.Interfaces.PartialTwoPortInterface (Partial model with two ports and declaration of quantities that are used by many models), BuildingSystems.Fluid.Interfaces.TwoPortFlowResistanceParameters (Parameters for flow resistance for models with two ports).

Information

Model of a straight pipe with flow resistance and optional heat storage. This model can be used for modeling the heat exchange between the pipe and environment. The model consists of a flow resistance BuildingSystems.Fluid.FixedResistances.FixedResistanceDpM and nNodes mixing volumes BuildingSystems.Fluid.MixingVolumes.MixingVolume.

Parameters

TypeNameDefaultDescription
IntegernNodes1Number of volume segments
BooleanuseMultipleHeatPortsfalse= true to use one heat port for each segment of the pipe, false to use a single heat port for the entire pipe
Dynamics › Conservation equations
Modelica.Fluid.Types.DynamicsenergyDynamics (from LumpedVolumeDeclarations)Modelica.Fluid.Types.Dynamics.DynamicFreeInitialType of energy balance: dynamic (3 initialization options) or steady state
Modelica.Fluid.Types.DynamicssubstanceDynamics (from LumpedVolumeDeclarations)energyDynamicsType of independent mass fraction balance: dynamic (3 initialization options) or steady state
Modelica.Fluid.Types.DynamicstraceDynamics (from LumpedVolumeDeclarations)energyDynamicsType of trace substance balance: dynamic (3 initialization options) or steady state
Advanced › Dynamics
Modelica.Fluid.Types.DynamicsmassDynamics (from LumpedVolumeDeclarations)energyDynamicsType of mass balance: dynamic (3 initialization options) or steady state, must be steady state if energyDynamics is steady state
Initialization
Medium.AbsolutePressurep_start (from LumpedVolumeDeclarations)Medium.p_defaultStart value of pressure
Medium.TemperatureT_start (from LumpedVolumeDeclarations)Medium.T_defaultStart value of temperature
Medium.MassFraction[Medium.nX]X_start (from LumpedVolumeDeclarations)Medium.X_defaultStart value of mass fractions m_i/m
Medium.ExtraProperty[Medium.nC]C_start (from LumpedVolumeDeclarations)fill(0, Medium.nC)Start value of trace substances
Medium.ExtraProperty[Medium.nC]C_nominal (from LumpedVolumeDeclarations)fill(1E-2, Medium.nC)Nominal value of trace substances. (Set to typical order of magnitude.)
Dynamics
RealmSenFac (from LumpedVolumeDeclarations)1Factor for scaling the sensible thermal mass of the volume
Assumptions
BooleanallowFlowReversal (from PartialTwoPort)true= false to simplify equations, assuming, but not enforcing, no flow reversal
Nominal condition
Modelica.Units.SI.MassFlowRatem_flow_nominal (from PartialTwoPortInterface)Nominal mass flow rate
Modelica.Units.SI.PressureDifferencedp_nominal (from TwoPortFlowResistanceParameters)Pressure difference
Advanced
Modelica.Units.SI.MassFlowRatem_flow_small (from PartialTwoPortInterface)1E-4*abs(m_flow_nominal)Small mass flow rate for regularization of zero flow
BooleanuseExternalHeatSourcefalse= true to transfer the volume temperature to the outer interface (heatPort)
Advanced › Diagnostics
Booleanshow_T (from PartialTwoPortInterface)false= true, if actual temperature at port is computed
Flow resistance
BooleancomputeFlowResistance (from TwoPortFlowResistanceParameters)true=true, compute flow resistance. Set to false to assume no friction
Booleanfrom_dp (from TwoPortFlowResistanceParameters)false= true, use m_flow = f(dp) else dp = f(m_flow)
BooleanlinearizeFlowResistance (from TwoPortFlowResistanceParameters)false= true, use linear relation between m_flow and dp for any flow rate
RealdeltaM (from TwoPortFlowResistanceParameters)0.1Fraction of nominal flow rate where flow transitions to laminar
Modelica.Units.SI.ReynoldsNumberReC4000Reynolds number where transition to turbulent starts
Geometry
Modelica.Units.SI.LengthlengthLength of the pipe
Modelica.Units.SI.Lengthdiametersqrt(4*m_flow_nominal/rho_default/v_nominal/Modelica.Constants.pi)Pipe diameter (without insulation)
Modelica.Units.SI.LengththicknessInsThickness of insulation
Material
Modelica.Units.SI.ThermalConductivitylambdaInsHeat conductivity of insulation
Heat transfer
Modelica.Units.SI.SurfaceCoefficientOfHeatTransferalpha_in1000.0Heat transfer coefficient pipe inside
Modelica.Units.SI.SurfaceCoefficientOfHeatTransferalpha_out3.0Heat transfer coefficient pipe outside

Connectors

TypeNameDefaultDescription
Modelica.Fluid.Interfaces.FluidPort_aport_a (from PartialTwoPort)Fluid connector a (positive design flow direction is from port_a to port_b)
Modelica.Fluid.Interfaces.FluidPort_bport_b (from PartialTwoPort)Fluid connector b (positive design flow direction is from port_a to port_b)
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aheatPortSingle heat port that connects to outside of pipe wall (default, enabled when useMultipleHeatPorts=false)
Modelica.Fluid.Interfaces.HeatPorts_a[nNodes]heatPortsMultiple heat ports that connect to outside of pipe wall (enabled if useMultipleHeatPorts=true)

Components

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow (from PartialTwoPortInterface)port_a.m_flowMass flow rate from port_a to port_b (m_flow > 0 is design flow direction)
Modelica.Units.SI.PressureDifferencedp (from PartialTwoPortInterface)port_a.p - port_b.pPressure difference between port_a and port_b
Medium.ThermodynamicStatesta_a (from PartialTwoPortInterface)if allowFlowReversal then Medium.setState_phX(port_a.p, noEvent(actualStream(port_a.h_outflow)), noEvent(actualStream(port_a.Xi_outflow))) else Medium.setState_phX(port_a.p, noEvent(inStream(port_a.h_outflow)), noEvent(inStream(port_a.Xi_outflow)))Medium properties in port_a
Medium.ThermodynamicStatesta_b (from PartialTwoPortInterface)if allowFlowReversal then Medium.setState_phX(port_b.p, noEvent(actualStream(port_b.h_outflow)), noEvent(actualStream(port_b.Xi_outflow))) else Medium.setState_phX(port_b.p, noEvent(port_b.h_outflow), noEvent(port_b.Xi_outflow))Medium properties in port_b
BuildingSystems.Fluid.FixedResistances.HydraulicDiameterresFlow resistance
BuildingSystems.Fluid.MixingVolumes.MixingVolume[nNodes]volVolume for pipe fluid
Modelica.Thermal.HeatTransfer.Components.ThermalConductor[nNodes]conPipWalThermal heat transfer through pipe wall
Modelica.Thermal.HeatTransfer.Components.ThermalCollectorcolAllToOneConnector to assign multiple heat ports to one heat port
Modelica.Thermal.HeatTransfer.Components.ThermalCollector[nNodes]thermalCollector1

Revisions

  • May 13, 2021, by Christoph Nytsch-Geusen:
    Thermal heat transfer calculation through pipe walls extendend with internal and external convective heat transfer coefficients.
  • June 1, 2015, by Christoph Nytsch-Geusen:
    Adaptation from the Builings to the BuildingSystms library.
  • October 8, 2013, by Michael Wetter:
    Removed parameter show_V_flow.
  • September 13, 2013 by Michael Wetter:
    Replaced nominal with default values as they are computed using the default Medium values.
  • February 15, 2012 by Michael Wetter:
    Changed base class from which the model extends. Propagated parameters of volume to the top if this model.
  • February 12, 2012 by Wangda Zuo:
    First implementation.