SolverType#

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

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

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.