modelPanelHeatingSegment
One segment of the discretized panel heating
Extends from Modelica.Fluid.Interfaces.PartialTwoPort (Partial component with two ports).
Information
Overview
Model for a panel heating element, consisting of a water volume, heat conduction upwards and downwards through the wall layers, convection and radiation exchange at the room facing side.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | isFloor | true | |
| Modelica.Units.SI.Area | A | Area of Floor part | |
| Modelica.Units.SI.Emissivity | eps | 0.95 | Emissivity |
| Modelica.Units.SI.Temperature | T0 | Modelica.Units.Conversions.from_degC(20) | Initial temperature, in degrees Celsius |
| Modelica.Units.SI.Volume | VWater | Volume of Water in m^3 | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | kTop | ||
| Modelica.Units.SI.CoefficientOfHeatTransfer | kDown | ||
| HeatCapacityPerArea | cTop | ||
| HeatCapacityPerArea | cDown | ||
| Assumptions | |||
| Boolean | allowFlowReversal (from PartialTwoPort) | system.allowFlowReversal | = true to allow flow reversal, false restricts to design direction (port_a -> port_b) |
| Heat convection | |||
| Integer | calcMethod | 2 | Calculation method for convective heat transfer coefficient at surface |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hCon_const | 2.5 | Constant heat transfer coefficient |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_a | port_a (from PartialTwoPort) | Fluid connector a (positive design flow direction is from port_a to port_b) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b (from PartialTwoPort) | Fluid connector b (positive design flow direction is from port_a to port_b) | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | thermConvWall | ||
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | thermConvRoom | ||
| AixLib.Utilities.Interfaces.RadPort | starRad |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.System | system (from PartialTwoPort) | System wide properties | |
| Modelica.Fluid.Vessels.ClosedVolume | vol | ||
| Modelica.Fluid.Sensors.TemperatureTwoPort | TFlow | ||
| Modelica.Fluid.Sensors.TemperatureTwoPort | TReturn | ||
| Utilities.HeatTransfer.HeatToRad | twoStar_RadEx | ||
| Utilities.HeatTransfer.HeatConvInside | HeatConv | ||
| HeatConductionSegment | panel_Segment1 | ||
| HeatConductionSegment | panel_Segment2 |
Revisions
-
February 06, 2017 by Philipp Mehrfeld:
Naming according to AixLib standards. -
June 15, 2017 by Tobias Blacha:
Moved into AixLib -
March 25, 2015 by Ana Constantin:
Uses components from MSL -
November 06, 2014 by Ana Constantin:
Added documentation.