how to call abaqus using matlab for iterative process?
16 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
KSSV
2017-3-1
It is discussed here. https://in.mathworks.com/matlabcentral/answers/179360-running-abaqus-from-matlab
0 个评论
George Papazafeiropoulos
2017-5-21
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Testing Frameworks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!