Possible to generate input file from CAE?
Possible to generate input file from CAE?
(OP)
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.
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.





RE: Possible to generate input file from CAE?
corus
RE: Possible to generate input file from CAE?
RE: Possible to generate input file from CAE?
RE: Possible to generate input file from CAE?
!abaqus job=jobname interactive
where jobname is the name of the input file without the file extension
RE: Possible to generate input file from CAE?
For viewing the results, you can use :
CODE
For exemple :
CODE
It worked.
Thanks