.AixLib.Fluid.DistrictHeatingCooling.Pipes.PlugFlowPipeZeta

Information

Pipe with heat loss using the time delay based heat losses and transport of the fluid using a plug flow model, applicable for simulation of long pipes such as in district heating and cooling systems.

This model takes into account transport delay along the pipe length idealized as a plug flow. The model also includes thermal inertia of the pipe wall. This model determines the pressure drop either through a static factor or using the sum of zeta values.

Implementation

This model is based on AixLib.Fluid.FixedResistances.BaseClasses.PlugFlowCore and contains the spatialDistribution operator.

The spatialDistribution operator is used for the temperature wave propagation through the length of the pipe.

Heat losses are implemented by AixLib.Fluid.FixedResistances.BaseClasses.PlugFlowHeatLoss at each end of the pipe (see AixLib.Fluid.FixedResistances.BaseClasses.PlugFlowCore). Depending on the flow direction, the temperature difference due to heat losses is subtracted at the right fluid port.

The pressure drop is implemented using AixLib.Fluid.FixedResistances.HydraulicDiameter.

The thermal capacity of the pipe wall is implemented as a mixing volume of the fluid in the pipe, of which the thermal capacity is equal to that of the pipe wall material. In addition, this mixing volume allows the hydraulic separation of subsequent pipes. Thanks to the vectorized implementation of the (design) outlet port, splits and junctions of pipes can be handled in a numerically efficient way.

This mixing volume is not present in the PlugFlowCore model, which can be used in cases where mixing volumes at pipe junctions need to be added manually.

If Boolean use_zeta is set "true" HydraulicResistance is used.

HydraulicResistance takes into account additional pressure drops due to bends/valves/etc. Therefore the sum of zeta values has to be given prior.

If Boolean use_zeta is set "false" the pressureloss is determine through a static factor which has to given prior.

Assumptions

Revisions


Generated at 2024-05-11T18:16:00Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos