christiankral / PhotoVoltaics

Modelica library for the simulation of photo voltaic cells and modules
Other
25 stars 17 forks source link

Change sun azimuth in SolarPyramidBatteryCharge #28

Closed christiankral closed 7 years ago

christiankral commented 7 years ago

The example PhotoVoltaics.Examples.SolarPyramidBatteryCharge evaluates a non-physical terrestrial situation, since the sun azimuth = 0, which means the sun is positioned in the direction of north. This azimuth parameter in azimuthConst.k shall be changed from 10*pi/180 to 260*pi/180 which is almost equivalent to west.

Additionally, the example shall be updated that way that the major investigated powers and the inclination angle shall be (output) variables on the root level of the model.

christiankral commented 7 years ago

Fixed