Grasshopper

algorithmic modeling for Rhino

Hi,

I have two doubts:

  1. I am trying to customize the window to design, I used glazing ratio and gave sill height but I am still having two windows at the lower end of the east facing wall. Ho do I resolve or what mistake I am making in the model? I have attached the file and also an image. 
  2. I want to compare simulations data at the same time based on different windows/blinds state. for example at noon, I want to see what happens if I open windows, open blinds or close blinds. I want to compare the data at the same time. is there an example already? I am a beginner at coding, if there is an example it will be easy for to apply the principle to other options too.

Thank you,

Vinu

Views: 506

Attachments:

Replies are closed for this discussion.

Replies to This Discussion

Hi Vinu,

1. It's because how you modeled the surface. I just remodeled it (deleted the surface and cap the geometry) and it works as expected.

2. I'm not sure if I understand the question. You can run all the cases that you want one by one and then import the results all together. What is exactly your problem/doubt?

Mostapha

Hi Mostapha,

 Thank you, I don't want the opening at the lower end at all. I will try deleting the surface and cap the geometry. Should I just rebuild the model to the specific window dimensions I need? regarding my second doubt I sent you a message.

thank you once again!

Vinu

Hi Vinu,

1. To clarify with the sill height, this input works on a surface-by-surface basis and is not absolute to the zone (that could easily create conditions where the input glazing ratio did not match the actual geometric glazing ratio produced).

You probably want to use the addHBGlz component for your case and make a custom window surface (perhaps doing so parametrically with native GH components if you still want to be able to change the glazing ratio).  I think this addHBGlz component will be particularly helpful if you sync with the Honeybee github since Mostapha just put in the capability to plug in an entire zone to this component a few days ago.  Now that you can plug in an whole zone and the component will automatically figure out which surface of the zone the window should be belong to.  Immensely useful for cases like yours.

2. Are you looking to evaluate the effect of the blinds on thermal performance or on daylight?

-Chris

Hi Chris,

  1. Thank you, I will take a look at addHBGlz component! I have to custom design the windows to particular dimensions!!! and also what did you mean by sync with Honeybee github?
  2. Here’s the sketch of my model, I want to know if I could program the code for a particular zone to simulate the following outputs. After I run the simulation I want the data output for the following:

        

I have an interface in html where people can choose how they feel, I following the pmv 7 scale model. Hot, warm, slightly warm, neutral, slightly cool, cool, cold. When they make their choice of expressions, I am predetermining the options and sending it to grasshopper/ladybug(like a schedule). I know I can do this option as each case but I am wondering whether I can program to run the simulation through all options or if you have any other way to go about it, could you let me know? I am not an expert at programming but I am learning. 

This is what I messaged Mostapha too and I have attached my research abstract to give you an overview of what I am doing. 


Thank you Chris and Mostapha!


Vinu

Attachments:

Hi Vinu,

1. Chris means to update your components to the latest version (which lives on github). You can use update components to update your components or you can download it manually from Github. Here is an example for the new version of the component (http://www.grasshopper3d.com/group/ladybug/forum/topics/is-there-a-...).

2. Thank you for sharing the image and the abstract. It's an interesting approach. I'm not sure if I understand how the feedback loop works but here is my 2 cents based on my current understanding.

If the geometry is not changing in your case I think the best approach for you is to export the idf file once from Honeybee, and then run your cases from the command line in the server.

In this case you will have one main .idf file which looks for some .csv files as the schedule. Now you can re-write the csv file and run the simulation from the command line and parse the results back.

Based on the number of your scenarios you may want to have a couple of idf files for different cases and run them all in parallel. That should give you a better performance.

I hope I understand your problem right! Feel free to continue the conversation here if you have any other questions.

Mostapha

Hi Mostapha,

How to connect many idf files and run them all in parallel?

Vinu

There is no component in Honeybee to do this but you can develop your own. Here is a code example that Honeybee uses to run multiple daylight simulations at the same time: https://github.com/mostaphaRoudsari/Honeybee/blob/master/src/Honeyb...

Thank you for the example model!

Questions/Suggestions:

How many users are going to interact with the interface at the same time? That may change the architecture of your system. You may need to run much more simulations at the same time - I also think there might be solutions to pre-run the simulations.

One of the feedback that I was always thinking to give to an occupant is to tell them the effect of their decision also in $. For example if you can tell them by bringing the thermostat down for 2 degrees and tolerating a higher comfort range they will save X amount of money in the year that might make people thinking about it in a different way. Energy and comfort metrics are so abstract for the majority of the occupants!

Mostapha

1. Thank you, I am updating the model!

2. Yes the geometry is not changing, I am going to run them parallel, it  looks like the best plan. Initially it's going to be for one person and then I will be adding for multiple occupants/users interaction. Yes I agree with your idea too, thank you!!! trade-offs is also part of the design but it is still conceptual. Will keep you posted about the work. 

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