modelHeatTransferBuoyancyWetter
Extends from PartialHeatTransferLayers.
Information
Overview
Model for heat transfer between buffer storage layers.
Concept
Models buoyancy according to Buildings.Fluid.Storage.BaseClasses.Buoyancy model of Buildings library, cf. https://simulationresearch.lbl.gov/modelica. No conduction is implemented apart from when buoyancy occurs.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n (from PartialHeatTransferLayers) | 3 | |
| FastHVAC.Media.BaseClasses.MediumSimple | Medium (from PartialHeatTransferLayers) | Medium model | |
| AixLib.DataBase.Storage.BufferStorageBaseDataDefinition | data (from PartialHeatTransferLayers) | AixLib.DataBase.Storage.Generic_New_2000l() | |
| Modelica.Units.SI.Time | tau | 100 | Time constant for mixing |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | therm (from PartialHeatTransferLayers) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.HeatFlowRate | Q_flow | Heat flow rate from segment i+1 to i |
Revisions
-
December 20, 2016 Tobias Blacha:
Moved into AixLib -
December 10, 2013 by Kristian Huchtemann:
Added Documentation. -
October 2, 2013 by Ole Odendahl:
Added documentation and formatted appropriately