modelSolarPumpController
Example for the solar pump controller
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model illustrates the use of the AixLib.Fluid.SolarCollectors.Controls.CollectorPump model. Based on weather data and inlet temperature, the controller switches the pump on and off.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Fluid.SolarCollectors.Controls.CollectorPump | pumCon | Model controlling the on/off status of the pump | |
| AixLib.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data input file | |
| Modelica.Blocks.Sources.Sine | sine | Water inlet temperature |
Revisions
-
November 7, 2022, by Michael Wetter:
Revised example to provide values for new parameters.
This is for issue 3074. -
Mar 27, 2013 by Peter Grant:
First implementation.