VolumeControlParams#

class ansys.meshing.prime.VolumeControlParams(model=None, cell_zonelet_type=None, skip_hexcore=None, json_data=None, **kwargs)#

Volume control parameters are used to define the volume type in the volume control.

Parameters:
model: Model

Model to create a VolumeControlParams object with default parameters.

cell_zonelet_type: CellZoneletType, optional

Cell zonelet type is used to define the type of the associated volume.

skip_hexcore: bool, optional

Check whether to skip hexahedral cells generation in the core for this volume or not. Applicable only for volumeFillType set to HexcoreTet or HexcorePoly in the AutoMeshParams structure.

json_data: dict, optional

JSON dictionary to create a VolumeControlParams object with provided parameters.

Examples

>>> volume_control_params = prime.VolumeControlParams(model = model)

Methods

VolumeControlParams.print_default()

Print the default values of VolumeControlParams object.

VolumeControlParams.set_default([...])

Set the default values of the VolumeControlParams object.

Attributes

VolumeControlParams.cell_zonelet_type

Cell zonelet type is used to define the type of the associated volume.

VolumeControlParams.skip_hexcore

Check whether to skip hexahedral cells generation in the core for this volume or not.