read abaqus input file to get the nodes and elements

Version 1.3.2 (73,5 ko) par Wan Ji
This readinp function can load the node and element data from abaqus inp file.
439 téléchargements
Mise à jour 24 fév. 2022
Input variable: inpFileName
Output variable: node, element, elementType
For example, if you have an inp file named 'exam1.inp'
then you can get node and element data by using:
inpFileName = 'exam1.inp';
[node, element, elementType] = readinp(inpFileName); % put 'exam1.inp' file to you work directory
Enjoy!

Citation pour cette source

Wan Ji (2024). read abaqus input file to get the nodes and elements (https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.2), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020a
Compatible avec les versions R2016b et ultérieures
Plateformes compatibles
Windows macOS Linux

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.3.2

See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.2

1.3.0

See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.0

1.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.