VolumeFillType#

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

Types of volume fill options.

Methods

VolumeFillType.conjugate

Returns self, the complex conjugate of any int.

VolumeFillType.bit_length(/)

Number of bits necessary to represent self in binary.

VolumeFillType.bit_count(/)

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

VolumeFillType.to_bytes(/, length, byteorder, *)

Return an array of bytes representing an integer.

VolumeFillType.from_bytes(/, bytes, byteorder, *)

Return the integer represented by the given array of bytes.

VolumeFillType.as_integer_ratio(/)

Return integer ratio.

Attributes

VolumeFillType.real

the real part of a complex number

VolumeFillType.imag

the imaginary part of a complex number

VolumeFillType.numerator

the numerator of a rational number in lowest terms

VolumeFillType.denominator

the denominator of a rational number in lowest terms

VolumeFillType.TET

Volume fill using tetrahedral cells.

VolumeFillType.POLY

Volume fill using polyhedral cells.

VolumeFillType.HEXCORETET

Volume fill using hexahedral cells in the core and tetrahedral cells near the boundary.

VolumeFillType.HEXCOREPOLY

Volume fill using hexahedral cells in the core and polyhedral cells near the boundary.

Examples using VolumeFillType#

Mesh a mixing elbow for a flow analysis

Mesh a mixing elbow for a flow analysis

Mesh a pipe T-section for structural thermal and fluid flow analysis

Mesh a pipe T-section for structural thermal and fluid flow analysis

Mesh a saddle bracket for a structural analysis

Mesh a saddle bracket for a structural analysis

Mesh a generic F1 car rear wing for external aero simulation

Mesh a generic F1 car rear wing for external aero simulation

Create a contact patch for wrapping between a wheel and ground interface

Create a contact patch for wrapping between a wheel and ground interface

Add a new example

Add a new example