[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EnergyPlus_Support] Solar Penetration Depth Using EMS





This is pretty easy with an EMS sensor (CosineIncident) on the output variable called “Surface Ext Solar Beam Cosine Of Incidence Angle”  that is available for each window.   Then some simple trig with the height of the window like this.

 

  Set IncidentAngleRadians = @ArcCos CosineIncident,

  Set SinIncident   =  @Sin IncidentAngleRadians,

  Set TanIncident   =  SinIncident / CosineIncident,

  Set PenetrationDepth = TanIncident * WindowCenterHeight,

 

From: EnergyPlus_Support@xxxxxxxxxxxxxxx [mailto:EnergyPlus_Support@xxxxxxxxxxxxxxx] On Behalf Of soxfan30mo
Sent: Tuesday, January 08, 2013 2:11 PM
To: EnergyPlus_Support@xxxxxxxxxxxxxxx
Subject: [EnergyPlus_Support] Solar Penetration Depth Using EMS

 

 

I am working on a control algorithm designed to engage window blinds when a certain solar penetration depth is met using the Energy Management System in EnergyPlus.

I am curious if anyone has had success with calculating this variable before? I believe it will require the solar altitude angle and the solar azimuth angle. Depending on where the sun is at throughout the day the penetration depth will change also depending on the window orientation (changing from facade to facade).

An example of the issues I am running into is with say a 10'x10' building with 5'x5' windows centered on each facade. When the solar azimuth is at 89degrees, the east facade will see a very deep penetration, whereas the north facade will see a very minimal penetration depth. I am looking for a way to calculate the depth which also allows me to discern between the two different penetrations (depending on building orientat

__._,_.___


Primary EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx

The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/

Attachments are currently allowed but be mindful that not everyone has a high speed connection.  Limit attachments to small files.

EnergyPlus Documentation is searchable.  Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___