Grasshopper

algorithmic modeling for Rhino

Greetings community of the ‘bug and ‘bee!  We are all pleased to announce the public release of Ladybug 0.0.63 and Honeybee 0.0.60!  Over the last 6 months, we have added a large number of bug fixes and improvements.  Many of the new features and components announced in the last release have become stable and have emerged from their WIP section.  Additionally, after two years of work, we are happy to announce that we finally have full support of an OpenStudio connection within Honeybee, which has ushered in a whole host of new features, notably the modelling of detailed HVAC systems. As always you can download the new release from Food4Rhino. Make sure to remove the older version of Ladybug and Honeybee and update your scripts.

 

LADYBUG

1 - Solar Hot Water Components Out of WIP

After much beta-testing, bug-fixing, and general development, all of the Photovoltaic and Solar Hot Water components are now fully out of WIP!  The main component is based on a Chengchu Yan's publication. Components have been added to Ladybug thanks to the efforts of Chengchu Yan and Djordje Spasic..  See Djorje’s original release post of the solar hot water components for more information on the components that just made it out of WIP.

2 - New Terrain Shading Mask Released in WIP

In addition to Djordje’s prolific addition of renewable energy components, he has also contributed a widely-useful component to generate terrain shading masks, which account for the shading of surrounding mountains/terrain in simulations.  While initially added to assist the solar radiation radiation and renewable energy components, the component will undergo development to optimize it for energy and daylight simulations over the next few months. Another new component called Horizon Angles can be used to visualize and export horizon angles. You can test them out now by accessing them in the WIP section.  For more information, see Djordje’s release post on the GH forum here.

3 - New Mesh Selector Component

After realizing that the Optimal Shade Creator component has applications to a whole range of analyses, it has now been re-branded as the Mesh Selector and has been optimized to work easily with these many analyses. Specifically, the component selects out the portion of a mesh that meets a given threshold.  This can be the portion of a shade benefit analysis meeting a certain level of shade desirability, the portion of a radiation study meeting a certain level of fulx, the portion of a daylight analysis meeting a certain lux threshold, and much more!

4 - Solar Adjusted Temperature Now Includes Long Wave Radiation

Thanks to a question asked by Aymeric and a number of clarifications made by ..., the Solar Adjusted Temperature component now includes the ability to account for long-wave radiative loss to the sky in addition to it original capability to account for short wave radiation from the sun.  As such, the component now includes all capabilities of similar outdoor comfort tools such as RayMan.  The addition of this capability is also paralleled by the addition of a new horizontalInfraredRadiation output on the ImportEPW component.  See the updated solar adjusted example file hereto see how to use the component properly.

5 - Support for both Log and Power Law Wind Profiles

In preparation for the future release of the Butterfly CFD-modelling insect, the Ladybug Wind Profile component now includes the option of either power law or log law wind profiles, which are both used extensively in CFD studies.  Thanks goes to Theodoros Galanos for providing the formulas!

6 - New Radiant Asymmetry Comfort Components

Prompted by a suggestion from Christian Kongsgaard, Ladybug now includes components to calculate radiant asymmetry discomfort!  For examples of how to use the components see this example file for spatial analysis of radiant asymmetry discomfort and this example for temporal analysis.

7 - Pedestrian Wind Comfort Component Released in WIP

In preparation for the impending release of the butterfly CFD-modelling insect, Djordje Spasic with assistance from Liam Harrington has contributed a component to evaluate outdoor discomfort and pedestrian safety. The component identifies if certain areas around the building are suitable for sitting, building entrances-exits, window shopping... based on its wind microclimate. Dangerous areas due to high wind speeds are also identified.
You can check it out now in the WIP section.​

HONEYBEE

1 - New HVAC Systems and Full OpenStudio Support

After a significant amount of development on the part of the OpenStudio team and two years of effort on the part of LB+HB developers, we (finally!) have full support for an OpenStudio connection within Honeybee.  By this, we mean that any energy simulation property that can be assigned to a HBZone will be taken into account in the simulation run by the OpenStudio component.  The connection to OpenStudio has brought with it several new capabilities.  Most notably, you can now assign full HVAC systems and receive energy results in units of electricity and fuel instead of simple heating and cooling loads.  This Honeybee release includes 14 built-in HVAC template systems that can be assigned to the zones, each of which can be customized:

0. Ideal Air Loads
1. PTAC | Residential
2. PTHP | Residential
3. Packaged Single Zone - AC
4. Packaged Single Zone - HP
5. Packaged VAV w/ Reheat
6. Packaged VAV w/ PFP Boxes
7. VAV w/ Reheat
8. VAV w/ PFP Boxes
9. Warm Air Furnace - Gas Fired
10.Warm Air Furnace - Electric
11.Fan Coil Units + DOAS
12.Active Chilled Beams + DOAS
13.Radiant Floors + DOAS
14.VRF + DOAS

Systems 1-10 are ASHRAE Baseline systems that represent much of what has been added to building stock over the last few decades while systems 11-14 are systems that are commonly being installed today to reduce energy use.  Here is an example file showing how to assign these systems in Honeybee and in... and here is an example showing how to customize the HVAC system specifications to a wide variety of cases.  To run the file, you will need to have OpenStudio installed and you can download and install OpenStudio from here.

In addition to these template systems within Honeybee, the OpenStudio interface includes hundreds of HVAC components to build your own custom HVAC systems. OpenStudio also has a growing number of user-contributed HVAC system templates that have been integrated into a set of scripts called "Measures" that you can apply to your OpenStudio model within the OpenStudio interface. You can find these system templates by searching for them in the building components library. Here is a good tutorial video on how to apply measures to your model within... interface.  Honeybee includes a component that runs these measures from Grasshopper (without having to use the OpenStudio interface), which you can see a demo video of here.  However, this component is currently in WIP as OpenStudio team is still tweaking the file structure of measures and it is fairly safe to estimate that, by the next stable release of Honeybee, we will have full support of OpenStudio measures within GH.

2 - Phasing Out IDF Exporter

With the connection to OpenStudio now fully established, this release marks the start of a transition away from exporting directly to EnergyPlus and the beginning of Honeybee development that capitalizes on OpenStudio’s development. As such THIS WILL BE THE LAST STABLE RELEASE THAT INCLUDES THE HONEYBEE_RUN ENERGY SIMULATION COMPONENT.

The Export to OpenStudio component currently does everything that the Run Energy Simulation component does and, as such, it is intended that all GH definitions using the Run Energy Simulation component should replace it with the OpenStudio component.  You can use the same Read EP Result components to import the results from the OpenStudio component and you can also use the same Energy Sim Par/Generate EP Output components to customize the parameters of the simulation.  The only effective difference between the two components is that the OpenStudio component enables the modeling of HVAC and exports the HBZones to an .osm file before converting it to an EnergyPlus .idf.  

For the sake of complete clarity, we should state that OpenStudio is simply an interface for EnergyPlus and, as such, the same calculation engine is under the hood of both the Export to OpenStudio component and the Run Energy Simulation component.  At present, you should get matching energy simulation results between the Run Energy Simulation component and a run of the same zones with the OpenStudio component (using an ideal air system HVAC).

All of this is to say that you should convert your GH definitions that use the Run Energy Simulation component to have the OpenStudio component and this release is the best time to do it (while the two components are supported equally).  Additionally, with this version of Honeybee you will no longer need to install EnergyPlus before using Honeybee and you will only need to install OpenStudio (which includes EnergyPlus in the install).

3 - New Schedule Generation Components

Thanks to the efforts of Antonello Di Nunzio, we now have 2 new components that ease the creation of schedule-generation in Honeybee.  The new components make use of the native Grasshopper “Gener Pool” component to give a set of sliders for each hour of the day.  Additionally, Antonello has included an annual schedule component that contains a dictionary of all holidays of every nearly every nation (phew!).  Finally, this annual schedule component can output schedules in the text format recognized by EnergyPlus, which allows them to be written directly into the IDF instead of a separate CSV file.  This will significantly reduce the size of files needed to run simulations and can even reduce the number of components on your canvas that are needed to add custom schedules. For more information, see Antonello’s explanatory images here and Antonello's example file here.  You can also see a full example file of how to apply the schedules to energy simulations here.

4 - EnergyPlus Lookup Folder, Re-run OSM/IDF, and Read Result Dictionary

With the new capabilities of OpenStudio, we have also added a number of components to assist with managing all of the files that you get from the simulation.  In particular, Abraham Yezioro has added a Lookup EnergyPlus Folder component that functions very similarly to the Lookup Daylight Folder component.  This way, you can run an Energy simulation once and explore the results separately.  Furthermore, we have added components to Re-Run OpenStudio .osm files or EnergyPlus .idf files within Grasshopper.  These components are particularly useful if you edit these .osm or .idf files outside of Honeybee and want to re-run them to analyze their results in Grasshopper.  Lastly, a component has been added to parse the .rdd (or Result Data Dictionary) file that EnergyPlus produces, enabling you to see all of the possible outputs that you can request from a given simulation.

5 - Electric Lighting Components Out of WIP

After Sarith Subramaniam’s initial components to model electric lights with Radiance in the last release, we are happy to report that they have been fully tested and are out of WIP.  Improvements include support for all types of light fixture geometries and the ability to use the components in a more “Grasshoppery” list-like fashion.  See Sarith’s original release post for more information and several example files showing how to use the components can be found here. 1  , 2  , 3  .

6 - Improvements to THERM Components

A number of bug fixes and improvements have been made to the THERM components in order to make their application more flexible and smooth.  Special thanks is due to Derin Yilmaz , Mel King , Farnaz , Ben (@benmo1) , and Abraham Yezioro for all of the great feedback in the process of improving these components.

7 - HBObject Transform Components

After some demand for components that can ease the generation of buildings with modular zone types, two components to transform HBObjects with all of their properties have been added to the 00 | Honeybee section.  The components allow you to produce copies of zones that are translated or rotated from the original position.

8 - Comfort Maps Supports PET and Integration of CFD Results

Thanks to the addition of the  ‘Physiological Equivalent Temperature’  (PET) component by Djordje Spasic in the last stable release, it is now possible to make comfort maps of PET with Honeybee.  PET is particularly helpful for evaluating OUTDOOR comfort with detailed wind fields at a high spatial resolution.  As such, the new PET recipe has also been optimized for integration with CFD results.  The windSpeed_ input can now accept the file path to a .csv file that is organized with 8760 values in each column and a number of columns that correspond to the number of test points.  Components to generate this csv from Butterfly CFD results will be coming in later releases.  Stay tuned!



As always let us know your comments and suggestions.

Enjoy!
Ladybug Analysis Tools Development Team

 

Views: 3361

Replies are closed for this discussion.

Replies to This Discussion

Javed,

To be perfectly clear, the OpenStudio component generates an IDF after it writes an OSM file.  There is no loss of data between the HBZones and this final IDF and we deal with the fact that OpenStudio doesn't have full support of all E+ features by writing any non-OS-supported objects into this final IDF produced by the OpenStudio component (there are 5 capabilities in Honeybee that OpenStudio does not support that we have to use this workaround for).  So you can edit this IDF from the OpenStudio component in the IDFEditor or add additionalStrings to it just like you would with the E+ component.  I other words, there is not limit to what you can do.  The OpenStudio component is only adding capabilites.  It's not taking any away.

-Chris

Dear Chris,

I appreciate your thorough response. Sometime, my preference is to use ONLY building surfaces (wall, roof, window etc.), schedules, construction details and develop the IDF further as per my requirements without using Openstudio. And i know some professional do follow this path for detailed energy analysis. So i would prefer to have AND (IDF AND Openstudio) option rather than just OR option:) 

Thank you for your consideration.

Hi Chris , Mostapha & all , 

Hope my message finds you well , thank you for your great efforts in updating LB & HB plugin:) .  I updated my LB& HB but have a problem with openstudio , HB can't recognize it . I downloaded the latest version of openstudio but it's not compatible with energyplus 8.4 . should I setup energyplus 8.5 ? or which version of openstudio should I setup ? as I tried many versions but didn't work .

Thank you in advance ,

Mona  

Hi Mona,

Each version of OpenStudio comes with the compatible EnergyPlus installation which will be installed under the OpenStudio folder. What is exactly the error? Do you mind to open a new discussion for the issue?

Mostapha

Mostapha , 

Thank you for your reply , sure I will open a new discussion :)

Mona

Hi Mostapha , 

here you will find the discussion "  http://www.grasshopper3d.com/group/ladybug/forum/topics/openstudio-...

thank you , 

Mona 

Wow, impressive update! 

Keep on the good work, please

thank you!

Awesome!!!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service