标题: Run Abaqus in MATLAB [打印本页]
作者: even2004 标题:Run Abaqus in MATLAB 时间: 2009/02/22/08:05
In some cases, we need to perform a parametric study: how certain parameters affect the stress/strain/displacement at certain point or certain region in a model, or doing certain structural optimization. For such a circumstance, combining Abaqus with an additional programming language , which has an optimization capability would be unavoidable. Following shows you a snip how to perform the analysis repeatedly in Matlab
for i = 1 : 10
istatus = dos(’abq661 job=filename interactive’); % Run Abaqus,)
if ~(istatus) exit; end
% Call a function to parse the necessary outcome.
% Call an optimization algorithm. See. help optim
% Call a function to modify the Abaqus input file
end

阳光精品论坛 - Powered By BMForum v5.0