initialize#

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

Bases: TUIMenu

Enters the flow initialization menu.

Classes:

compute_defaults(service, version, mode, path)

Enters the compute default values menu.

dpm_reset(service, version, mode, path)

Resets discrete phase source terms to zero.

fmg_initialization(service, version, mode, path)

Initializes using the full-multigrid initialization (FMG).

hyb_initialization(service, version, mode, path)

Initializes using the hybrid initialization method.

init_acoustics_options(service, version, ...)

Specifies the number of timesteps for ramping of sound sources and re-initializes the acoustics wave equation solution.

init_flow_statistics(service, version, mode, ...)

Initializes unsteady statistics.

init_instantaneous_vel(service, version, ...)

Initialize unsteady velocity.

init_turb_vel_fluctuations(service, version, ...)

Initializes instantaneous velocity field out of steady state RANS results, for use before enabling a scale resolving simulation such as LES.

initialize_flow(service, version, mode, path)

Initializes the flow field with the current default values.

initialize_lwf(service, version, mode, path)

Initalize Lagrangian wall film according to the settings made for individual wall zones.

levelset_auto_init(service, version, mode, path)

.

list_defaults(service, version, mode, path)

Lists default values.

lwf_reset(service, version, mode, path)

Delete wall film particles and initialize wall film variables to zero.

mp_localized_turb_init(service, version, ...)

Enters the menu for localized turbulent flow initialization.

open_channel_auto_init(service, version, ...)

Opens channel automatic initialization.

reference_frame(service, version, mode, path)

Sets reference frame to absolute or relative.

repair_wall_distance(service, version, mode, ...)

Corrects wall distance at very high aspect ratio hexahedral/polyhedral cells.

set_defaults(service, version, mode, path)

Sets default initial values.

set_fmg_initialization(service, version, ...)

Enters the set full-multigrid for initialization menu.

set_fmg_options(service, version, mode, path)

Enter the additional fmg options menu.

set_hyb_initialization(service, version, ...)

Enters the hybrid initialization menu.

show_iterations_sampled(service, version, ...)

Displays the number of iterations covered by the data sampled for steady statistics.

show_time_sampled(service, version, mode, path)

Displays the amount of simulated time covered by the data sampled for unsteady statistics.

vof_patch_smooth_options(service, version, ...)

Enters the vof patch/smooth options menu.

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

Bases: TUIMethod

Resets discrete phase source terms to zero.

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

Bases: TUIMethod

Initializes using the full-multigrid initialization (FMG).

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

Bases: TUIMethod

Initializes using the hybrid initialization method.

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

Bases: TUIMethod

Specifies the number of timesteps for ramping of sound sources and re-initializes the acoustics wave equation solution. For the initialized acoustics solution, Fluent reports the current state of the sound sources ramping.

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

Bases: TUIMethod

Initializes unsteady statistics.

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

Bases: TUIMethod

Initialize unsteady velocity.

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

Bases: TUIMethod

Initializes instantaneous velocity field out of steady state RANS results, for use before enabling a scale resolving simulation such as LES.

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

Bases: TUIMethod

Initializes the flow field with the current default values.

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

Bases: TUIMethod

Initalize Lagrangian wall film according to the settings made for individual wall zones.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Lists default values.

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

Bases: TUIMethod

Delete wall film particles and initialize wall film variables to zero.

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

Bases: TUIMethod

Opens channel automatic initialization.

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

Bases: TUIMethod

Sets reference frame to absolute or relative.

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

Bases: TUIMethod

Corrects wall distance at very high aspect ratio hexahedral/polyhedral cells.

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

Bases: TUIMethod

Sets default initial values.

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

Bases: TUIMethod

Enters the set full-multigrid for initialization menu. Initial values for each variable can be set within this menu.

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

Bases: TUIMethod

Enter the additional fmg options menu.

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

Bases: TUIMethod

Displays the number of iterations covered by the data sampled for steady statistics.

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

Bases: TUIMethod

Displays the amount of simulated time covered by the data sampled for unsteady statistics.