solution#

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

Bases: Group

Provides access to settings like solver controls, initialization, monitors, solution methods and others for running the simulation.

Attributes

Attribute

Summary

methods

The solution methods object.

controls

Solution controls object.

report_definitions

Provides access to create an object that specifies a certain quantity or set of values to be computed at the end of a solver timestep or iteration. You can then choose to have multiple report definitions printed to the console written to a single file or plotted in the same window.

monitor

Provides access to common settings to monitor the convergence dynamically during the solution process by checking residuals, statistics, force values, surface integrals, and volume integrals. You can print reports of or display plots of lift, drag and moment coefficients, surface integrations and residuals for the solution variables. For unsteady flows you can also monitor elapsed time.

cell_registers

Provides access to cell registers used to store and operate on subsets of mesh cells.

initialization

Solution initialization object.

calculation_activity

Manages additional solution-time activities like animations and mesh quality diagnostics.

run_calculation

Run-calculation object.

Included in:

Parent

Summary

root

‘root’ object.