Product: ABAQUS/Standard
User subroutine to provide prescribed nodal behavior (displacements, velocities, and accelerations).
A straight section built with one-dimensional truss elements is used in a dynamic analysis. The model has boundary conditions prescribed at nodes 2, 3, and 4 (nodes TRUSS.3, TRUSS.5, and TRUSS.7 in the model defined in terms of an assembly of part instances) using user subroutine DISP, while at nodes 5, 6, and 7 (TRUSS.9, TRUSS.11, and TRUSS.13) the boundary conditions are prescribed using an amplitude definition. A displacement variation is specified at nodes 2 and 5 (TRUSS.3 and TRUSS.9), a velocity variation is specified at nodes 3 and 6 (TRUSS.5 and TRUSS.11), and an acceleration variation is specified at nodes 4 and 7 (TRUSS.7 and TRUSS.13). The variation prescribed is
The responses of the nodal degrees of freedom can be plotted to show that user subroutine DISP is providing the same history as the amplitude description.
Input file for this analysis.
User subroutine DISP used in udispxxx.inp.
Input file for this analysis with the model defined in terms of an assembly of part instances. This file refers to the user subroutine DISP that uses the utility routine GETPARTINFO.
User subroutine DISP used in udispxxx_part1.inp (illustrates the use of the utility routine GETPARTINFO).
Input file for this analysis with the model defined in terms of an assembly of part instances. This file refers to the user subroutine DISP that uses the utility routine GETINTERNAL.
User subroutine DISP used in udispxxx_part2.inp (illustrates the use of the utility routine GETINTERNAL).