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!

Possible to generate input file from CAE? 1

Status
Not open for further replies.

ohagan

Electrical
Joined
Sep 20, 2006
Messages
18
Location
CA
Is it possible to generate input files from CAE? If so how?

Also I am using Matlab with Abaqus, I know how to run an input file in Matlab but I do not know how to view the results, except for manually going to the directory and opening the file in Abaqus.
 
CAE generates the input deck in the job module

corus
 
@ohagan : How do you run ABAQUS job in matlab ? Do you use the DOS command ?
 
doubleje, I am using the following command to run abaqus in matlab, (windows system):

!abaqus job=jobname interactive

where jobname is the name of the input file without the file extension
 
We have to put the "!" before the same command in MS-DOS (cmd/command) to run ABAQUS.

For viewing the results, you can use :
Code:
!abaqus viewer database=path/jobname.odb

For exemple :

Code:
!abaqus viewer database=E:\ABAQUS\work\maer\meshca_maer.odb

It worked.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top