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

PrismControlGrowthParams.print_default()

Print the default values of PrismControlGrowthParams.

PrismControlGrowthParams.set_default([...])

Set the default values of PrismControlGrowthParams.

Attributes

PrismControlGrowthParams.first_aspect_ratio

Aspect ratio to be used to compute first layer height.

PrismControlGrowthParams.first_height

Height to be used for first layer and adjust following layer height based on other settings.

PrismControlGrowthParams.growth_rate

Growth rate to be used to compute prism layer heights.

PrismControlGrowthParams.last_aspect_ratio

Apsect ratio of the last layer.

PrismControlGrowthParams.min_aspect_ratio

Minimum apsect ratio limit to be used for all the layers.

PrismControlGrowthParams.n_layers

Number of prism layers to be generated.

PrismControlGrowthParams.offset_type

Offset type controls the method that is used to compute prism layer heights.