solver.tui.define.models.dpm.numerics#

class main_menu.define.models.dpm.numerics(path, service)#

Enters the numerics menu to set numerical solution parameters.

automated_scheme_selection(*args, **kwargs)#

Enables/disables the adaptation of integration step length based on a maximum error.

average_DDPM_variables(*args, **kwargs)#

Enables/disables mesh node averaging of DDPM quantities.

average_each_step(*args, **kwargs)#

Enables/disables mesh node averaging during integration time step.

average_kernel(*args, **kwargs)#

Specifies the averaging kernel to use for mesh node averaging.

average_source_terms(*args, **kwargs)#

Enables/disables mesh node averaging of DPM source terms.

coupled_heat_mass_update(*args, **kwargs)#

Enables/disables coupled heat and mass update.

drag_law(*args, **kwargs)#

Sets the drag law.

enable_node_based_averaging(*args, **kwargs)#

Enables/disables mesh node averaging of DPM quantities.

enhanced_packing_limit_numerics(*args, **kwargs)#

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

error_control(*args, **kwargs)#

Adapts integration step length based on a maximum error.

gaussian_factor(*args, **kwargs)#

Specifies the Gaussian constant when using thegaussian kernel for mesh node averaging.

minimum_liquid_fraction(*args, **kwargs)#

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

mppic_settings(*args, **kwargs)#

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

tracking_parameters(*args, **kwargs)#

Sets parameters for the (initial) tracking step length.

tracking_scheme(*args, **kwargs)#

Specifies a tracking scheme.

tracking_statistics(*args, **kwargs)#

Controls the format of the one-line tracking statistics to be printed after every DPM tracking pass. A value of 0 (the default) prints only fates with non-zero values. A value of 1 prints all fates, including fates with zero values.

underrelax_film_height(*args, **kwargs)#

Sets the under-relaxation factor for the film height calculation. The recommended values range between 0.5 (default) and 0.9.

vaporization_limiting_factors(*args, **kwargs)#

Sets the Vaporization Fractional Change Limits.

verbosity(*args, **kwargs)#

Adjust the DPM tracker’s verbosity level.