BCPairType#

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

Option to specify boundary condition pair type.

Methods

BCPairType.conjugate

Returns self, the complex conjugate of any int.

BCPairType.bit_length(/)

Number of bits necessary to represent self in binary.

BCPairType.bit_count(/)

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

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

Return an array of bytes representing an integer.

BCPairType.from_bytes(/, bytes, byteorder, *)

Return the integer represented by the given array of bytes.

BCPairType.as_integer_ratio(/)

Return integer ratio.

Attributes

BCPairType.real

the real part of a complex number

BCPairType.imag

the imaginary part of a complex number

BCPairType.numerator

the numerator of a rational number in lowest terms

BCPairType.denominator

the denominator of a rational number in lowest terms

BCPairType.FACE

Option to specify face zonelet as boundary condition pair.

BCPairType.EDGE

Option to specify edge zonelet as boundary condition pair.

Examples using BCPairType#

Mesh a set of solder balls (beta)

Mesh a set of solder balls (beta)