ansys / ansys-tools-path

Library to detect Ansys products installation path
https://path.tools.docs.pyansys.com/
MIT License
3 stars 2 forks source link

support Ansys Mechanical Kernel #126

Closed nmalsang closed 10 months ago

nmalsang commented 10 months ago

Support Ansys Mechanical Kernel

koubaa commented 10 months ago

if you use atp._get_unified_install_base_for_version you only need to add the new version number, and we can remove the mechanical executable from the container.

It may or may not be correct to add amk as a product here, but I'm not sure because it's only used by mechanical-kernel unit tests and it isn't really a product

nmalsang commented 10 months ago

@koubaa @RobPasMue I abandon this PR. This development is not needed in fact I am using get_available_ansys_installations to have the base directory instead of create a new find method to have DSSolverProxy2 path. In addition AMK is not a product, so it does not make sense to do this dev.