All Projects → zhandawei → Call_ANSYS_in_MATLAB

zhandawei / Call_ANSYS_in_MATLAB

Licence: other
The is the MATLAB code for calling ANSYS in MATLAB

Programming Languages

matlab
3953 projects

Labels

Projects that are alternatives of or similar to Call ANSYS in MATLAB

compas fea
COMPAS interface to common Finite Element Analysis software.
Stars: ✭ 29 (+81.25%)
Mutual labels:  ansys
fem mesh matlab
MATLAB Toolbox for Handling 2D and 3D FEM Meshes
Stars: ✭ 23 (+43.75%)
Mutual labels:  ansys

Call ANSYS in MATLAB

This code try to use MATLAB to call the ANSYS software to do FEM anlysis, which can save you a lot of times when you want to do multiple design computations using ANSYS, especially for tasks like approximation and optimization.

It works as following:

  1. MATLAB writes the design parameters X into input file (e.g. para_in.txt);
  2. MATLAB calls ANSYS software to execute the APDL file (e.g. apdl.txt).
  3. The APDL file reads the parameters from the input file and writes the analysis result to the output file (e.g. para_out.txt).
  4. MATLAB reads the results from the output file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].