Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

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

How to change load data when job hasn't completed?

Status
Not open for further replies.

zahedi66

Mechanical
Joined
Apr 13, 2015
Messages
33
Location
IR
Hi dear friends,
I want to use python scripting to modify load (or any model) data when the job is still running. there is a simple criterion that when mises stress meet a value, load value should change.
for this purpose I have used callback function in my script and I can read and write Mises Stress in every frame while job running but I don't know how to change initial model data and the rest of my code doesn't work.
I can attach the python code here if anybody is interested.
If you have another way to change the initial model data I will be thankful to hear it.
 
You can't influence the analysis at runtime with python. You have to use a User Subroutine.
 
thank you for your answer,
I have tried a lot and I can't.
I am sure now that it is impossible.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top