modelFlatPlateTotalArea
Example showing the use of TotalArea and nSeg
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model uses TotalArea instead of nPanels to
define the system size.
Aside from that change, this model is identical to
Buildings.Fluid.SolarCollectors.Examples.FlatPlate.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.SolarCollectors.ASHRAE93 | solCol | Flat plate solar collector model | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data input file | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Outlet for water flow | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TOut | Temperature sensor | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TIn | Temperature sensor | |
| Buildings.Fluid.Sources.Boundary_pT | sou | Inlet for water flow | |
| Buildings.Fluid.SolarCollectors.ASHRAE93 | solCol1 | Flat plate solar collector model | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TOut1 | Temperature sensor | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TIn1 | Temperature sensor |
Contents
| Name | Description |
|---|---|
| Medium in the system |
Revisions
-
February 15, 2024, by Jelger Jansen:
Refactor model.
This is for Buildings, #3604. -
September 16, 2021, by Michael Wetter:
Removed parameter assignment forlat.
This is for IBPSA, #1477. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
Mar 27, 2013, by Peter Grant:
First implementation.