CellZoneletType
Last update: 10.09.2025class ansys.meshing.prime.CellZoneletType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Types of cell zonelet.
Methods
| Name | Description |
|---|---|
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
| Name | Description |
|---|---|
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. |