How to apply arbitrary loads in Top3d
In this tutorial, you will learn how to apply arbitrary loads in Top3d.
Consider a unit cube with 8 nodes (Fig 1 on the left), each node has 3 degrees of freedom. Then the force vector F has the dimension of , and it is shown on the right of Fig 1.
Now applying force at Node 4 and Node 8 with scale 10 on the -y direction. The Force vector will be all zeros expect at DOF 11
and DOF 23
where are -10
Now considering a load at Node 4 and Node 8 with scale 5 on the direction shown on Fig 3 upper left. The load can be decomposed into x-direction and y-direction as shown on Fig 3 lower left, and the force vector F becomes
To apply the load as shown on Fig 3 in Top3d, you have the following two options:
- define the load vector F using DOF, or
- define the load vector F using node coordinates (recommended)
Define using DOF
Change Line 22
to
Define using node coordinates (recommended)
Note that the coordinate for Node 4 is and Node 8 is
Change Lines 11-14 to define the load
Change the following line
to
In either way, your final load vector will look like this: