ansys.dpf.post package#

Subpackages#

Submodules#

Module contents#

Post-processing module.

Using the Data Processing Framework.

Allow to create a result object, then use it to get desired results.

Examples

>>> from ansys.dpf import post
>>> from ansys.dpf.post import examples
>>> solution = post.load_solution(examples.static_rst)
>>> disp = solution.displacement()