Force Fields Revisited

by Tuğrul Yazar | November 2, 2013 22:31

Force fields might be one of the most influential component sets of Grasshopper[1]. Thus it also becomes a de-facto standard design approach like the Voronoi subdivision. There are beautiful examples of this mathematical solution. Here[2] is a good explanation of mathematics underneath, and here[3] are my previous studies. I tried to use the Grasshopper’s force field components and see how it looks like when animated. Thus, multiple spin forces are merged together in this definition. Therefore, the overall effect of field lines creates interesting visuals. Here is the Grasshopper definition:

2013_09_30-spin3[4]Download[5]

The definition takes several points for the charges. These points are used as the point and spin charges. Then I merge the charges to create a force field. Then, the definition draws circles around these points and calculates the field lines. Finally, it extends the field lines a bit to improve the result. The original 2013 definition had the animation sequence. It included the moving points via the parametric evaluation of curve paths. Therefore, the below video shows the motion effect. However, I removed that part in 2021 for simplicity. Finally, this can be a good educational example for beginners.

https://vimeo.com/78427941

Unfortunately, the video quality is not good. Below are some screenshots showing the effect of force fields. In the future, I am planning to implement this computation without ready-made Grasshopper components. Because I hope I can learn the underlying mathematics of this and similar methods. Firstly, Rhino Python might be a good environment to study and learn vector fields. Then, hopefully, I might understand how advanced methods like CFD. However, the ready-made components are good sources to check the correctness of the calculations in such studies.

force fields
force fields
Endnotes:
  1. Grasshopper: https://www.designcoding.net/category/tools-and-languages/grasshopper/
  2. Here: https://en.wikipedia.org/wiki/Vector_field
  3. here: https://www.designcoding.net/category/research/vector-fields/
  4. 2013_09_30-spin3: https://www.designcoding.net/decoder/wp-content/uploads/2021/09/2013_09_30-spin3.gh
  5. Download: https://www.designcoding.net/decoder/wp-content/uploads/2021/09/2013_09_30-spin3.gh

Source URL: https://www.designcoding.net/force-fields-revisited/