PrismControlGrowthParams#
- class ansys.meshing.prime.PrismControlGrowthParams(model=None, offset_type=None, n_layers=None, growth_rate=None, first_height=None, first_aspect_ratio=None, last_aspect_ratio=None, min_aspect_ratio=None, json_data=None, **kwargs)#
Growth parameters for prism control.
Methods
Print the default values of PrismControlGrowthParams.
Set the default values of PrismControlGrowthParams.
Attributes
Aspect ratio to be used to compute first layer height.
Height to be used for first layer and adjust following layer height based on other settings.
Growth rate to be used to compute prism layer heights.
Apsect ratio of the last layer.
Minimum apsect ratio limit to be used for all the layers.
Number of prism layers to be generated.
Offset type controls the method that is used to compute prism layer heights.