modelEvaporatorCondenser
Test model for the evaporator or condenser model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model that demonstrates the use of the BuildingSystems.Fluid.HeatExchangers.EvaporatorCondenser model.
The fluid flow rate is increased from ṁ = 0.01 kg/s to ṁ = 0.10 kg/s over 100 seconds. As a result, the heat exchanger effectiveness and the fluid temperature difference in the heat exchanger decrease.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 0.01 | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Sources.FixedTemperature | ref | Refrigerant temperature | |
| Modelica.Thermal.HeatTransfer.Sensors.HeatFlowSensor | heaFlo | Heat flow rate sensor | |
| Modelica.Fluid.Sources.MassFlowSource_T | sou | Flow source | |
| Modelica.Fluid.Sources.FixedBoundary | sin | Sink | |
| BuildingSystems.Fluid.HeatExchangers.EvaporatorCondenser | eva | Evaporator | |
| Modelica.Blocks.Sources.Ramp | m_flow | Mass flow rate | |
| BuildingSystems.Fluid.Sensors.TemperatureTwoPort | senTem | Temperature sensor |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
October 11, 2016, by Massimo Cimmino:
First implementation.