modelHeatingCoil
Information
Overview
Model of a heating coil to heat a fluid (e.g. water) by a given input on the heat port.
Concept
The heating coil is implemented as a pipe which is going through the storage tank. The heat transfer to the storage tank is modelled with a heat transfer coefficient.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | dis_HC | ||
| Media.BaseClasses.MediumSimple | medium_HC | Media.WaterSimple() | Mediums charastics (heat capacity, density, thermal conductivity) |
| Modelica.Units.SI.Length | lengthHC | 3 | Length of Pipe for HC |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hConHC | 20 | Model assumptions heat transfer coefficient HC <-> Heating Water |
| Modelica.Units.SI.Temperature | T_start | Start Temperature of fluid | |
| AixLib.DataBase.Pipes.PipeBaseDataDefinition | pipeRecordHC | AixLib.DataBase.Pipes.Copper.Copper_28x1() | Type of Pipe for HR1 |
| Boolean | calcHCon | true | Use calculated value for inside heat transfer coefficient |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hConIn_const | 30 | Fix value for heat transfer coefficient inside pipe |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a[dis_HC] | Therm1 | ||
| AixLib.Obsolete.YearIndependent.FastHVAC.Interfaces.EnthalpyPort_b | enthalpyPort_b1 | ||
| AixLib.Obsolete.YearIndependent.FastHVAC.Interfaces.EnthalpyPort_a | enthalpyPort_a1 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| FastHVAC.Components.Pipes.BaseClasses.PipeBase | pipeHC | ||
| AixLib.Utilities.HeatTransfer.CylindricHeatTransfer[dis_HC] | PipeWall_HC1 | ||
| AixLib.Utilities.HeatTransfer.HeatConv[dis_HC] | conv_HC1_Outside |
Revisions
-
December 20, 2016 Tobias Blacha:
Moved into AixLib -
February 10, 2015 by Konstantin Finkbeiner:
Addapted to FastHVAC. -
October 2, 2013 by Ole Odendahl:
Added documentation and formatted appropriately