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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLOAD subroutine

Status
Not open for further replies.

DonSalieri

Civil/Environmental
Joined
Jul 14, 2007
Messages
5
Location
IT

First of all:sorry for my bad english!!

Hi to everybody ... I am realizing with "Abaqus" a flexible pavement and must apply at the superior layer a given not uniform pressure on an elliptical area. I have the values of the pressures in a text file and they are registered for square areas of 1mm^2.

State beforehand that I installed the program little time ago and I am not very expert...

In the loads window "LOAD:PRESSURE -> DISTRIBUTION -> USER DEFINED" the program asks to activate the DLOAD subroutine.
Who can explain me, also not in the detail, how it is done, as to creates and as the subroutines are used? Who can suggest me some really useful guide?

Thanks to everybody for the help!!
 
The user subroutines need to be coded in Fortran and therefore you need a Fortran compiler.

In particular, if you use ABAQUS v6.6 then you need Intel Fortran Compiler.

With respect with version 6.6, you should check the
ABAQUS User Subroutines Reference Manual for details about each subroutine, including DLOAD.

In general, all the necessary subroutines are coded by the user in a single file and the path to this subroutine file must be supplied to the solver when the job is submitted.
 
As part of the job module, you need to identify your .f(or) file that contains your subroutine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top