abaqusMesh2Matlab

Program for transferring FE-mesh data from ABAQUS to MATLAB
359.0 次下载
更新时间 2018/6/21

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Physics 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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.