Getting Loads on Hangers

I’m trying to create a dynamo script that will calculate the point loads carried by each hanger based on the total weight of the: pipe, fitting, water (if applicable), and insulation (if applicable). Where I am getting stuck is bringing physics equations into dynamo to determine the load based on their location along the pipe. Any suggestions?

Hi,

Given the information we have, I’d say the best way to do it would be to write down the equations on paper, solve them, get the results as a function of the inputs, then copy those results directly on Dynamo. I do not think implementing a solver on Dynamo is a good idea …