modelTubular
Example showing the use of Tubular
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example models a tubular solar thermal collector. It uses the Buildings.Fluid.SolarCollectors.ASHRAE93 model and references data in the Buildings.Fluid.SolarCollectors.Data.Tubular package.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.SolarCollectors.ASHRAE93 | solCol | Tubular solar collector model | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data input file | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Inlet for fluid flow | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TOut | Temperature sensor | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | TIn | Temperature sensor | |
| Modelica.Blocks.Sources.Sine | sine | ||
| Buildings.Fluid.Sources.Boundary_pT | sou | Inlet for water flow |
Contents
| Name | Description |
|---|---|
| Medium in the system |
Revisions
-
February 15, 2024, by Jelger Jansen:
Refactor model.
This is for Buildings, #3604. -
December 11, 2023, by Michael Wetter:
Changed design flow rate. This is due to correction for the implementation of the pressure drop calculation for the situation where collectors are in parallel, e.g., ifsysConfig == Buildings.Fluid.SolarCollectors.Types.SystemConfiguration.Parallel.
This is for Buildings, #3597. -
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. -
March 27, 2013 by Peter Grant:
First implementation