CellZoneletType#

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

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, byteorder, *)

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 integer ratio.

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