modelFlatPlate
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model was used to validate the Buildings.Fluid.SolarCollectors.ASHRAE93 solar collector model against TRNSYS data. Data files are used to ensure that the Buildings.Fluid.SolarCollectors.ASHRAE93 solar collector model and the TRNSYS model use the same inlet and weather conditions. The solar collector model must reference the Buildings.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_TRNSYSValidation data record when comparing model results to the stored TRNSYS results.
The solar collector temperature of the Modelica model has a spike in the morning. At this time, there is solar irradiation on the collector but no mass flow rate, which leads to an increase in temperature.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.SolarCollectors.ASHRAE93 | solCol | Flat plate solar collector model, has been modified for validation purposes | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data file reader | |
| Buildings.Fluid.Sources.Boundary_pT | sou | Outlet for water flow | |
| Buildings.Fluid.Sources.MassFlowSource_T | bou | Inlet for water flow, at a prescribed flow rate and temperature | |
| Modelica.Blocks.Math.Add | add | Converts TRNSYS data from degree Celsius to Kelving | |
| Modelica.Blocks.Sources.CombiTimeTable | datRea | Data reader with inlet conditions from TRNSYS | |
| Modelica.Blocks.Sources.Constant | const | Used to convert TRNSYS data from degree Celsius to Kelving |
Contents
| Name | Description |
|---|---|
| Medium in the system |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed parameter assignment forlat.
This is for IBPSA, #1477. -
April 21, 2016, by Michael Wetter:
ReplacedModelicaServices.ExternalReferences.loadResourcewithModelica.Utilities.Files.loadResource. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
March 27, 2013, by Peter Grant:
First implementation.