solve#
Bases:
TUIMenu
Enter the solve menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Enters the convergence conditions menu.
Bases:
TUIMethod
Updates discrete phase source terms.
Bases:
TUIMethod
Performs unsteady iterations for a specified number of time steps.
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.
Bases:
TUIMethod
Perform a specified number of steps.
Bases:
TUIMethod
Set maximum iterations per time step for transient case.
Bases:
TUIMethod
Performs mesh motion.
Bases:
TUIMethod
Perform unsteady iterations.
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.
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).