Functions for convective heat transfer
This package contains functions that are used to construct the models in Buildings.Fluid.HeatExchangers.RadiantSlabs.
| Name | Description |
|---|---|
| Average fictitious resistance for plane that contains the pipes |
Average fictitious resistance for plane that contains the pipes
This function computes a fictitious thermal resistance between the pipe outer wall and a fictitious, average temperature of the plane that contains the pipes. The equation is the same as is implemented in TRNSYS 17. Different equations are used for
sysTyp == Buildings.Fluid.HeatExchangers.RadiantSlabs.BaseClasses.Types.SystemType.Floor),
sysTyp == Buildings.Fluid.HeatExchangers.RadiantSlabs.BaseClasses.Types.SystemType.Ceiling_Wall_or_Capillary
and disPip/dPipOut ≥ 5.8), and
sysTyp == Buildings.Fluid.HeatExchangers.RadiantSlabs.BaseClasses.Types.SystemType.Ceiling_Wall_or_Capillary
and disPip/dPipOut < 5.8).
The resistance Rx is based on a steady-state heat transfer analysis. Therefore, it is
only valid during steady-state.
For a fully dynamic model, a finite element method for the radiant slab would need to be implemented.
| Type | Name | Default | Description |
|---|---|---|---|
| Distance | disPip | pipe distance [m] | |
| Diameter | dPipOut | pipe outside diameter [m] | |
| ThermalConductivity | k | pipe level construction element thermal conductivity [W/(m.K)] | |
| SystemType | sysTyp | Type of radiant system | |
| ThermalConductivity | kIns | floor slab insulation thermal conductivity [W/(m.K)] | |
| Thickness | dIns | floor slab insulation thickness [m] |
| Type | Name | Description |
|---|---|---|
| ThermalInsulance | Rx | Thermal insulance [m2.K/W] |