modelORCHotWater
ORC that outputs hot water at a fixed temperature
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example model demonstrates how Buildings.Fluid.CHPs.OrganicRankine.ConstantEvaporation can be integrated in a system. The three-way valve is controlled to track the hot water output temperature, which is the cold fluid of the ORC, at a set point of 55°C. In addition, a safety control sequence prevents the ORC from turning on until a minimum flow rate is established in the condenser water loop.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mHot_flow_nominal | 1 | Nominal mass flow rate of evaporator hot fluid |
| Modelica.Units.SI.MassFlowRate | mCol_flow_nominal | 1.35 | Nominal mass flow rate of condenser cold fluid |
| Modelica.Units.SI.PressureDifference | dpCon_nominal | 10000 | Nominal pressure drop across the ORC condenser |
| Modelica.Units.SI.PressureDifference | dpValCol_nominal | 10000 | Nominal pressure difference used for valves in the cold fluid loop |
| Modelica.Units.SI.ThermodynamicTemperature | TCol_start | 35 + 273.15 | Start value for cold fluid temperature |
Components
Contents
| Name | Description |
|---|---|
| Evaporator hot fluid | |
| Condenser cold fluid |
Revisions
-
April 15, 2024, by Hongxiang Fu:
First implementation. This is for #3433.