abaqusMesh2Matlab

Program for transferring FE-mesh data from ABAQUS to MATLAB
359 téléchargements
Mise à jour 21 juin 2018

Afficher la licence

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.

Citation pour cette source

Dimosthenis Floros (2024). abaqusMesh2Matlab (https://www.mathworks.com/matlabcentral/fileexchange/67437-abaqusmesh2matlab), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Physics dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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.