residual#

class ansys.fluent.core.solver.tui_241.main_menu.solve.monitors.residual(service, version, mode, path)#

Bases: TUIMenu

Enters the residual monitors menu.

Classes:

check_convergence(service, version, mode, path)

Chooses which currently monitored residuals should be checked for convergence.

convergence_criteria(service, version, mode, ...)

Sets convergence criteria for residuals that are currently being both monitored and checked.

criterion_type(service, version, mode, path)

Sets convergence criterion type.

enhanced_continuity_residual(service, ...)

Enables/disables an enhanced formulation for the local scaling of the continuity residuals with the pressure-based solver, so that the absolute mass flow rate at each cell is used.

monitor(service, version, mode, path)

Chooses which residuals to monitor as printed and/or plotted output.

n_display(service, version, mode, path)

Sets the number of most recent residuals to display in plots.

n_maximize_norms(service, version, mode, path)

Sets the number of iterations through which normalization factors will be maximized.

n_save(service, version, mode, path)

Sets number of residuals to be saved with data.

normalization_factors(service, version, ...)

Sets normalization factors for currently monitored residuals (if normalize? is set to yes).

normalize(service, version, mode, path)

Chooses whether to normalize residuals in printed and plotted output.

plot(service, version, mode, path)

Chooses whether residuals will be plotted during iteration.

print(service, version, mode, path)

Chooses whether residuals will be printed during iteration.

re_normalize(service, version, mode, path)

Re-normalize residuals by maximum values.

relative_conv_criteria(service, version, ...)

Sets relative convergence criteria for residuals that are currently being both monitored and checked.

reset(service, version, mode, path)

Chooses whether to delete the residual history and reset iteration counter to 1.

scale_by_coefficient(service, version, mode, ...)

Chooses whether to scale residuals by coefficient sum in printed and plotted output.

window(service, version, mode, path)

Specifies window in which residuals will be plotted during iteration.

class check_convergence(service, version, mode, path)#

Bases: TUIMethod

Chooses which currently monitored residuals should be checked for convergence.

class convergence_criteria(service, version, mode, path)#

Bases: TUIMethod

Sets convergence criteria for residuals that are currently being both monitored and checked.

class criterion_type(service, version, mode, path)#

Bases: TUIMethod

Sets convergence criterion type.

class enhanced_continuity_residual(service, version, mode, path)#

Bases: TUIMethod

Enables/disables an enhanced formulation for the local scaling of the continuity residuals with the pressure-based solver, so that the absolute mass flow rate at each cell is used. This text command is only available when the computing of the local scale is enabled through the solve/monitors/residual/scale-by-coefficient? text command.

class monitor(service, version, mode, path)#

Bases: TUIMethod

Chooses which residuals to monitor as printed and/or plotted output.

class n_display(service, version, mode, path)#

Bases: TUIMethod

Sets the number of most recent residuals to display in plots.

class n_maximize_norms(service, version, mode, path)#

Bases: TUIMethod

Sets the number of iterations through which normalization factors will be maximized.

class n_save(service, version, mode, path)#

Bases: TUIMethod

Sets number of residuals to be saved with data. History is automatically compacted when buffer becomes full.

class normalization_factors(service, version, mode, path)#

Bases: TUIMethod

Sets normalization factors for currently monitored residuals (if normalize? is set to yes).

class normalize(service, version, mode, path)#

Bases: TUIMethod

Chooses whether to normalize residuals in printed and plotted output.

class plot(service, version, mode, path)#

Bases: TUIMethod

Chooses whether residuals will be plotted during iteration.

class print(service, version, mode, path)#

Bases: TUIMethod

Chooses whether residuals will be printed during iteration.

class re_normalize(service, version, mode, path)#

Bases: TUIMethod

Re-normalize residuals by maximum values.

class relative_conv_criteria(service, version, mode, path)#

Bases: TUIMethod

Sets relative convergence criteria for residuals that are currently being both monitored and checked.

class reset(service, version, mode, path)#

Bases: TUIMethod

Chooses whether to delete the residual history and reset iteration counter to 1.

class scale_by_coefficient(service, version, mode, path)#

Bases: TUIMethod

Chooses whether to scale residuals by coefficient sum in printed and plotted output.

class window(service, version, mode, path)#

Bases: TUIMethod

Specifies window in which residuals will be plotted during iteration.