FlowDirection#

class ansys.meshing.prime.FlowDirection(*values)#

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, ...])

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

FlowDirection.as_integer_ratio(/)

Return a pair of integers, whose ratio is equal to the original int.

FlowDirection.is_integer(/)

Returns True.

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.