dual_time_iterate#

class ansys.fluent.core.generated.solver.settings_252.dual_time_iterate(name=None, parent=None)#

Bases: Command

Perform unsteady iterations.

Parameters:
total_period_countint

Number of total periods.

time_step_countint

Inceremtal number of Time steps.

total_time_step_countint

Total number of Time steps.

total_timereal

Total Simulation Time.

incremental_timereal

Incremental Time.

max_iter_per_stepint

Maximum Number of iterations per time step.

postprocessbool

Enable/Disable Postprocess pollutant solution?.

post_iter_per_time_step_countint

Number of post-processing iterations per time step.

Arguments

Argument

Summary

total_period_count

Number of total periods.

time_step_count

Inceremtal number of Time steps.

total_time_step_count

Total number of Time steps.

total_time

Total Simulation Time.

incremental_time

Incremental Time.

max_iter_per_step

Maximum Number of iterations per time step.

postprocess

Enable/Disable Postprocess pollutant solution?.

post_iter_per_time_step_count

Number of post-processing iterations per time step.

Included in:

Parent

Summary

run_calculation

Run-calculation object.