Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

ansys/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAnsys

Welcome to the PyAnsys project. While this project originated as a single pyansys package, it is now a collection of many Python packages for using Ansys products through Python:

  • PyAEDT : Pythonic interface to AEDT (Ansys Electronic Desktop)
  • PyDPF-Core : Pythonic interface to DPF (Data Processing Framework) for building more advanced and customized workflows
  • PyDPF-Post : Pythonic interface to DPF's postprocessing toolbox for manipulating and transforming simulation data
  • PyMAPDL : Pythonic interface to MAPDL
  • PyMAPDL Reader: Pythonic interface to read legacy MAPDL result files (MAPDL 14.5 and later)
  • PyFluent : Pythonic interface to Ansys Fluent
  • PyFluent-Parametric : Pythonic interface to Ansys Fluent parametric workflows
  • PyFluent-Visualization : Pythonic interface to visualize Ansys Fluent simulations using Python
  • PyPIM: Pythonic interface to communicate with the PIM (Product Instance Management) API
  • PySeascape: Pythonic interface to communicate with RedHawkSC and TotemSC
  • Granta MI BoM Analytics: Pythonic interface to Granta MI BoM Analytics services
  • Shared Components: Shared software components to enable package interoperability and minimize maintenance

Much effort is underway to continue expanding and developing packages in the PyAnsys GitHub account. On the Issues page for each package, you can post issues and request new features. You can also email questions to PyAnsys Support.

Package installation

You must install the applicable packages for an Ansys product on your local machine. While there are multiple ways to install a Python package, using pip, the package installer for Python, is recommended. For your convenience, this section provides pip commands for downloading and installing the most recent PyAnsys packages and links to comprehensive resources.

PyAEDT

pip install pyaedt

PyDPF-Core

pip install ansys-dpf-core

PyDPF-Post

pip install ansys-dpf-post

PyMAPDL

pip install ansys-mapdl-core

PyMAPDL Reader

pip install ansys-mapdl-reader

PyFluent

pip install ansys-fluent-core

PyFluent-Parametric

pip install ansys-fluent-parametric

PyFluent-Visualization

pip install ansys-fluent-visualization

PyPIM

pip install ansys-platform-instancemanagement

PySeascape

pip install ansys-seascape

Granta MI BoM Analytics

pip install ansys-grantami-bomanalytics

Shared components

The PyAnsys project publishes and consumes shared software components that enable interoperability between PyAnsys packages and minimize maintenance. For more information, see the Shared Components documentation.

The OpenAPI Common library is a shared component. Here is the command for downloading and installing the most recent package and links to its comprehensive resources:

pip install ansys-openapi-common

License and acknowledgments

All PyAnsys libraries are licensed under the MIT license.

PyAnsys libraries make no commercial claim over Ansys whatsoever. These libraries extend the functionality of Ansys products by adding Python interfaces to legally obtained software products without changing the core behaviors or licenses of the original software.

For more information about Ansys products, visit the Ansys web site.

About

PyAnsys documentation landing page

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published