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
VolumeControlParamsobject 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
VolumeControlParamsobject with provided parameters.
Examples
>>> volume_control_params = prime.VolumeControlParams(model = model)
Methods
Print the default values of
VolumeControlParamsobject.Set the default values of the
VolumeControlParamsobject.Attributes
Cell zonelet type is used to define the type of the associated volume.
Check whether to skip hexahedral cells generation in the core for this volume or not.
Examples using VolumeControlParams#
Mesh a generic F1 car rear wing for external aero simulation