how to call abaqus using matlab for iterative process?
18 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am doing parametric study using iterative techniques for which I want to link matlab and abaqus. I will be calling abaqus for different input files and extracting data from dat and inp files of abaqus within the loop using Matlab.
0 Commenti
Risposte (2)
KSSV
il 1 Mar 2017
It is discussed here. https://in.mathworks.com/matlabcentral/answers/179360-running-abaqus-from-matlab
0 Commenti
George Papazafeiropoulos
il 21 Mag 2017
You should access the abaqus results (*.fil) file via MATLAB. In order to take your results into a fil file you should specify
*FILE FORMAT, ASCII or *FILE OUTPUT
options (depending on whether you use Abaqus/Standard or Abaqus/Explicit respectively) along with
*EL FILE and/or *NODE FILE
etc. options in your Abaqus input file. After creating the results (*.fil) file, go to section 5.1.2 of the Abaqus Analysis User's Manual to find details about how to read the fil file. You can use this information to read this file using MATLAB.
Recently Abaqus2Matlab, a new Matlab toolbox has been published, which facilitates all this linking process between Abaqus and Matlab, which can be found here.
Some useful tutorials and examples can be found at the same site. You can contact the Abaqus2Matlab work team for more inquiries.
Best regards.
0 Commenti
Vedere anche
Categorie
Scopri di più su Testing Frameworks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!