abaqusMesh2Matlab

Program for transferring FE-mesh data from ABAQUS to MATLAB
359 download
Aggiornato 21 giu 2018

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Physics in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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.