GlobalSizingParams#

class ansys.meshing.prime.GlobalSizingParams(model=None, min=None, max=None, growth_rate=None, json_data=None, **kwargs)#

Global sizing parameters.

Parameters:
model: Model

Model to create a GlobalSizingParams object with default parameters.

min: float, optional

Minimum value of global sizing parameters.

max: float, optional

Maximum value of global sizing parameters.

growth_rate: float, optional

Growth rate of global sizing parameters.

json_data: dict, optional

JSON dictionary to create a GlobalSizingParams object with provided parameters.

Examples

>>> global_sizing_params = prime.GlobalSizingParams(model = model)

Methods

GlobalSizingParams.print_default()

Print the default values of GlobalSizingParams object.

GlobalSizingParams.set_default([min, max, ...])

Set the default values of the GlobalSizingParams object.

Attributes

GlobalSizingParams.growth_rate

Growth rate of global sizing parameters.

GlobalSizingParams.max

Maximum value of global sizing parameters.

GlobalSizingParams.min

Minimum value of global sizing parameters.

Examples using GlobalSizingParams#

Mesh a pipe T-section for structural thermal and fluid flow analysis

Mesh a pipe T-section for structural thermal and fluid flow analysis

Mesh a PCB for structural thermal analysis

Mesh a PCB for structural thermal analysis

Mesh a generic F1 car rear wing for external aero simulation

Mesh a generic F1 car rear wing for external aero simulation

Mesh a generic PCB geometry with multiple hexa layers

Mesh a generic PCB geometry with multiple hexa layers

Create a contact patch for wrapping between a wheel and ground interface

Create a contact patch for wrapping between a wheel and ground interface

Mesh a set of solder balls (beta)

Mesh a set of solder balls (beta)