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!

call two user subrutines

Status
Not open for further replies.

emigoz

New member
Joined
Apr 7, 2006
Messages
10
Location
ES
Hi,
I've got two user subrutines implemented in FORTRAN. One is to describe an element (*UEL) and other to describe a material (*UMAT).
Somebody knows how can I call two user subrutines on abaqus command line?
I know how with one, doing this:
> abaqus j=input_file user=fortran_file.for

And, with two user subrutines, how can I get it?

Thanks
 
You should put (copy-paste) both subroutines in the same text file.

The subroutine file is just a text file (with the extension .for) containing Fortran programming code.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top