modelSink
Simple sink model
Extends from AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Overview
Sink model for variable heat flow. Can also be used as a source for variable heat flow
Concept
The Sink model represents a variable heat flow sink, controlled by a real input port. This model possesses sink function as default, a source function can be chosen.
Example Results
Examples can be found in SinkSourceVesselTest
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| FastHVAC.Media.BaseClasses.MediumSimple | medium | FastHVAC.Media.WaterSimple() | Mediums charastics (heat capacity, density, thermal conductivity) |
| Boolean | isSource | false | For application as source enable true |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | Load | ||
| FastHVAC.Interfaces.EnthalpyPort_a | enthalpyPort_a1 | ||
| FastHVAC.Interfaces.EnthalpyPort_b | enthalpyPort_b1 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| FastHVAC.BaseClasses.WorkingFluid | fluid | ||
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | varHeatFlow | ||
| Modelica.Blocks.Math.Gain | gain |
Revisions
-
November 28, 2016 Tobias Blacha:
Moved into AixLib -
December 16, 2014 Konstantin Finkbeiner:
Implemented