Quantcast
Viewing all articles
Browse latest Browse all 4

about applying load using subroutine in ABAQUS

In CAE, we can apply the concretrated force on a picked node. However, if we want to use 
subroutine  to difine a complicated force, such as moving load, then we must refer to the COORDS of a point. Because we can use the COORDS of integration points other than nodes, then how to transfer the  node load to the integration points load? Any information will be appreciated.

 

 

User subroutine interface
Image may be NSFW.
Clik here to view.

SUBROUTINE DLOAD(F,KSTEP,KINC,TIME,NOEL,NPT,LAYER,KSPT,
1 COORDS,JLTYP,SNAME)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION TIME(2), COORDS (3)
CHARACTER*80 SNAME
user coding to define F
RETURN 

      END 


Viewing all articles
Browse latest Browse all 4

Trending Articles