ElasticStrain#

class ansys.dpf.post.strain.ElasticStrain(**kwargs)#

Defines the elastic strain object, which is a tensor object.

Methods

ElasticStrain.has_complex_frequencies()

Check if the result contains complex frequencies.

Attributes

ElasticStrain.principal_1

Result data for the first principal component of the tensor.

ElasticStrain.principal_2

Result data for the second principal component of the tensor.

ElasticStrain.principal_3

Results data for the third principal component of the tensor.

ElasticStrain.tensor

Result data for the tensor values.

ElasticStrain.xx

Result data for the XX component of the tensor.

ElasticStrain.xy

Result data of for the XY component of the tensor.

ElasticStrain.xz

Result data for the XZ component of the tensor.

ElasticStrain.yy

Result data for the YY component of the tensor.

ElasticStrain.yz

Result data for the YZ component of the tensor.

ElasticStrain.zz

Result data for the ZZ component of the tensor.