VolumeFillType#
- class ansys.meshing.prime.VolumeFillType(value)#
Types of volume fill options.
Methods
Returns self, the complex conjugate of any int.
Number of bits necessary to represent self in binary.
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.
Return integer ratio.
Attributes
the real part of a complex number
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the denominator of a rational number in lowest terms
Volume fill using tetrahedral cells.
Volume fill using polyhedral cells.
Volume fill using hexahedral cells in the core and tetrahedral cells near the boundary.
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 pipe T-section for structural thermal and fluid flow analysis
Mesh a saddle bracket for a structural analysis
Mesh a generic F1 car rear wing for external aero simulation
Create a contact patch for wrapping between a wheel and ground interface