Applied 2D/3D• Applied is the default setting for the Type option for Loads. • Type->Applied causes Loads to return the total external load applied to a body. • The alternatives to the Applied setting are Reaction or Dynamic, which cause Loads to return kinematic reaction forces or inertial loads, respectively. • See also: SetLoads. Further Examples Load the Modeler2D package and define a simple model. There is one ten-unit force applied to the link body. Here is the total resulting load applied to the X3, Y3, and 3 coordinates.
Out[2]= | |
Alternatively, we can look at the reaction forces applied by the constraints or the dynamic loads.
Out[3]= | |
Out[4]= | |
If we evaluate all three load types at a particular solution point, we can see that a force balance is achieved.
Out[5]= | |
Out[6]= | |
See HelpModel2D.
|