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!

sybroutine with python

Status
Not open for further replies.

sportivo_cae

Mechanical
Joined
Oct 8, 2017
Messages
24
Location
IT
Hi,
i have seriuos problem to link abaqus to fortran.

is it possible to write a subroutine in python?

i want implmenet an analitical friction model in abaqus

thans a lot
Sportivo_cae
 
No, Python cannot be used for subroutines. Only for scripting of pre- and postprocessing.
 
Thaks a lot,

ibut i have problem with use o f subroutine, so i want modify the .inp file with the use of a python code.

Is a good idea??

thanks a lot
 
The input file is ASCII. You can modify it with any programming or scripting language you want, including python.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top