Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing external concentrated load values

Status
Not open for further replies.

metzman

Mechanical
Joined
Jun 17, 2008
Messages
4
Location
FR
I'm wondering if it is possible to access the value of an external imposed load from a UEL fortran file during an increment of the Riks type loading. I can see that it is possible to access the current magnitude of distributed load and the current increment of the distributed load active on an element from the variables DDLMAG and ADLMAG. However I am using concentrated loads only. Any experience in this area would very helpful. Thanks for your time.

 
You can share data between various subroutines using COMMON blocks.
 
That makes sense if I already had access to the external load from another subroutine. However, it is within the abaqus code/software that the load is incremented. Any idea how to access it initially from Abaqus?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top