CellZoneletType#

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

Types of cell zonelet.

Methods

CellZoneletType.conjugate

Returns self, the complex conjugate of any int.

CellZoneletType.bit_length(/)

Number of bits necessary to represent self in binary.

CellZoneletType.bit_count(/)

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

CellZoneletType.to_bytes(/[, length, ...])

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

CellZoneletType.as_integer_ratio(/)

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

CellZoneletType.is_integer(/)

Returns True.

Attributes

CellZoneletType.real

the real part of a complex number

CellZoneletType.imag

the imaginary part of a complex number

CellZoneletType.numerator

the numerator of a rational number in lowest terms

CellZoneletType.denominator

the denominator of a rational number in lowest terms

CellZoneletType.DEAD

Cell zonelet type is dead.

CellZoneletType.FLUID

Cell zonelet type is fluid.

CellZoneletType.SOLID

Cell zonelet type is solid.

Examples using CellZoneletType#

Mesh a generic F1 car rear wing for external aero simulation

Mesh a generic F1 car rear wing for external aero simulation