modelHeatingRod_PrimaryExergyDestruction_Simplified
Extends from HVACAgentBasedControl.BaseClasses.PartialCostFunction.
Information
Overview
- Identical to the cost function in the Exergy package, except a primary energy factor is included.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | T_0 | 298.15 | Exergy reference temperature |
| Real | eta | 1 | Overall efficiency of the boiler |
| Real | PEF | 1.8 | Primary energy factor of the fuel |
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_circuit |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Division | division | ||
| Modelica.Blocks.Sources.RealExpression | realExpression | ||
| Modelica.Blocks.Math.Division | division1 | ||
| Modelica.Blocks.Sources.RealExpression | realExpression1 | ||
| Modelica.Blocks.Math.Add | add | ||
| Modelica.Blocks.Sources.RealExpression | realExpression3 | ||
| Modelica.Blocks.Math.Product | product | ||
| Modelica.Blocks.Math.Add | add1 | ||
| Modelica.Blocks.Math.Gain | gain | ||
| Modelica.Blocks.Math.Max | min | ||
| Modelica.Blocks.Sources.RealExpression | realExpression2 |
Revisions
- October 2015, by Felix Bünning: Developed and implemented
- December 2016, by Roozbeh Sangi:
revised