solver.tui.solution.run_calculation#

class main_menu.solution.run_calculation(path, service)#

Enter run calculation menu.

adaptive_time_stepping(*args, **kwargs)#

Set Error-based adaptive time-stepping parameters.

cfl_based_adaptive_time_stepping(*args, **kwargs)#

Set CFL-based adaptive time-stepping parameters.

data_sampling(*args, **kwargs)#

Set iteration options.

dual_time_iterate(*args, **kwargs)#

Perform unsteady iterations.

iterate(*args, **kwargs)#

Perform a specified number of iterations.

max_corrections(*args, **kwargs)#

Enter the max-corrections menu.

mesh_motion(*args, **kwargs)#

Perform mesh motion.

multistage_time_iterate(*args, **kwargs)#

Perform unsteady iterations.

number_of_iterations(*args, **kwargs)#

Set number of iterations.

reporting_interval(*args, **kwargs)#

Set number of solver iterations before returning to scheme.

residual_tolerance(*args, **kwargs)#

Enter the residual tolerance menu.

residual_verbosity(*args, **kwargs)#

Set the residual report verbosity.

second_order_time_options(*args, **kwargs)#

Set options for second-order time formulation.

set_solution_steering(*args, **kwargs)#

Set Solution Steering Parameters.

solution_steering(*args, **kwargs)#

Enable solution steering for density-based solver.

summary(*args, **kwargs)#

Print report summary.

time_step(*args, **kwargs)#

Set the time step.

update_physical_time(*args, **kwargs)#

Update the solution to the next physical time level.

variable_time_stepping(*args, **kwargs)#

Set Multiphase-Specific Adaptive time stepping parameters.