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

TypeNameDefaultDescription
Assumptions
BooleanallowFlowReversal (from PartialTwoPort)true= false to simplify equations, assuming, but not enforcing, no flow reversal
Dynamics
Modelica.Fluid.Types.DynamicsenergyDynamicsModelica.Fluid.Types.Dynamics.DynamicFreeInitialType of energy balance: dynamic (3 initialization options) or steady state

Connectors

TypeNameDefaultDescription
Modelica.Fluid.Interfaces.FluidPort_aport_a (from PartialTwoPort)Fluid connector a (positive design flow direction is from port_a to port_b)
Modelica.Fluid.Interfaces.FluidPort_bport_b (from PartialTwoPort)Fluid connector b (positive design flow direction is from port_a to port_b)

Components

TypeNameDefaultDescription
BoilerCHP.BoilerboilerPeak load energy conversion unit
Modelica.Blocks.Sources.RealExpressionchemicalEnergyFlowRateSourceOutputs 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.