Contains the common Result
class.
This module contains the super class of the stress, strain, structural temperature, and displacement objects.
- class ansys.dpf.post.result_object.Result(data_sources, model, **kwargs)#
Provides the
Result
class.This is an abstract class. It is not instantiated directly but instead is subclassed by specific result classes like the
Displacement
class.