Skip to main content

DPF-Post Python library.

Project description

DPF-Post - Ansys Data Post-Processing Framework

PyAnsys Python pypi MIT

The Data Processing Framework (DPF) is designed to provide numerical simulation users/engineers with a toolbox for accessing and transforming simulation data. DPF can access data from solver result files as well as several neutral formats (csv, hdf5, vtk, etc.). Various operators are available allowing the manipulation and the transformation of this data.

The Python ansys-dpf-post package provides a simplified Python interface to DPF, thus enabling rapid postprocessing without ever leaving a Python environment.

This module leverages the DPF-Core project's ansys-dpf-core package and can be found by visiting PyDPF-Core GitHub. Use ansys-dpf-core for building more advanced and customized workflows using Ansys's DPF.

Visit the DPF-Post Documentation for a detailed description of the package, or see the Examples Gallery for more detailed examples.

Installation

Install this repository with:

pip install ansys-dpf-post

You can also clone and install this repository with:

git clone https://github.com/pyansys/pydpf-post
cd pydpf-post
pip install . --user

Running DPF-Post

Provided you have ANSYS 2021R1 installed, a DPF server will start automatically once you start using DPF-Post. Should you wish to use DPF-Post without 2020R1, see the DPF Docker documentation.

Opening and plotting a result file generated from Ansys workbench or MAPDL is as easy as:

>>> from ansys.dpf import post
>>> from ansys.dpf.post import examples
>>> solution = post.load_solution(examples.multishells_rst)
>>> stress = solution.stress()
>>> stress.xx.plot_contour(show_edges=False)

Example Stress Plot

Or extract the raw data as a numpy array with:

>>> stress.xx.get_data_at_field(0)
array([-3.37871094e+10, -4.42471752e+10, -4.13249463e+10, ...,
        3.66408342e+10,  1.40736914e+11,  1.38633557e+11])

Key Features

Computational Efficiency

The DPF-Post module is based on DPF Framework that been developed with a data framework that localizes the loading and post-processing within the DPF server, enabling rapid post-processing workflows as this is written in C and FORTRAN. At the same time, the DPF-Post Python module presents the result in Pythonic manner, allowing for the rapid development of simple or complex post-processing scripts.

Easy to use

The API of DPF-Post module has been developed in order to make easy post-processing steps easier by automating the use of DPF's chained operators. This allows for fast post-processing of potentially multi-gigabyte models in a short script. DPF-Post also details the usage of the operators used when computing the results so you can also build your own custom, low level scripts using the DPF-Core module.

License

PyDPF-Post is licensed under the MIT license. For more information, see the LICENSE.

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-dpf-post-0.2.4.tar.gz (26.3 kB view details)

Uploaded Source

Built Distribution

ansys_dpf_post-0.2.4-py3-none-any.whl (33.3 kB view details)

Uploaded Python 3

File details

Details for the file ansys-dpf-post-0.2.4.tar.gz.

File metadata

  • Download URL: ansys-dpf-post-0.2.4.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for ansys-dpf-post-0.2.4.tar.gz
Algorithm Hash digest
SHA256 11898b45c9885ca99cc4edc3535d37e76f71e4d7f77055cce6b1610a3088a3e4
MD5 2cff9fcc3649552e774edcf5e71c7648
BLAKE2b-256 1453830a0bf03d28b37ab636bc38ce378ff7606afada1126c8399ee5d60a8129

See more details on using hashes here.

File details

Details for the file ansys_dpf_post-0.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for ansys_dpf_post-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 01c083307127181fc12cf37a215f55c9e9f236be17de6d83b1a6cfcc419c0a67
MD5 0eac0355d8a4291c4226c95e1761d5a7
BLAKE2b-256 f0fb6eecd80244d583862b8e5109df86d244cfe21944af34a99dbf29bb62a75c

See more details on using hashes here.

Supported by

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