modelBoiler_ExergyDestruction
Extends from HVACAgentBasedControl.BaseClasses.PartialCostFunction.
Information
Overview
- This model determines the exergy destruction of a boiler based on the inputs of the component.
- It is used together with a HeatProducerAgent.
Concept
The figure above shows the control volume for the boiler. Based on this volume the following function for exergy destruction has been developed. Details can be found in the reference.
References
- Felix Bünning. Development of a Modelica-library for agent-based control of HVAC systems. Bachelor thesis, 2016, RWTH Aachen University, Aachen, Germany.
- October 2015, by Felix Bünning: Developed and implemented
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | T_0 | 298.15 | Exergy reference temperature |
| Real | eta | 0.84 | Overall efficiency of the boiler |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | capacity (from PartialCostFunction) | Input to connect with ProducerAgent | |
| Modelica.Blocks.Interfaces.RealOutput | cost (from PartialCostFunction) | Output to connect with ProducerAgent | |
| Modelica.Blocks.Interfaces.RealInput | T_in | ||
| Modelica.Blocks.Interfaces.RealInput | T_out |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | m_flow | mass flow |