VDISP

This problem contains basic test cases for one or more Abaqus elements and features.

The following topics are discussed:

ProductsAbaqus/Explicit

Elements tested

T3D2

Features tested

User subroutine to provide prescribed nodal behavior (displacements, velocities, and accelerations).

Problem description

A straight section built with one-dimensional truss elements is used in a dynamic analysis. The model has a displacement boundary condition prescribed at node 2, a velocity boundary condition prescribed at node 3, and an acceleration boundary condition prescribed at node 4 using user subroutine VDISP. For comparison purposes a displacement variation is specified at node 5, a velocity variation is specified at node 6, and an acceleration variation is specified at node 7 using amplitude functions. The variation prescribed is

f(t)=1.5    sin(.1πt)

for displacement and

f(t)=1.5sin(.1πt)+.5cos(.1πt)

for velocity and acceleration. The cosine contribution is excluded in selecting the displacement amplitude function to avoid an initial jump in the displacement. For the variations specified using VDISP, the appropriate functions have to be incorporated into the subroutine. Identical variations are specified in both methods such that the results should be identical.

Results and discussion

The responses of the nodal degrees of freedom can be plotted to show that user subroutine VDISP is providing the same history as the amplitude function.

Input files

vdisp_uva.inp

Input file for this analysis.

vdisp_uva.f

User subroutine VDISP used in vdisp_uva.inp.