FlowDirection#

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

Flow or wake direction for BOI creation.

Methods

FlowDirection.conjugate

Returns self, the complex conjugate of any int.

FlowDirection.bit_length(/)

Number of bits necessary to represent self in binary.

FlowDirection.bit_count(/)

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

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

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

FlowDirection.as_integer_ratio(/)

Return integer ratio.

Attributes

FlowDirection.real

the real part of a complex number

FlowDirection.imag

the imaginary part of a complex number

FlowDirection.numerator

the numerator of a rational number in lowest terms

FlowDirection.denominator

the denominator of a rational number in lowest terms

FlowDirection.X

Flow or wake inflation in the X direction for BOI creation.

FlowDirection.Y

Flow or wake inflation in the Y direction for BOI creation.

FlowDirection.Z

Flow or wake inflation in the Z direction for BOI creation.