modelBaseModelStaticHeatPumps
Base model to test compressors using static heat pump boundaries
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
I still need to add the documentation!
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| General › Compressors | |||
| Integer | nVal | 1 | Numer of compressors in parallel |
| General › Evaporator | |||
| Modelica.Units.SI.TemperatureDifference | dTPinEva | 2 | Pinch temperature at evaporator's outlet |
| Modelica.Units.SI.TemperatureDifference | dTSupHea | 1 | Superheating of working fluid |
| General › Condenser | |||
| Modelica.Units.SI.TemperatureDifference | dTPinCond | 2 | Pinch temperature at condenser's outlet |
| Modelica.Units.SI.TemperatureDifference | dTSubCool | 4 | Supercooling of working fluid |
| Modelica.Units.SI.Density | dSec | 1000 | Constant density of secondary fluid |
| Modelica.Units.SI.SpecificHeatCapacity | cpSec | 4.1813e3 | Constant specific heat capacity of secondary fluid |
| Modelica.Units.SI.VolumeFlowRate | V_flowSec | (0.776 + 0.781 + 0.44)/3/3600 | Constant volume flow of secondary fluid |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Controls.Interfaces.ModularHeatPumpControlBus | dataBus | Connector that contains all control signals |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.CombiTimeTable | inpDat | Static boundaries of compressor model | |
| Modelica.Blocks.Sources.RealExpression | inpSetSpeEnt | Expressions describing set point of specific enthalpy | |
| Modelica.Blocks.Sources.RealExpression | inpAmbTemp | Expressions describing ambient temperature | |
| Modelica.Blocks.Sources.RealExpression | inpColCap | Expressions describing col capacity | |
| Modelica.Blocks.Sources.RealExpression | inpHeaCap | Expressions describing heat capacity | |
| Modelica.Blocks.Sources.RealExpression | inpTFlo | Expressions describing flow temperature at heat capacity | |
| StaticEvaporator | eva | Model that describes a simple static evaporator | |
| Modelica.Blocks.Continuous.LimPID | conPID | PID controller to set valves' openings | |
| Modelica.Blocks.Sources.RealExpression | inpCurSpeEnt | Expressions describing current specific enthalpy | |
| Modelica.Blocks.Routing.Replicator | repMea | Replicating the current value of the manipulated variables | |
| ModularExpansionValves.ModularExpansionValvesSensors | modExpVal | Model that describes modular expansion valves in parallel | |
| StaticCondenser | con | Model that describes a simple static condenser |
Contents
| Name | Description |
|---|---|
| Static evaporator assuming constant pinch point at evaporator's outlet | |
| Static condenser assuming constant pinch point at condenser's outlet |
Revisions
- December 16, 2017, by Mirko Engelpracht, Christian Vering:
First implementation (see issue 467).