solve#

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

Bases: TUIMenu

Enter the solve menu.

Classes:

animate(service, version, mode, path)

Enters the animation menu.

cell_register_operations(service, version, ...)

Enters the cell register operations menu.

cell_registers(service, version, mode, path)

Enters the cell registers menu.

convergence_conditions(service, version, ...)

Enters the convergence conditions menu.

dpm_update(service, version, mode, path)

Updates discrete phase source terms.

dual_time_iterate(service, version, mode, path)

Performs unsteady iterations for a specified number of time steps.

execute_commands(service, version, mode, path)

Enters the execute commands menu.

initialize(service, version, mode, path)

Enters the flow initialization menu.

iterate(service, version, mode, path)

Performs a specified number of iterations.

iterate_steady_2way_fsi(service, version, ...)

Perform a specified number of steps.

max_iterations_per_time_step(service, ...)

Set maximum iterations per time step for transient case.

mesh_motion(service, version, mode, path)

Performs mesh motion.

monitors(service, version, mode, path)

Sets solution monitors.

multistage_time_iterate(service, version, ...)

Perform unsteady iterations.

patch(service, version, mode, path)

Patches a value for a flow variable in the domain.

report_definitions(service, version, mode, path)

Enters the report definitions menu.

report_files(service, version, mode, path)

Enters the report files menu.

report_plots(service, version, mode, path)

Enters the report plots menu.

set(service, version, mode, path)

Enters the set solution parameters menu.

update_physical_time(service, version, mode, ...)

Advances the unsteady solution to the next physical time level.

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

Bases: TUIMethod

Enters the convergence conditions menu.

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

Bases: TUIMethod

Updates discrete phase source terms.

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

Bases: TUIMethod

Performs unsteady iterations for a specified number of time steps.

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

Bases: TUIMethod

Performs a specified number of iterations. This option is still available during transient simulations, since it can be used to add more iterations to the same time step after interrupting iterations within a time step.

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

Bases: TUIMethod

Perform a specified number of steps.

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

Bases: TUIMethod

Set maximum iterations per time step for transient case.

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

Bases: TUIMethod

Performs mesh motion.

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

Bases: TUIMethod

Perform unsteady iterations.

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

Bases: TUIMethod

Patches a value for a flow variable in the domain. You can either provide a numerical value, which you can enter directly, or you can enter an expression, which must be entered within quotation marks.

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

Bases: TUIMethod

Advances the unsteady solution to the next physical time level. Using this command in conjunction with theiterate command allows you to manually advance the solution in time (rather than doing it automatically with the dual-time-iterate command).