Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
This function reads the geometry data from an ANSYS finite element mesh and converts it to a set of vertices and faces, ready for plotting in Matlab. The mesh data file must be created using the included APDL macro.
The FE model is "hollowed out", i.e. all internal (non-visible) faces are removed in order to make plotting faster. The function calculates a number of useful things, such as mappings e.g. between node numbers and indices, node and face normals, model center of mass, etc. Two element types are currently supported: SOLID186 and SOLID187 (hexahedral and tetrahedral solid elements).
The function is quite slow for large models. Those with limited patience can convert the sub functions to mex-files or download the already-mex'ed files from www.fatiguetoolbox.org. Mathworks do not allow any mex files on FEX...
Two example FE files are included: model1.txt and model2.txt. To get a demonstration, just call it with no output arguments and supply either model file as input, e.g. >> read_ansys_mesh('model1.txt')
Citation pour cette source
M.M. Pedersen (2026). Read ANSYS mesh (https://fr.mathworks.com/matlabcentral/fileexchange/55600-read-ansys-mesh), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : ANSYSimport
Informations générales
- Version 1.0.0.0 (450 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 | corrected some spelling... |
