poor_mesh_numerics#
Bases:
TUIMenu
Enter Poor Mesh Numerics Menu.
Methods:
cell_quality_based
(*args, **kwargs)Enable/disable poor mesh numerics on cells with low quality.
enable
(*args, **kwargs)Solution correction on meshes of poor quality.
enhanced_pmn
(*args, **kwargs)This option is available with the density-based solver.
gradient_quality_based
(*args, **kwargs)Enable/disable poor mesh numerics based on cell gradient quality.
Relocate select cell centroids, to improve orthogonality metrics and solution stability.
print_poor_elements_count
(*args, **kwargs)Print poor cells count.
reset_poor_elements
(*args, **kwargs)Reset marking of poor cell elements.
set_quality_threshold
(*args, **kwargs)Set quality threshold.
solution_and_quality_based
(*args, **kwargs)Enable/disable poor mesh numerics based on solution and cell quality.
user_defined_on_register
(*args, **kwargs)Include cells in register in poor mesh numerics.
user_defined_on_register_auto
(*args, **kwargs)Set up the application of poor mesh numerics to cells in a register during the calculation at a specified frequency.
Classes:
solution_based_pmn
(path, service)Solution based poor-mesh numerics menu.
Enable/disable poor mesh numerics on cells with low quality.
Solution correction on meshes of poor quality.
This option is available with the density-based solver. When enabled, it will apply quality-based poor-mesh-numerics order=1 on any cells with a quality-measure below 0.2. In addition, their CFL number is limited to 1.0.
Enable/disable poor mesh numerics based on cell gradient quality.
Relocate select cell centroids, to improve orthogonality metrics and solution stability.
Print poor cells count.
Reset marking of poor cell elements.
Set quality threshold.
Enable/disable poor mesh numerics based on solution and cell quality.
Bases:
TUIMenu
Solution based poor-mesh numerics menu.
Methods:
enable
(*args, **kwargs)Enable solution based treatment.
mark_cfl_jump
(*args, **kwargs)Mark cells exceeding cfl jump in neighborhood.
mark_cfl_limit
(*args, **kwargs)Mark cells exceeding cfl limit.
mark_primary_solution_limits
(*args, **kwargs)Mark cells violating solution limits.
mark_velocity_limit
(*args, **kwargs)Mark cells exceeding velocity limit.
Enable solution based treatment.
Mark cells exceeding cfl jump in neighborhood.
Mark cells exceeding cfl limit.
Mark cells violating solution limits.
Mark cells exceeding velocity limit.
Include cells in register in poor mesh numerics.
Set up the application of poor mesh numerics to cells in a register during the calculation at a specified frequency.