Skip to main content

A python wrapper for Ansys Mechanical

Project description

PyAnsys Python PyPI GH-CI Codecov MIT Black

Overview

PyMechanical brings Ansys Mechanical to Python. It enables your Python programs to use Mechanical within Python’s ecosystem. It includes the ability to:

  • Connect to a remote Mechanical session

  • Embed an instance of Mechanical directly as a Python object

Install the package

Install PyMechanical using pip with:

pip install ansys-mechanical-core

For more information, see Install the package in the PyMechanical documentation.

Dependencies

You must have a licensed copy of Ansys Mechanical installed. When using an embedded instance, that installation must be runnable from the same computer as your Python program. When using a remote session, a connection to that session must be reachable from your Python program.

Getting started

PyMechanical uses the built-in scripting capabilities of Mechanical. For information on the scripting APIs available, see the Scripting in Mechanical Guide in the Ansys Help.

Configuring the Mechanical installation

On a Windows system, the environment variable AWP_ROOT<ver> is configured when Mechanical is installed, where <ver> is the Mechanical release number, such as 231 for release 2023 R1. PyMechanical automatically uses this environment variable (or variables if there are multiple installations of different versions) to locate the latest Mechanical installation. On a Linux system, you must configure the AWP_ROOT<ver> environment variable to point to the absolute path of a Mechanical installation.

Starting a remote session

To start a remote session of Mechanical on your computer from Python, use the launch_mechanical() method. This methods returns an object representing the connection to the session:

import ansys.mechanical.core as pymechanical

mechanical = pymechanical.launch_mechanical()

Running commands on the remote session

Given a connection to a remote session, you can send an IronPython script. This uses the built-in scripting capabilities of Mechanical. Here is an example:

result = mechanical.run_python_script("2+3")
result = mechanical.run_python_script("ExtAPI.DataModel.Project.ProjectDirectory")

Using an embedded instance of Mechanical as a Python object

PyMechanical also supports directly embedding an instance of Mechanical as a Python object. In this mode, there is no externally running instance of Mechanical. This feature is supported on Windows for version 2023 R1 and later, and it will be supported on Linux for version 2023 R2 and later. Here is an example:

import ansys.mechanical.core as pymechanical

app = pymechanical.App()
project_dir = app.ExtAPI.DataModel.Project.ProjectDirectory

Documentation and issues

Documentation for the latest stable release of PyMechanical is hosted at PyMechanical documentation.

In the upper right corner of the documentation’s title bar, there is an option for switching from viewing the documentation for the latest stable release to viewing the documentation for the development version or previously released versions.

You can also view or download the PyMechanical cheat sheet. This one-page reference provides syntax rules and commands for using PyMechanical.

On the PyMechanical Issues page, you can create issues to report bugs and request new features. On the PyMechanical Discussions page or the Discussions page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.

To reach the project support team, email pyansys.core@ansys.com.

Testing and Development

If you would like to test or contribute to the development of PyMechanical, see Contribute in the PyMechanical documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ansys_mechanical_core-0.10.6.tar.gz (56.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ansys_mechanical_core-0.10.6-py3-none-any.whl (84.1 kB view details)

Uploaded Python 3

File details

Details for the file ansys_mechanical_core-0.10.6.tar.gz.

File metadata

  • Download URL: ansys_mechanical_core-0.10.6.tar.gz
  • Upload date:
  • Size: 56.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for ansys_mechanical_core-0.10.6.tar.gz
Algorithm Hash digest
SHA256 c3568044e1f97285cb75f008d3468489e1e93f50b2e5be66d113cb78c86cba73
MD5 645a972ff1b52e30836fa6fed2958c1d
BLAKE2b-256 19e7a9e74f5ed2e49cd26c37f7dc5996712f1bfa7752ffd4b0ddd1541ca773f8

See more details on using hashes here.

File details

Details for the file ansys_mechanical_core-0.10.6-py3-none-any.whl.

File metadata

File hashes

Hashes for ansys_mechanical_core-0.10.6-py3-none-any.whl
Algorithm Hash digest
SHA256 32e2635049c337e47cdf5e8661b850c29affa8ced0e3707cf97d295a50975e70
MD5 8fb6ecb10bfbd180c3ff70e0cf190ab5
BLAKE2b-256 f1ee275f7acf5ea1771bea5581df48f3c68733ea16593881bb4da284e6a381dc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page