ThinVolumeMeshParams
Last update: 20.02.2026class ansys.meshing.prime.ThinVolumeMeshParams(model=None, n_layers=None, imprint_sides=None, n_ignore_rings=None, json_data=None, **kwargs)
Parameters to generate thin volume mesh. This is for internal use only.
-
Parameters:
model: Model : Model to create a
ThinVolumeMeshParamsobject with default parameters.n_layers: int, optional : Number of thin volume layers to be generated.
imprint_sides: bool, optional : Checks whether to imprint quad faces on side zonelets.
n_ignore_rings: int, optional : Number of rings of cells at the sides to ignore when no imprint on sides. Volume fill type will be used in this buffer region at the thin volume sides to transition to thin volume mesh internally.
json_data: dict, optional : JSON dictionary to create a
ThinVolumeMeshParamsobject with provided parameters.
Examples
>>> thin_volume_mesh_params = prime.ThinVolumeMeshParams(model = model)
Methods
| Name | Description |
|---|---|
ThinVolumeMeshParams.print_default() |
Print the default values of ThinVolumeMeshParams object. |
ThinVolumeMeshParams.set_default([n_layers, ...]) |
Set the default values of the ThinVolumeMeshParams object. |
Attributes
| Name | Description |
|---|---|
ThinVolumeMeshParams.imprint_sides |
Checks whether to imprint quad faces on side zonelets. |
ThinVolumeMeshParams.n_ignore_rings |
Number of rings of cells at the sides to ignore when no imprint on sides. |
ThinVolumeMeshParams.n_layers |
Number of thin volume layers to be generated. |