Package with type definitions used in solar collector data records
This package contains type definitions used in solar thermal collector models.
| Name | Description | 
|---|---|
| Area | Enumeration to define the area type used in solar collector calculation | 
| NumberSelection | Enumeration of options for how users will specify the number of solar collectors in a system | 
| SystemConfiguration | Enumeration of options for how the panels are connected | 
type Area = enumeration( Gross "Gross area", Aperture "Net aperture area") "Enumeration to define the area type used in solar collector calculation";
type NumberSelection = enumeration( Number "Number of panels", Area "Total panel area") "Enumeration of options for how users will specify the number of solar collectors in a system";
type SystemConfiguration = enumeration( Parallel "Panels connected in parallel", Series "Panels connected in series") "Enumeration of options for how the panels are connected";