Dynamic model of an embedded pipe for a concrete core activation. This model is based on (Koschenz, 2000). In addition the model provides the options to simulate the concrete core activation as if there were multiple parallel branches. This affects the pressure drop calculation and also the thermal calculations.
The implementation of Koschenz mentions that a minimum
discretization (i.e. using nDiscr
) is required to avoid violation of the
second law of thermodynamics. The model explicitly
enforces the second law even for nDiscr=1
by upper bounding
the heat flow rate such that this minimum discretization does not apply to our implementation.
The parameter nDiscr
thus
only affects the results at larger flow rates.
The example
IDEAS.Fluid.HeatExchangers.RadiantSlab.Examples.EmbeddedPipeNDiscr provides an indication
of the sensitivity of the results to the value of nDiscr
.
The embeddedPipe model is designed to be used together with an
IDEAS.Buildings.Components.InternalWall.
When nDiscr>1
, the wall/floor should also be discretized to be physically correct,
although the discretizations can also be connected to the same wall/floor, which gives a reasonable
approximation as illustrated by the example
IDEAS.Fluid.HeatExchangers.RadiantSlab.Examples.EmbeddedPipeNDiscr.
Following parameters need to be set:
A_floor
is the surface area of (one side of) the Thermally Activated Building part (TAB). nDiscr
can be used for discretizing the EmbeddedPipe along the flow direction. See above for a more detailed discussion.nParCir
can be used for calculating the pressure drops as if there were multiple EmbeddedPipes connected in parallel. The total mass flow rate is then split over multiple circuits and the pressure drop is calculated accordingly.R_C
is the thermal resistivity from the center of the tabs to the zones. Note that the upper and lower resistivities need to be calculated as if they were in parallel. This parameter has a default value based on RadSlaCha but it may be improved if necessary. The impact of the value of this parameter on the model performance is low except in cases of very low mass flow rates.
By default dp_nominal
is calculated by making an estimate of the total pipe length.
This pressure drop can be an underestimation of the real pressure drop.
The used pipe lengths can be changed in the Pressure drop tab.
Parameter dp_nominal
can be used to override the default calculation.
A limited verification has been performed in IDEAS.Fluid.HeatExchangers.RadiantSlab.Examples.EmbeddedPipeVerification.
[Koshenz, 2000] - Koschenz, Markus, and Beat Lehmann. 2000. Thermoaktive Bauteilsysteme - Tabs. Dübendorf: EMPA Dübendorf.
[TRNSYS, 2007] - Multizone Building modeling with Type 56 and TRNBuild.
allowFlowReversal
in TemperatureTwoPort
sensor.
See #1105.
G_t
.
Revised documentation.
See #863.
TemperatureTwoPort
sensor.
See #1081.
dp_nominal=0
,
See #1031.
EmbeddedPipe
.
computeFlowResistance=false
since this parameter was hidden in the advanced tab
and this setting can easily lead to singularities.
See #1014.
final alpha=0
in prescribedHeatFlow
to avoid large algebraic loops in specific cases.
See #852.
useSimplifiedRt
parameter
since this leads to a violation of the second
law for small flow rates.
See #717.