Buildings.Fluid.SolarCollectors.Data.BaseClasses
Package with base classes for data records of solar thermal collectors
Information
Package with base classes for performance data for solar thermal collectors.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Package Content
Name | Description |
---|---|
![]() |
Function to validate the provided angles |
![]() |
Generic data record providing common inputs for ASHRAE93 and EN12975 solar collector models |
Buildings.Fluid.SolarCollectors.Data.BaseClasses.validateAngles
Function to validate the provided angles
Information
Function that validates the incidence angle modifiers.
If the data are invalid, the function issues an assertion and stops the simulation.
Otherwise it returns true
.
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
Type | Name | Default | Description |
---|---|---|---|
Angle | incAngDat[:] | Incident angle data in degrees [rad] | |
Real | incAngModDat[:] | Incident angle modifier data [1] |
Outputs
Type | Name | Description |
---|---|---|
Boolean | valid |
Modelica definition
Buildings.Fluid.SolarCollectors.Data.BaseClasses.Generic
Generic data record providing common inputs for ASHRAE93 and EN12975 solar collector models
Information
Partial record containing common performance parameters for ASHRAE93 and EN12975 solar collector models.
Depending on the data source that is used, different parameters are available to model the thermal capacity of the solar collector. The choice of CTyp determines which parameters are used to calculate the representative heat capacity of the entire solar collector (including fluid). When the dry mass of the solar collector is used to calculate the heat capacity, the collector is assumed to be made fully out of copper (specific heat capacity of 385 J/kg/K).
CTyp | C | V | mDry |
---|---|---|---|
TotalCapacity | CTot | / | / |
DryCapacity | CDry | V | / |
DryMass | / | V | mDry |
Extends from Modelica.Icons.Record (Icon for records).
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] |