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

Abaqus + Matlab iterative solver

Status
Not open for further replies.

Frankie183

Mechanical
Joined
Jun 25, 2020
Messages
22
Location
NL
hi!

I'm trying to integrate abaqus with matlab, in such a way that I want to know the displacement for a given force on an beam structure. In matlab, the solver looks generally like this:

While error >predetermined error
1. F = F + increment
2. Input the Force in the INP file of abaqus
3. Load the displacement from abaqus
4. error = new_displacement - predetermined displacement
end

Now I don't know an efficient way to change the .INP file for the submission of the simulation, any recommendations?
 
Check the Abaqus2Matlab program. You may also use Isight by Dassault Systemes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top