SolverType#

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

Type of solver.

Methods

SolverType.conjugate

Returns self, the complex conjugate of any int.

SolverType.bit_length(/)

Number of bits necessary to represent self in binary.

SolverType.bit_count(/)

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

SolverType.to_bytes(/[, length, byteorder, ...])

Return an array of bytes representing an integer.

SolverType.from_bytes(/, bytes[, byteorder, ...])

Return the integer represented by the given array of bytes.

SolverType.as_integer_ratio(/)

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

SolverType.is_integer(/)

Returns True.

Attributes

SolverType.real

the real part of a complex number

SolverType.imag

the imaginary part of a complex number

SolverType.numerator

the numerator of a rational number in lowest terms

SolverType.denominator

the denominator of a rational number in lowest terms

SolverType.FLUENT

Solver type is Fluent.

SolverType.MAPDL

Solver type is MAPDL.