Assumptions : 1. More...
Functions | |
int | solar::init_climate (void) |
Checks for climate object and maps the climate variables to the house object variables. | |
TIMESTAMPP | solar::plc (TIMESTAMP t0, TIMESTAMP t1) |
defines the default PLC code | |
Variables | |
static CLASS * | solar::pclass |
defines the parent class | |
set | solar::phases |
device phases (see PHASE codes) |
Assumptions : 1.
All solar panels are tilted as per the site latitude to perform at their best efficiency 2. All the solar cells are connected in series in a solar module 3. 600Volts, 5/7.6 Amps, 200 Watts PV system is used for all residential , commercial and industrial applications. The number of modules will vary based on the surface area 4. A power derating of 10-15% is applied to take account of power losses and conversion in-efficiencies of the inverter.
References 1. Photovoltaic Module Thermal/Wind performance: Long-term monitoring and Model development for energy rating , Solar program review meeting 2003, Govindswamy Tamizhmani et al 2. COMPARISON OF ENERGY PRODUCTION AND PERFORMANCE FROM FLAT-PLATE PHOTOVOLTAIC MODULE TECHNOLOGIES DEPLOYED AT FIXED TILT, J.A. del Cueto 3. Solar Collectors and Photovoltaic in energyPRO 4.Calculation of the polycrystalline PV module temperature using a simple method of energy balance
int solar::init_climate | ( | void | ) | [inherited] |
Checks for climate object and maps the climate variables to the house object variables.
Currently Tout, RHout and solar flux data from TMY files are used. If no climate object is linked, then Tout will be set to 59 degF, RHout is set to 75% and solar flux will be set to zero for all orientations.