modelPipeToSlabConductance
Convective heat transfer in pipes and fictitious resistance to average slab temperature
Information
Model to compute the convective heat transfer inside a straight pipe. The convective heat transfer coefficient is computed as a function of the mass flow rate using the function Modelica.Fluid.Dissipation.HeatTransfer.StraightPipe.kc_overall_KC.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatExchangers.RadiantSlabs.Types.HeatTransfer | heatTransfer | Buildings.Fluid.HeatExchangers.RadiantSlabs.Types.HeatTransfer.EpsilonNTU | Model for heat transfer between fluid and slab |
| Modelica.Units.SI.Area | APip | Pipe inside surface area | |
| kc_overall_IN_con | kc_IN_con | Parameters for convective heat transfer calculation | |
| Modelica.Units.SI.ThermalResistance | RFic | Average fictitious thermal resistance between pipe surface and plane that contains pipe | |
| Modelica.Units.SI.ThermalResistance | RWal | Thermal resistance through the pipe wall | |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | Nominal mass flow rate |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | m_flow | Fluid mass flow rate from port_a to port_b | |
| Modelica.Blocks.Interfaces.RealInput | T_a | Temperature at fluid port_a | |
| Modelica.Blocks.Interfaces.RealInput | T_b | Temperature at fluid port_b | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | solid | Heat port at solid interface | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b | fluid | Heat port at fluid interface |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Dissipation.HeatTransfer.StraightPipe.kc_overall_IN_var | kc_IN_var | Variables for convective heat transfer calculation | |
| Modelica.Units.SI.TemperatureDifference | dT | = solid.T - fluid.T | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hCon | Convective heat transfer coefficient | |
| Modelica.Units.SI.ThermalResistance | RTot | Thermal resistance between the fluid and the fictious plane of heat transfer | |
| Modelica.Units.SI.HeatFlowRate | Q_flow | Heat flow rate from solid -> fluid |
Contents
| Name | Description |
|---|---|
| Medium in the component | |
| Input record for function kc_overall and kc_overall_KC | |
| Input record for function kc_turbulent and kc_turbulent_KC |
Revisions
-
October 3, 2016, by Michael Wetter:
Modified model to implement a work-around for the bug reported in MSL ticket 2066 and in Buildings issue 557. -
April 5, 2012, by Michael Wetter:
Revised implementation. -
April 3, 2012, by Xiufeng Pang:
First implementation.