modelEN12975NPanels
Validation model for collector according to EN12975 with different settings for nPanel
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 the number of panels is 1 for the instance solCol
and 10 for the instance solCol1.
The instances difHeaGai and difHeaLos
compare the heat gain and heat loss between the two models.
The output of these blocks should be zero, except for rounding errors.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nPanels | 10 | Number of panels |
| Data.GlazedFlatPlate.FP_VerificationModel | datSolCol |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.SolarCollectors.EN12975 | 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 | |
| Buildings.Fluid.SolarCollectors.EN12975 | solCol1 | Flat plate solar collector model, has been modified for validation purposes | |
| 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 | |
| Modelica.Blocks.Math.Gain | gaiNPan | Gain for number of panels | |
| Modelica.Blocks.Sources.RealExpression | difHeaGai | Difference in heat gain at last panel between model with 1 and with 30 panels | |
| Modelica.Blocks.Sources.RealExpression | difHeaLos | Difference in heat loss at last panel between model with 1 and with 30 panels | |
| Modelica.Blocks.Sources.Constant | m_flow_nominal | Nominal flow rate for one panel |
Contents
| Name | Description |
|---|---|
| Medium in the system |
Revisions
-
September 16, 2021, by Michael Wetter:
Removed parameter assignment forlat.
This is for IBPSA, #1477. -
November 21, 2017, by Michael Wetter:
First implementation to validate #1073.