NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.09k stars 382 forks source link

Add more EMS Actuators #6626

Open aaron-boranian opened 6 years ago

aaron-boranian commented 6 years ago

Add new EMS available actuators. For example: Surface Outside Face * (Sunlit Area, Incident Solar Radiation, Incident Beam Solar Radiation, etc.)

Migrated from UserVoice

mjwitte commented 5 years ago

From #6801, need a new calling point here in ManageHeatBalance just before InitHeatBalance, so that EMS overrides can have an impact on solar gains and daylighting, among other things that happen in InitHeatBalance. Suggest naming the new calling point BeginZoneTimestepBeforeInitHeatBalance. The existing BeginZoneTimeStepBeforePredictor happens too late in the cycle, so changes for example to a surface construction type don't have an impact until the next zone timestep.