modelBoilerBase
Base class containing the simple boiler model as peak load device
Extends from Interfaces.PartialTwoPort (Partial component with two ports).
Information
Base class containing the AixLib.Fluid.BoilerCHP.Boiler to be used in the examples of AixLib.Fluid.Examples.GeothermalHeatPump.
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 | 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) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| BoilerCHP.Boiler | boiler | Peak load energy conversion unit | |
| Modelica.Blocks.Sources.RealExpression | chemicalEnergyFlowRateSource | Outputs the chemical energy flow rate of the boiler |
Revisions
-
May 5, 2021 by Fabian Wüllhorst:
Add energyDynamics as parameter (see issue #1093) - May 19, 2017, by Marc Baranski:
First implementation.