luminarycloud.meshing.sizing_strategy

Classes

MaxCount

Sizing strategy based on a maximum number of cells.

Minimal

Minimal sizing strategy parameters.

MinimalCount

Minimal sizing strategy parameters.

SizingStrategy

Sizing strategy parameters.

TargetCount

Sizing strategy based on a target number of cells.

Package Contents

class MaxCount

Sizing strategy based on a maximum number of cells.

If the mesh becomes larger than the max cell count, the mesh will be scaled. Requested boundary layer profiles will be maintained.

max_count: int

The maximum number of cells in the mesh

class Minimal

Minimal sizing strategy parameters.

If this is used, all other meshing parameters are ignored.

class MinimalCount

Minimal sizing strategy parameters.

If this is used, all other meshing parameters are ignored.

Deprecated since version 0.10.2: Use [Minimal()](#luminarycloud.meshing.sizing_strategy.Minimal) instead.

class SizingStrategy

Sizing strategy parameters.

class TargetCount

Sizing strategy based on a target number of cells.

To reach a target number of cells, the edge length specifications will be proportionally scaled throughout the mesh. Requested boundary layer profiles will be maintained.

target_count: int

The target number of cells in the mesh