PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology.
Project description
PyPrimeMesh
Overview
PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology.
Documentation and Issues
For information on PyPrimeMesh, refer to the latest documentation.
For queries related to PyPrimeMesh, post on the PyPrimeMesh Discussions page.
For bugs or enhancement requests, post an issue on the PyPrimeMesh Issues page.
For assistance, reach out to the support team at pyansys.core@ansys.com.
Installation
The ansys-meshing-prime
package supports Python 3.8 to Python 3.11 on the Windows and Linux
operating systems.
PyPrimeMesh can be installed with all dependencies directly from PyPi by running this command:
pip install ansys-meshing-prime[all]
Alternatively, you can clone this repository and install the client using these commands:
git clone https://github.com/ansys/pyprimemesh
cd pyprimemesh
pip install -e .[all]
The preceding commands install all functionality that is important to development. To install a basic version of the client, use this command instead:
pip install -e .
Dependencies
You must have Ansys 2023 R1 or later installed for access to Ansys Prime Server. Optionally, CAD readers can be configured. Ansys Prime Server requires an Ansys Mechanical PrepPost or Fluids PrepPost (CFD) license to run.
Get Started
Launching PyPrimeMesh
To launch PyPrimeMesh, use this code:
import ansys.meshing.prime as prime
with prime.launch_prime() as prime_client:
model = prime_client.model
License and Acknowledgments
PyPrimeMesh is licensed under the MIT license.
PyPrimeMesh makes no commercial claim over Ansys whatsoever. This library extends the functionality of Ansys Prime Server by adding a Python interface without changing the core behavior or license of the original software. The use of Ansys Prime Server requires a legally licensed copy of Ansys 2023 or later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ansys_meshing_prime-0.4.0.dev8.tar.gz
.
File metadata
- Download URL: ansys_meshing_prime-0.4.0.dev8.tar.gz
- Upload date:
- Size: 232.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a0ab8b1061e9d7178f86094107f58121faffff8e29712ea743b68e084ae832a |
|
MD5 | be22737a13ce78aa7a3906a521ebec53 |
|
BLAKE2b-256 | 2768a4ad92c1b0dfa3b8efd37cb613644159e67322c876a82af07b9c3041f787 |
File details
Details for the file ansys_meshing_prime-0.4.0.dev8-py3-none-any.whl
.
File metadata
- Download URL: ansys_meshing_prime-0.4.0.dev8-py3-none-any.whl
- Upload date:
- Size: 301.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c580c5bbc62a48b0238729c99d9354f528e354aadc2d7753dc7d139e669e742c |
|
MD5 | e16c8626adc55b4479a649ba2c545646 |
|
BLAKE2b-256 | 7b9b1827d404c509609b023fc1150345fe6af897e6cd1c55ac7c057d493387ae |