CdbAnalysisType#

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

Provides the MAPDL CDB analysis type.

Methods

CdbAnalysisType.conjugate

Returns self, the complex conjugate of any int.

CdbAnalysisType.bit_length(/)

Number of bits necessary to represent self in binary.

CdbAnalysisType.bit_count(/)

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

CdbAnalysisType.to_bytes(/, length, byteorder, *)

Return an array of bytes representing an integer.

CdbAnalysisType.from_bytes(/, bytes, ...[, ...])

Return the integer represented by the given array of bytes.

CdbAnalysisType.as_integer_ratio(/)

Return integer ratio.

Attributes

CdbAnalysisType.real

the real part of a complex number

CdbAnalysisType.imag

the imaginary part of a complex number

CdbAnalysisType.numerator

the numerator of a rational number in lowest terms

CdbAnalysisType.denominator

the denominator of a rational number in lowest terms

CdbAnalysisType.NONE

Option to select no analysis type.

CdbAnalysisType.OUTERPANELSTIFFNESS

Option to select Outer Panel Stiffness as CDB analysis type.

CdbAnalysisType.BELGIAN

Option to select Belgian as CDB analysis type.

CdbAnalysisType.SEATRETRACTOR

Option to select Seat Retractor as CDB analysis type.