Variables for Loads
Each node in which a load is given, such as Boundary Load or Point Load, creates a number of variables which you have access to, for example during postprocessing. These variables have standardized names. The names are constructed using the following pattern: <phys>.<loadTag>_<loadType>_<geom><dir>, for example solid.bndl1.F_Ax.
solid, truss2
bndl1, el2
F (force)
M (moment)
P (point)
L (line)
A (area)
V (volume)
x, y, z, r (vector components)
_Mag (magnitude of the vector)
For loads which are do not have a geometrical selection, such as loads on Rigid Connector and Rigid Material, the _<geom> part of the name is omitted. As an example, a load created through an Applied Force node under a Rigid Connector, is contained in a variable such as solid.rig2.rf4.Fy.