# Support forces

**URL:** https://forum.dynamobim.com/t/support-forces/47471
**Category:** DesignScript
**Tags:** revit, dynamo
**Created:** [March 1, 2020, 4:21pm UTC](https://forum.dynamobim.com/t/support-forces/47471 "2020-03-01T16:21:01Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![419510](https://avatars.discourse-cdn.com/v4/letter/4/cdc98d/32.png) [@419510](https://forum.dynamobim.com/u/419510)
#### Post date: [March 1, 2020, 4:21pm UTC](https://forum.dynamobim.com/t/support-forces/47471/1 "2020-03-01T16:21:01Z")

</div>

Hello everyone,

I am trying to calculate support forces in Dynamo.

this is my situation:  
 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/4/6/462bbc79389b09586a8062cf2a2973644f8f3ca8.jpeg)  
supports can vary between 5 up to 21 supports, all at same distance.

By the way:  
the beam will be devided at the same place as the support so there won’t be a bending moment on top.

thanks!

---

<div class="post-metadata">

### Author: ![jostein\_olsen](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/jostein_olsen/32/8570_2.png) [@jostein\_olsen](https://forum.dynamobim.com/u/jostein_olsen)
#### Post date: [March 1, 2020, 5:33pm UTC](https://forum.dynamobim.com/t/support-forces/47471/2 "2020-03-01T17:33:59Z")

</div>

Sorry, but if not anyone have a lot of extra time and wants to solve this for you, you’ll do better if you can show that you have tried by yourself first.

---

<div class="post-metadata">

### Author: ![jacob.small](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/jacob.small/32/161030_2.png) [@jacob.small](https://forum.dynamobim.com/u/jacob.small)
#### Post date: [March 1, 2020, 5:43pm UTC](https://forum.dynamobim.com/t/support-forces/47471/3 "2020-03-01T17:43:00Z")

</div>

If you only need reaction forces just create a surface (or even a volume) for each force and then divide the surfaces (or volumes) at the midpoints between supports, group by nearest column and finally sum the total area (volume).

---

<div class="post-metadata">

### Author: ![419510](https://avatars.discourse-cdn.com/v4/letter/4/cdc98d/32.png) [@419510](https://forum.dynamobim.com/u/419510)
#### Post date: [March 2, 2020, 8:29am UTC](https://forum.dynamobim.com/t/support-forces/47471/4 "2020-03-02T08:29:15Z")

</div>

i did try it myself

it looks like this:

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/4/f/4f246ee3963906838581e4ef1c588db1f93c4e59.png)  
if it’s between a specific range, than it bears a x value.

but i’m not happy with it.

---

<div class="post-metadata">

### Author: ![419510](https://avatars.discourse-cdn.com/v4/letter/4/cdc98d/32.png) [@419510](https://forum.dynamobim.com/u/419510)
#### Post date: [March 2, 2020, 8:29am UTC](https://forum.dynamobim.com/t/support-forces/47471/5 "2020-03-02T08:29:55Z")

</div>

thank you!  
i will try it that way
