initialize#
Bases:
TUIMenu
Enters the flow initialization menu.
Classes:
compute_defaults
(path, service)Enters the compute default values menu.
mp_localized_turb_init
(path, service)Enters the menu for localized turbulent flow initialization.
set_fmg_options
(path, service)Enter the full-multigrid option menu.
vof_patch_smooth_options
(path, service)Enters the vof patch/smooth options menu.
Methods:
dpm_reset
(*args, **kwargs)Resets discrete phase source terms to zero.
fmg_initialization
(*args, **kwargs)Initializes using the full-multigrid initialization (FMG).
hyb_initialization
(*args, **kwargs)Initializes using the hybrid initialization method.
init_acoustics_options
(*args, **kwargs)Specifies the number of timesteps for ramping of sound sources and re-initializes the acoustics wave equation solution.
init_flow_statistics
(*args, **kwargs)Initializes unsteady statistics.
init_turb_vel_fluctuations
(*args, **kwargs)Initializes instantaneous velocity field out of steady state RANS results, for use before enabling a scale resolving simulation such as LES.
initialize_flow
(*args, **kwargs)Initializes the flow field with the current default values.
levelset_auto_init
(*args, **kwargs)Levelset function automatic initialization.
list_defaults
(*args, **kwargs)Lists default values.
lwf_initialization
(*args, **kwargs)Deletes wall film particles and initializes wall film variables to zero.
open_channel_auto_init
(*args, **kwargs)Opens channel automatic initialization.
patch
(*args, **kwargs)Patch a value for a flow variable in the domain.
reference_frame
(*args, **kwargs)Sets reference frame to absolute or relative.
repair_wall_distance
(*args, **kwargs)Corrects wall distance at very high aspect ratio hexahedral/polyhedral cells.
set_defaults
(*args, **kwargs)Sets default initial values.
set_fmg_initialization
(*args, **kwargs)Enters the set full-multigrid for initialization menu.
set_hyb_initialization
(*args, **kwargs)Enters the hybrid initialization menu.
show_iterations_sampled
(*args, **kwargs)Displays the number of iterations covered by the data sampled for steady statistics.
show_time_sampled
(*args, **kwargs)Displays the amount of simulated time covered by the data sampled for unsteady statistics.
Bases:
TUIMenu
Enters the compute default values menu.
Methods:
all_zones
(*args, **kwargs)Initializes the flow field with the default values.
axis
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
degassing
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
dummy_entry
(*args, **kwargs).
exhaust_fan
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
fan
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
fluid
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
geometry
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
inlet_vent
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
intake_fan
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
interface
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
interior
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
mass_flow_inlet
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
mass_flow_outlet
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
network
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
network_end
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
outflow
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
outlet_vent
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
overset
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
periodic
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
porous_jump
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
pressure_far_field
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
pressure_inlet
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
pressure_outlet
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
radiator
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
rans_les_interface
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
recirculation_inlet
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
recirculation_outlet
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
shadow
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
solid
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
symmetry
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
velocity_inlet
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
wall
(*args, **kwargs)Compute flow-initialization defaults from a zone of this type.
Initializes the flow field with the default values.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Compute flow-initialization defaults from a zone of this type.
Resets discrete phase source terms to zero.
Initializes using the full-multigrid initialization (FMG).
Initializes using the hybrid initialization method.
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.
Initializes unsteady statistics.
Initializes instantaneous velocity field out of steady state RANS results, for use before enabling a scale resolving simulation such as LES.
Initializes the flow field with the current default values.
Levelset function automatic initialization.
Lists default values.
Deletes wall film particles and initializes wall film variables to zero. This option is available only with the wall-film DPM boundary condition.
Bases:
TUIMenu
Enters the menu for localized turbulent flow initialization.
Methods:
enable
(*args, **kwargs)Enables/disables localized initialization of turbulent flow variables.
turb_init_parameters
(*args, **kwargs)Sets values for the turbulent intensity and turbulent viscosity ratio for localized initialization.
Enables/disables localized initialization of turbulent flow variables.
Sets values for the turbulent intensity and turbulent viscosity ratio for localized initialization.
Opens channel automatic initialization.
Patch a value for a flow variable in the domain.
Sets reference frame to absolute or relative.
Corrects wall distance at very high aspect ratio hexahedral/polyhedral cells.
Sets default initial values.
Enters the set full-multigrid for initialization menu. Initial values for each variable can be set within this menu.
Bases:
TUIMenu
Enter the full-multigrid option menu.
Methods:
set_turbulent_viscosity_ratio
(*args, **kwargs)Set turbulent viscosity ratio used during FMG initialization.
species_reactions
(*args, **kwargs)Enable/disable species volumetric reactions during FMG initialization.
viscous_terms
(*args, **kwargs)Enable/disable viscous terms during FMG initialization.
Set turbulent viscosity ratio used during FMG initialization.
Enable/disable species volumetric reactions during FMG initialization.
Enable/disable viscous terms during FMG initialization.
Enters the hybrid initialization menu.
Displays the number of iterations covered by the data sampled for steady statistics.
Displays the amount of simulated time covered by the data sampled for unsteady statistics.
Bases:
TUIMenu
Enters the vof patch/smooth options menu.
Methods:
execute_smoothing
(*args, **kwargs)Execute volumetric smoothing for volume fraction.
set_options
(*args, **kwargs)Sets options for patching and smoothing volume fraction.
Execute volumetric smoothing for volume fraction.
Sets options for patching and smoothing volume fraction.