Displacement#

class ansys.dpf.post.displacement.Displacement(**kwargs)#

Defines the displacement object, which is a vector object.

Methods

Displacement.has_complex_frequencies()

Check if the result contains complex frequencies.

Attributes

Displacement.norm

Result data for the norm of the vector.

Displacement.vector

Result data for the vector values.

Displacement.x

Result data for the X component of the vector.

Displacement.y

Result data for the Y component of the vector.

Displacement.z

Result data for the Z component of the vector.