Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-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
Sep 20, 2006
18
0
0
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.
 
Replies continue below

Recommended for you

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.
Back
Top