MultiZoneControl#

class ansys.meshing.prime.MultiZoneControl(model, id, object_id, name)#

MultiZoneControl provides a way to gather all the information required for MultiZone meshing.

The MultiZone meshing provides hex meshing capabilities. Different type of mesh can be generated using MultiZoneControl. For example, sweep mesh, map mesh and edge biased mesh.

Parameters:
modelModel

Server model to create MultiZoneControl object.

idint

Id of the MultiZoneControl.

object_idint

Object id of the MultiZoneControl.

namestr

Name of the MultiZoneControl.

Methods

MultiZoneControl.set_edge_biasing_params(...)

Sets the parameters for edge biasing in terms of topoedges and topofaces during MultiZone mesh.

MultiZoneControl.set_map_mesh_params(scope_info)

Sets the parameters for map meshing in terms of topofaces during MultiZone mesh.

MultiZoneControl.set_multi_zone_sizing_params(params)

Sets the MultiZone parameters.

MultiZoneControl.set_surface_scope(scope_info)

Sets the scope for surface in terms of topofaces.

MultiZoneControl.set_sweep_mesh_params(...)

Sets the parameters for sweep meshing in terms of topofaces during MultiZone mesh.

MultiZoneControl.set_volume_scope(scope_info)

Sets the scope for volume in terms of topovolumes.The topovolumes given by the scope are imported by MultiZone to generate MultiZone mesh on it.

Attributes

MultiZoneControl.id

Get the id of MultiZoneControl.

MultiZoneControl.name

Get the name of MultiZoneControl.