modelStorageSimpleExample
Example model with simple storage
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This is an example of the simple storage model with two hydronic
circuits.
A heating rod indirectly supplies heat to the thermal energy
storage.
A simplified consumer extracts heat from the consumer water
circuit
based on a daily load profile.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal_gen | heatingRod.Q_flow_nominal/(dT_gen*Medium.cp_const) | Nominal mass flow rate in generation cycle |
| Modelica.Units.SI.PressureDifference | dp_nominal_hr | 1000 | Pressure difference in heating rod |
| Modelica.Units.SI.TemperatureDifference | dT_gen | 8 | Temperature difference in generation cycle |
| Real | bandwidth | 5 | Bandwidth around reference signal |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | PelHR | Electrical power used to provide current heat flow |
Components
Contents
| Name | Description |
|---|---|
Revisions
-
November 14 2022 by Laura Maier:
First implementation