abaqusMesh2Matlab

Program for transferring FE-mesh data from ABAQUS to MATLAB
359 Downloads
Updated 21 Jun 2018

View License

The purpose of the provided program is to extract the FE-mesh data (topology matrices, nodal coordinates and dof matrices) from an ABAQUS input (.inp) file to MATLAB. Currently, the program supports transferring data from 2D solid mechanics ABAQUS FE-models, whereas compatibility of the program will be expanded to virtually any type of finite element in the near future.
The provided .zip file contains all the functions needed to run the program from MATLAB as well as a fully-documented example of how to call the main function. In short, main function "abaqusMesh2Matlab.m" should be called with the necessary input arguments. The function itself calls text-processing functions which are included in the main folder.

Naming conventions of the FE-matrices have been inspired by FE-toolbox, CALFEM.

If needed to cite this work, please use the following entry:

Floros, D. (2018). abaqusMesh2Matlab: Program for extracting FE-mesh data, version 1.1. URL https://se.mathworks.com/matlabcentral/fileexchange/67437-abaqusmesh2matlab.

Cite As

Dimosthenis Floros (2024). abaqusMesh2Matlab (https://www.mathworks.com/matlabcentral/fileexchange/67437-abaqusmesh2matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Physics in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Two functions have been updated such that specified node sets (user-defined) are always computed as vectors.

1.1.0.0

Updated citing information.
Fixed a bug regarding generated node sets in functions "findSet.m" and "findGeneratedNodes.m".

1.0.0.0

Citation information has been added in the latest update.
Description of the program in "File exchange" has been updated.
Documentation of "abaqusMesh2Matlab.m" has been updated.