abaqusMesh2Matlab

Program for transferring FE-mesh data from ABAQUS to MATLAB
ダウンロード: 357
更新 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 Center および MATLAB AnswersPhysics についてさらに検索

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.