how to call abaqus using matlab for iterative process?

조회 수: 15 (최근 30일)
raghavendra g g
raghavendra g g 2017년 3월 1일
답변: George Papazafeiropoulos 2017년 5월 21일
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.

답변 (2개)

KSSV
KSSV 2017년 3월 1일

George Papazafeiropoulos
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.

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by