Buildings.Fluid.SolarCollectors.Data
Data for solar thermal collectors
Information
Package with performance data for solar thermal collectors. All solar collector data package names begin with an abbreviation of the type of collector it is. The abbreviations are as follows:
- C: Concentrating
- FP: Flat Plate
- T: Tubular
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Package Content
Name | Description |
---|---|
![]() |
Generic data record for ASHRAE93 solar collector models |
![]() |
Generic data record for EN12975 solar collector models |
![]() |
Package with SRCC rating information for glazed flat-plate solar thermal collectors |
![]() |
Package with SRCC rating information for tubular solar thermal collectors |
![]() |
Package with base classes for data records of solar thermal collectors |
Buildings.Fluid.SolarCollectors.Data.GenericASHRAE93
Generic data record for ASHRAE93 solar collector models
Information
Record containing performance parameters for ASHRAE93 solar collector models.
Extends from Buildings.Fluid.SolarCollectors.Data.BaseClasses.Generic (Generic data record providing common inputs for ASHRAE93 and EN12975 solar collector models).
Contents
Type | Name | Default | Description |
---|---|---|---|
Area | A | Area [m2] | |
HeatCapacity | CTyp | Total thermal capacity or fluid volume and 'dry' thermal capacity or mass | |
HeatCapacity | C | Dry or total thermal capacity of the solar thermal collector [J/K] | |
Volume | V | Fluid volume [m3] | |
Mass | mDry | Dry mass [kg] | |
Real | mperA_flow_nominal | Nominal mass flow rate per unit area of collector [kg/(s.m2)] | |
PressureDifference | dp_nominal | Nominal pressure drop [Pa] | |
Angle | incAngDat[:] | Modelica.Units.Conversions.f... | Incident angle data [rad] |
Real | incAngModDat[size(incAngDat, 1)] | Incident angle modifier data [1] | |
Real | y_intercept | y intercept (Maximum efficiency) [1] | |
CoefficientOfHeatTransfer | slope | Slope from rating data [W/(m2.K)] |
Modelica definition
Buildings.Fluid.SolarCollectors.Data.GenericEN12975
Generic data record for EN12975 solar collector models
Information
Record containing performance parameters for EN12975 solar collector models.
Extends from Buildings.Fluid.SolarCollectors.Data.BaseClasses.Generic (Generic data record providing common inputs for ASHRAE93 and EN12975 solar collector models).
Contents
Type | Name | Default | Description |
---|---|---|---|
Area | A | Area [m2] | |
HeatCapacity | CTyp | Total thermal capacity or fluid volume and 'dry' thermal capacity or mass | |
HeatCapacity | C | Dry or total thermal capacity of the solar thermal collector [J/K] | |
Volume | V | Fluid volume [m3] | |
Mass | mDry | Dry mass [kg] | |
Real | mperA_flow_nominal | Nominal mass flow rate per unit area of collector [kg/(s.m2)] | |
PressureDifference | dp_nominal | Nominal pressure drop [Pa] | |
Angle | incAngDat[:] | Modelica.Units.Conversions.f... | Incident angle data [rad] |
Real | incAngModDat[size(incAngDat, 1)] | Incident angle modifier data [1] | |
Real | IAMDiff | Incidence angle modifier for diffuse irradiance (incidence angle of 50°) [1] | |
Real | eta0 | Optical efficiency (Maximum efficiency) [1] | |
CoefficientOfHeatTransfer | a1 | First order heat loss coefficient [W/(m2.K)] | |
Real | a2 | Second order heat loss coefficient [W/(m2.K2)] |