Interactive link between MATLAB and ANSYS

Version 1.0.0.0 (10,5 ko) par Nick
An interactive link between MATLAB and ANSYS tailored for retrieving cross-section properties.
2,7K téléchargements
Mise à jour 16 sept. 2015

Afficher la licence

This function differs from most links between MATLAB and ANSYS, because ANSYS is started in interactive mode, so not in batch mode. This way if you have a repetitive task that just changes some parameters, you don't have to start up ANSYS for every job, which saves a lot of time. Especially interesting when performing optimizations.
This function is specifically tailored to obtain cross section properties of an I-beam by giving the dimensions. However it can be used for any purpose where a link between MATLAB and ANSYS is required.
To be able to connect to ANSYS, open settings_ANSYS_connection.m and change the version and path of the ANSYS installation if necessary.

The main file is get_geom_props_ANSYS.m. However when the working directory is set to folder where get_geom_props_ANSYS.m is in, it will also support the following commands in your command window:
ansys start
ansys prepare settings
ansys sample cross
ansys exit

Furthermore I would like to give Friedrich some credits for explaining how to override the ANSYS output destination, explained in this post: http://www.mathworks.com/matlabcentral/answers/72356-using-matlab-to-send-strings-to-the-stdin-of-another-console-application

PS You need to compile the .cc files in the "input manipulation" folder. As I'm not allowed by Mathworks to give you the executables. The supported compilers can be found here: http://nl.mathworks.com/support/compilers/R2015b/index.html. What to do after installation can be found here: http://nl.mathworks.com/support/compilers/R2015b/index.html

Citation pour cette source

Nick (2024). Interactive link between MATLAB and ANSYS (https://www.mathworks.com/matlabcentral/fileexchange/53032-interactive-link-between-matlab-and-ansys), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Standalone Applications dans Help Center et MATLAB Answers
Tags Ajouter des tags
Remerciements

Inspiré par : TextInject, KeyInject

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