nodal_reactions¶
Extract results from the finite element model.
- postprocess.quick_inquiry.nodal_reactions.getReactionFromNodes(modelNodes, DOFs, nodeTags)¶
- postprocess.quick_inquiry.nodal_reactions.getReactionFromSetOfNodes(DOFs, nodeSet)¶
- postprocess.quick_inquiry.nodal_reactions.getSlidingVectorsSystemfromSlidingVector(DOFs, coo, v)¶
Returns a sliding vector system equivalent to the sliding vector.
Parameters: :param DOFs: degrees of freedom. :param coo: coordinates of a point in the vector line of action. :param v: vector.
- postprocess.quick_inquiry.nodal_reactions.vectorReacUVW(preprocessor, idNode)¶
X, Y and Z components of the reaction in the node.
Parameters: :param idNode: node tag.