DpfSolution
class#
The DpfSolution
class is
the entry point for browsing the contents of the result file.
This code shows how to load a result file:
>>> from ansys.dpf import post
>>> from ansys.dpf.post import examples
>>> solution = post.load_solution(examples.multishells_rst)
|
Loads a solution and returns a |
Provides the main class of the DPF-Post solution. |