solution_based_pmn#

class ansys.fluent.core.generated.solver.settings_261.solution_based_pmn(name=None, parent=None)#

Bases: Group

Solution-based poor mesh numerics marking based on solution imbalance.

Attributes

Attribute

Summary

enable

Enable solution based treatment.

mark_primary_solution_limits

Mark cells violating solution limits.

mark_velocity_limit

Mark cells exceeding velocity limit.

velocity_limit

Velocity limit for marking cells.

mark_cfl_limit

Mark cells exceeding CFL limit.

cfl_limit

CFL limit for marking cells.

mark_cfl_jump

Mark cells exceeding CFL jump in neighborhood.

cfl_jump

CFL jump threshold for marking cells.

Included in:

Parent

Summary

poor_mesh_numerics

The poor mesh numerics object.