modelEN12975_Array
Validation model for collector according to EN12975 in array configuration
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates the solar collector model
Buildings.Fluid.SolarCollectors.EN12975
for the case where one model has multiple panels in a 2x2 array,
versus the case where two models are in parallel,
each having two panels in series.
The output of the block dT must be zero,
as both cases must have the same outlet temperatures.
Furthermore, the pressure drops over all models should be the same.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | solCol.per.A*solCol.per.mperA_flow_nominal | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Collector | solCol | Flat plate solar collector model, has been modified for validation purposes | |
| Collector | solCol1 | Flat plate solar collector model, has been modified for validation purposes | |
| Collector | solCol2 | 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 | |
| Buildings.Fluid.Sources.Boundary_pT | sou1 | Outlet for water flow | |
| Buildings.Fluid.Sources.MassFlowSource_T | bou1 | Inlet for water flow, at a prescribed flow rate and temperature | |
| Sensors.TemperatureTwoPort | senTem | Temperature sensor | |
| Sensors.TemperatureTwoPort | senTem1 | Temperature sensor | |
| Modelica.Blocks.Math.Add | dT | Temperature difference (must be zero) | |
| Sources.MassFlowSource_T | bou2 | Inlet for water flow, at a prescribed flow rate and temperature |
Contents
| Name | Description |
|---|---|
| Medium in the system | |
Revisions
-
February 11, 2025, by Michael Wetter:
Removed parameter assignment for parameter that no longer exists.
This is for IBPSA, #1968. -
February 27, 2024, by Jelger Jansen:
First implementation.
This is for Buildings, #3604.