LSDynaAnalysisType#

class ansys.meshing.prime.LSDynaAnalysisType(value)#

Provides the LS-DYNA analysis type.

Methods

LSDynaAnalysisType.conjugate

Returns self, the complex conjugate of any int.

LSDynaAnalysisType.bit_length(/)

Number of bits necessary to represent self in binary.

LSDynaAnalysisType.bit_count(/)

Number of ones in the binary representation of the absolute value of self.

LSDynaAnalysisType.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

LSDynaAnalysisType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

LSDynaAnalysisType.as_integer_ratio(/)

Return integer ratio.

Attributes

LSDynaAnalysisType.real

the real part of a complex number

LSDynaAnalysisType.imag

the imaginary part of a complex number

LSDynaAnalysisType.numerator

the numerator of a rational number in lowest terms

LSDynaAnalysisType.denominator

the denominator of a rational number in lowest terms

LSDynaAnalysisType.DOORSLAM

Option to select doorslam as LS-DYNA analysis type.

LSDynaAnalysisType.SEATBELT

Option to select Seatbelt as LS-DYNA analysis type.