set_global_sizing_params#

Model.set_global_sizing_params(params)#

Set global sizing parameters.

Parameters:
paramsGlobalSizingParams

Global sizing parameters for initializing surfer parameters and various size control parameters.

Examples

>>> model = client.model
>>> model.set_global_sizing_params(GlobalSizingParams(model=model,
...                                          min=0.1,
...                                          max=1.0,
...                                          growth_rate=1.2))

Examples using Model.set_global_sizing_params#

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)