how to call abaqus using matlab for iterative process?
    11 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    raghavendra g g
 el 1 de Mzo. de 2017
  
    
    
    
    
    Respondida: George Papazafeiropoulos
      
 el 21 de Mayo de 2017
            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 comentarios
Respuestas (2)
  KSSV
      
      
 el 1 de Mzo. de 2017
        It is discussed here. https://in.mathworks.com/matlabcentral/answers/179360-running-abaqus-from-matlab
0 comentarios
  George Papazafeiropoulos
      
 el 21 de Mayo de 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 comentarios
Ver también
Categorías
				Más información sobre Instrument Control Toolbox Supported Hardware en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


