modelBoilerTable
Boilers with efficiency described by table
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Similar to
Buildings.Fluid.Boilers.Examples.BoilerPolynomial,
this example demonstrates the open loop response of the boiler model
with boi1 a dynamic model and
boi2 a steady-state model.
In addition to the control signal,
the inlet temperature is also varied.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Boilers.Data.Lochinvar.Crest.FBdash2501 | per | Record containing a table that describes the efficiency curves |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Boilers.BoilerTable | boi1 | Boiler with transient computation | |
| Buildings.Fluid.Boilers.BoilerTable | boi2 | Boiler with steady-state computation | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Sink | |
| Buildings.Fluid.Sources.Boundary_pT | sou | Source | |
| Buildings.HeatTransfer.Sources.FixedTemperature | TAmb | Ambient temperature in boiler room | |
| Modelica.Blocks.Sources.TimeTable | y | Firing rate | |
| Modelica.Blocks.Sources.TimeTable | TIn | Inlet temperature |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
October 13, 2021, by Hongxiang Fu:
First implementation. This is for #2651.