numerics#

class ansys.fluent.core.generated.solver.tui_261.main_menu.define.models.dpm.numerics(service, version, mode, path)#

Bases: TUIMenu

Enter the numerics menu to set numerical solution parameters.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

automated_scheme_selection(service, version, ...)

Enable/disable the adaptation of integration step length based on a maximum error.

average_DDPM_variables(service, version, ...)

No help available.

average_each_step(service, version, mode, path)

No help available.

average_kernel(service, version, mode, path)

No help available.

average_source_terms(service, version, mode, ...)

No help available.

consider_pressure_drho_dt(service, version, ...)

Consider drho/dt term in pressure correction equation.

coupled_heat_mass_update(service, version, ...)

No help available.

drag_law(service, version, mode, path)

Set the drag law.

dynamic_interaction(service, version, mode, path)

Enable/disable dynamic interaction range.

enable_node_based_averaging(service, ...)

No help available.

enhanced_packing_limit_numerics(service, ...)

Enable enhanced packing limit numerics to avoid exceeding of packing limit for granular phases.

error_control(service, version, mode, path)

No help available.

fluid_formulation_momentum(service, version, ...)

Compute momemtum sources based on fluid force formulation instead of change of momentum between entry and exit of cell.

gaussian_factor(service, version, mode, path)

No help available.

granular_stress_tensor(service, version, ...)

Enable granular stress tensor to be considered with solid pressure gradient as collision force.

high_resolution_tracking(service, version, ...)

Enter the high resolution tracking menu.

limit_granular_forces(service, version, ...)

Enable limiting of granular forces from solid pressure gradients to avoid particle velocity overshoots.

minimum_liquid_fraction(service, version, ...)

Evaporate droplet completely when the remaining mass is below this fraction of initial mass.

mppic_settings(service, version, mode, path)

Enable PIC and MPPIC to compute DPM and DDPM source terms.

packed_region_detection_enabled(service, ...)

Identify cells in packed region to apply limiting of granular forces.

parcel_count_control(service, version, mode, ...)

No help available.

predictor_corrector(service, version, mode, path)

Enable predictor/corrector approach to track particles.

re_randomize_every_iteration(service, ...)

Decide whether pseudo-random number sequences shall vary from iteration to iteration or not.

re_randomize_every_timestep(service, ...)

Decide whether pseudo-random number sequences shall vary from timestep to timestep or not.

set_overpacking_force_model(service, ...)

Set overpacking force model (0 = off, 1 = enabled.

source_terms_cell_cloud_limit(service, ...)

Limiting particle source terms based on minimum of particle cloud volume and cell volume.

tracking_parameters(service, version, mode, path)

Set parameters for the (initial) tracking step length.

tracking_scheme(service, version, mode, path)

Specify a tracking scheme.

tracking_statistics(service, version, mode, path)

No help available.

underrelax_film_height(service, version, ...)

Define underrelaxation factor for film height.

use_advanced_settings_for_epln(service, ...)

Enable/Disable advanced settings for enhanced packing limit numerics.

use_cell_based_vof_for_epln(service, ...)

Use cell based VOF for enhanced packing limit numerics.

use_improved_limiters(service, version, ...)

Use improved limiters in combination with granular force limiting.

vaporization_limiting_factors(service, ...)

No help available.

verbosity(service, version, mode, path)

No help available.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Enable/disable the adaptation of integration step length based on a maximum error.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Consider drho/dt term in pressure correction equation.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Set the drag law.

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

Bases: TUIMethod

Enable/disable dynamic interaction range.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Enable enhanced packing limit numerics to avoid exceeding of packing limit for granular phases.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Compute momemtum sources based on fluid force formulation instead of change of momentum between entry and exit of cell.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Enable granular stress tensor to be considered with solid pressure gradient as collision force.

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

Bases: TUIMethod

Enable limiting of granular forces from solid pressure gradients to avoid particle velocity overshoots.

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

Bases: TUIMethod

Evaporate droplet completely when the remaining mass is below this fraction of initial mass.

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

Bases: TUIMethod

Enable PIC and MPPIC to compute DPM and DDPM source terms.

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

Bases: TUIMethod

Identify cells in packed region to apply limiting of granular forces.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Enable predictor/corrector approach to track particles.

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

Bases: TUIMethod

Decide whether pseudo-random number sequences shall vary from iteration to iteration or not.

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

Bases: TUIMethod

Decide whether pseudo-random number sequences shall vary from timestep to timestep or not.

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

Bases: TUIMethod

Set overpacking force model (0 = off, 1 = enabled.

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

Bases: TUIMethod

Limiting particle source terms based on minimum of particle cloud volume and cell volume.

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

Bases: TUIMethod

Set parameters for the (initial) tracking step length.

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

Bases: TUIMethod

Specify a tracking scheme.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Define underrelaxation factor for film height.

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

Bases: TUIMethod

Enable/Disable advanced settings for enhanced packing limit numerics.

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

Bases: TUIMethod

Use cell based VOF for enhanced packing limit numerics.

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

Bases: TUIMethod

Use improved limiters in combination with granular force limiting.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

No help available.