modelEnergyConversion
Validate model EnergyConversion
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example validates Buildings.Fluid.CHPs.BaseClasses.EnergyConversion for defining the energy conversion control volume.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.Data.ValidationData2 | per | CHP performance data | |
| Data.ValidationData2 | per1 | CHP performance data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.BaseClasses.EnergyConversion | eneConEngTem | Energy conversion volume: warm-up by engine temperature | |
| Buildings.Fluid.CHPs.BaseClasses.EnergyConversion | eneConTimDel | Energy conversion volume: warm-up by time delay | |
| Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable | mWat_flow | Cooling water flow rate | |
| Buildings.Fluid.CHPs.BaseClasses.Controller | con | Operation mode | |
| Modelica.Blocks.Sources.BooleanTable | runSig | Plant run signal | |
| Modelica.Blocks.Sources.BooleanTable | avaSig | Plant availability signal | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Ramp | TEng | Engine temperature | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | TWatIn | Cooling water inlet temperature | |
| Modelica.Blocks.Sources.TimeTable | PEle | Electric power demand | |
| Controls.OBC.CDL.Reals.Sources.Constant | TRoo | Room temperature |
Revisions
-
October 31, 2019, by Jianjun Hu:
Refactored implementation. -
July 01 2019, by Tea Zakula:
First implementation.