Skip to main content

Ansys Data Processing Framework™(DPF) provides reusable operators that allow you to access and transform simulation data coming from different Ansys and third-party result files. These operators are computation libraries that can be extended with custom libraries. You have multiple options for interfacing with the DPF framework:

  • Via APIs for building your client in C, C++, or Python (with open source libraries).
  • Via the dedicated IronPython/C# scripting interface provided by the Ansys Mechanical application.
The DPF framework allows you to extend its capabilities by exposing your product capabilities as native operators. You can use these custom operators within Mechanical or other Ansys applications that support the DPF framework. Plus, you can access these operators remotely via gRPC from Python/C#/C++ client APIs, without having to learn gRPC or any of these languages. To use the DPF APIs, you need to install a DPF server on your machine. The Ansys Unified Installer includes major releases of the DPF server by default, requiring no extra selection. You can find beta releases on the [DPF Pre-Release page](https://download.ansys.com/Others/DPF%20Pre-Release "(opens in a new window)") of the Ansys Customer Portal.

OS and supported languages

DPF libraries are available for Windows and Linux in:

  • C/C++
  • C#
  • IronPython
  • Python (open source)

Documentation