advanced#

class ansys.fluent.core.generated.solver.tui_242.main_menu.solve.set.advanced(service, version, mode, path)#

Bases: TUIMenu

Enters the advanced settings menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

alternate_wall_temp_formulation(service, ...)

Enables/disables an alternate formulation for wall temperatures.

anisotropic_heat_flux(service, version, ...)

Select the heat flux calculation methods.

anisotropic_solid_heat_transfer(service, ...)

bcd_boundedness(service, version, mode, path)

Specifies the BCD scheme parameter, which controls the boundedness strength of the BCD scheme in the pressure-based solver, as described in .

bcd_scheme_type(service, version, mode, path)

BCD scheme type (standard or tunable).

bcd_weights_freeze(service, version, mode, path)

Enables/disables freezing of weighting coefficients of the central differencing and the upwind components of the BCD scheme.

correction_form(service, version, mode, path)

energy_numerical_noise_filter(service, ...)

Enables/disables a filter to eliminate non-physical numerical noise in the energy field.

energy_reconstruction_gradient_limiting(...)

Enable limiting of reconstruction gradient for the energy equation.

explicit_under_relaxation_value(service, ...)

Explicit under-relaxation value.

linearized_mass_transfer_udf(service, ...)

Enables/disables the use of a linearized mass transfer user-defined function (that is, the DEFINE_LINEARIZED_MASS_TRANSFER macro), as opposed to a mass transfer user-defined function (that is, the DEFINE_MASS_TRANSFER macro).

non_reflecting_boundary_treatment(service, ...)

Enter non reflecting boundary treatment using minimal pressure reflection approach menu.

retain_cell_residuals(service, version, ...)

Enables/disables the retention of cell residuals for postprocessing.

retain_temporary_solver_mem(service, ...)

Enables/disables the retention of temporary solver memory, which retains gradient data and makes some advanced options available for postprocessing.

secondary_gradient_limiting(service, ...)

Enters the secondary gradient limiting menu.

show_all_discretization_schemes(service, ...)

Enables/disables the availability of all applicable discretization schemes.

singhal_et_al_cavitation_model(service, ...)

Enables/disables the availability of the Singhal et al. cavitation model option, which can then be enabled in the Multiphase Model dialog box or by using the following text command: define/phases/set-domain-properties/interaction-domain/heat-mass-reaction/cavitation/cavitation?.

skewness_correction_enhanced(service, ...)

Enable enhanced skewness correction scheme.

transient_frame_motion_numerics(service, ...)

Enable time-step independent continuity discretization for transient cases with frame motion.

turbomachinery_specific_numerics(service, ...)

Enter turbomachinery-specific numerics menu.

volume_flux_for_single_phase(service, ...)

Enable/disable volume flux formulation for single phase flows.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Enables/disables an alternate formulation for wall temperatures.

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

Bases: TUIMethod

Select the heat flux calculation methods.

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

Bases: TUIMethod

Specifies the BCD scheme parameter, which controls the boundedness strength of the BCD scheme in the pressure-based solver, as described in .

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

Bases: TUIMethod

BCD scheme type (standard or tunable).

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

Bases: TUIMethod

Enables/disables freezing of weighting coefficients of the central differencing and the upwind components of the BCD scheme. This dialog command requires the iteration number, after which the BCD scheme weights are to be frozen at each timestep. Freezing the BCD weighting coefficients may help to improve convergence of the timestep iterations as described in .

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

Bases: TUIMethod

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

Bases: TUIMethod

Enables/disables a filter to eliminate non-physical numerical noise in the energy field. Numerical noise can appear in solution fields where large variations in specific heat or combustion with phase change are present. Using the energy equation numerical noise filter increases robustness, but may make the solution slightly more diffusive. This text command is only available with the pressure-based solver.

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

Bases: TUIMethod

Enable limiting of reconstruction gradient for the energy equation.

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

Bases: TUIMethod

Explicit under-relaxation value.

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

Bases: TUIMethod

Enables/disables the use of a linearized mass transfer user-defined function (that is, the DEFINE_LINEARIZED_MASS_TRANSFER macro), as opposed to a mass transfer user-defined function (that is, the DEFINE_MASS_TRANSFER macro).

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

Bases: TUIMethod

Enables/disables the retention of cell residuals for postprocessing.

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

Bases: TUIMethod

Enables/disables the retention of temporary solver memory, which retains gradient data and makes some advanced options available for postprocessing.

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

Bases: TUIMethod

Enables/disables the availability of all applicable discretization schemes.

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

Bases: TUIMethod

Enables/disables the availability of the Singhal et al. cavitation model option, which can then be enabled in the Multiphase Model dialog box or by using the following text command: define/phases/set-domain-properties/interaction-domain/heat-mass-reaction/cavitation/cavitation?.

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

Bases: TUIMethod

Enable enhanced skewness correction scheme.

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

Bases: TUIMethod

Enable time-step independent continuity discretization for transient cases with frame motion.

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

Bases: TUIMethod

Enable/disable volume flux formulation for single phase flows.