PYTHON TO ANSYS

Achim Domma domma at procoders.net
Thu Jul 10 07:35:17 EDT 2003


"satish k.chimakurthi" <skchim0 at engr.uky.edu> wrote in message
news:mailman.1057796495.19578.python-list at python.org...
>        Can anyone of you tell me if there is any way of interfacing ANSYS,
> which is a commercial software to python. I would like to have some sample
> codes which were written to interface solvers both commercial and
in-house.

I don't know ANSYS but such softwares have usually also a C/C++ API. In that
case you could use for example boost.python (or one of the other tools like
SWIG) to build a python wrapper around the C/C++ API.

regards,
Achim







More information about the Python-list mailing list