modelBoilerExternalControl
Model containing the simple boiler model and the bus connector for external control
Extends from BaseClasses.BoilerBase (Base class containing the simple boiler model as peak load device).
Information
Model containing the simple boiler model AixLib.Fluid.BoilerCHP.Boiler and interfaces for external control.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Assumptions | |||
| Boolean | allowFlowReversal (from PartialTwoPort) | true | = false to simplify equations, assuming, but not enforcing, no flow reversal |
| Dynamics | |||
| Modelica.Fluid.Types.Dynamics | energyDynamics (from BoilerBase) | Modelica.Fluid.Types.Dynamics.DynamicFreeInitial | Type of energy balance: dynamic (3 initialization options) or steady state |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_a | port_a (from PartialTwoPort) | Fluid connector a (positive design flow direction is from port_a to port_b) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b (from PartialTwoPort) | Fluid connector b (positive design flow direction is from port_a to port_b) | |
| Controls.Interfaces.BoilerControlBus | boilerControlBus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BoilerCHP.Boiler | boiler (from BoilerBase) | Peak load energy conversion unit | |
| Modelica.Blocks.Sources.RealExpression | chemicalEnergyFlowRateSource (from BoilerBase) | Outputs the chemical energy flow rate of the boiler |
Revisions
- May 19, 2017, by Marc Baranski:
First implementation.