goal_based_error_indicator#

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

Bases: Command

Define cell registers and settings suitable for adaption using the goal based error indicator.

Parameters:
skip_initialbool

Optionally skip initial adjoint advancement.

initial_iterationsint

The number of initial adjoint iterations before invoking mesh adaption.

adjoint_iterationsint

The number of adjoint iterations before invoking mesh adaption.

number_of_modesint

The number of modes for adjoint advancement.

smoothing_stepsint

The number of smoothing steps before adaption.

reset_historybool

Optionally reset adaption history.

print_historybool

Optionally print adaption history.

Arguments

Argument

Summary

skip_initial

Optionally skip initial adjoint advancement.

initial_iterations

The number of initial adjoint iterations before invoking mesh adaption.

adjoint_iterations

The number of adjoint iterations before invoking mesh adaption.

number_of_modes

The number of modes for adjoint advancement.

smoothing_steps

The number of smoothing steps before adaption.

reset_history

Optionally reset adaption history.

print_history

Optionally print adaption history.

Included in:

Parent

Summary

error_based

The error-based predefined criteria object.