goal_based_error_indicator#
- class ansys.fluent.core.generated.solver.settings_261.goal_based_error_indicator(name=None, parent=None)#
Bases:
CommandDefine cell registers and settings suitable for adaption using the goal based error indicator.
- Parameters:
- skip_initialbool
Optionally skip initial adjoint advancement.
- initial_iterations
int The number of initial adjoint iterations before invoking mesh adaption.
- adjoint_iterations
int The number of adjoint iterations before invoking mesh adaption.
- number_of_modes
int The number of modes for adjoint advancement.
- smoothing_steps
int The number of smoothing steps before adaption.
- reset_historybool
Optionally reset adaption history.
- print_historybool
Optionally print adaption history.
Arguments
Argument |
Summary |
|---|---|
Optionally skip initial adjoint advancement. |
|
The number of initial adjoint iterations before invoking mesh adaption. |
|
The number of adjoint iterations before invoking mesh adaption. |
|
The number of modes for adjoint advancement. |
|
The number of smoothing steps before adaption. |
|
Optionally reset adaption history. |
|
Optionally print adaption history. |
Included in:
Parent |
Summary |
|---|---|
The error-based predefined criteria object. |