modelBoilerStandAlone
Model containing the simple boiler model and all required inputs as dummies
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 dummy inputs.
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) | |
| Modelica.Blocks.Interfaces.RealOutput | chemicalEnergyFlowRate | Flow of primary (chemical) energy into boiler |
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 | |
| Modelica.Blocks.Sources.BooleanConstant | falseSource | Outputs a false signal | |
| Modelica.Blocks.Sources.Constant | ambientTemperature | Dummy for ambient temperature | |
| Modelica.Blocks.Sources.BooleanConstant | trueSource | Outputs a true signal |
Revisions
- May 19, 2017, by Marc Baranski:
First implementation.