algorithmic modeling for Rhino
Coupling Grasshopper with ANSYS to obtain real-time feedback on the mechanical performance of the structure.
Galapagos is used to run an evolutionary optimization of the structural topology. Maximum displacement is the fitness function (optimization parameter).
Tags:
Comment
The topology and the underlying polygons are the same. What is missing in the model of the video is the plane cutting the triangulated cells (it made the model easier to deal with). That's why it differs from the built prototype. The number of modules is also the same. What changes is just the global geometry.
Thank you. So the only thing that was changed in comparison with the final shape were modules?
On your upper video modules are triangular, while the ones on this link are pentagons and hexagons?
Thanks djordje! The one in the video was a study for the final shape of the Pavilion. And the final shape turns out to be the built Pavilion itself ;)
Cheers,
r
Hi Riccardo,
This is a fantastic project. I really admire you.
Is this the final shape of the project:
http://www.oliverdavid.de/?page_id=36
Or it's a completely other one?
Grazie.
Thanks a lot!
Huh, I don't seem able to upload the file on the forum, weird.
Anyway Przemek, here you can download the Python code to automatically update the geometry and run the analysis on it.
In a Grasshopper script component you need to add the ANSYS Process object through which you fire the program and run the above Python script. It would look somewhat like this (in C#):
System.Diagnostics.Process ANSYS = new System.Diagnostics.Process();
ANSYS.StartInfo.FileName = "YourPathToANSYS\\runwb2.exe";
ANSYS.StartInfo.Arguments = "-B -R YourPathToPythonScript\\AutomaticUpdate.py";
ANSYS.Start();
..and that's basically it.
Hi Przemek
Sure I can share the script. I just need to find it somewhere on my hard drive, as it's been quite a while since I last used it. By the way the GH script just fires ANSYS in batch mode, which in turn executes a Python script (which is the Workbench's scripting language) that starts the analysis. No more, no less. The rough part lies rather on the ANSYS side, as it's not so trivial to find the right setup to make it do the right calculations.
Anyway, as I said I'll send you the script. As soon as I find it..
Cheers,
r
Hi Riccardo,
Well done! Is it possible to share yours GH ANSYS plugin? It'll help me a lot on my phd research.
Best,
Przemek
Yes i understand your process, it's very clear and logical. thank you very much for sharing. I would like to make uniform the wind pressure on the skin of a building. Do you think it possible with ANSYS,GH,Galapagos ? I would be very glad to get some advise to achive it.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
You need to be a member of Grasshopper to add comments!