models#

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

Bases: TUIMenu

Enters the models menu to configure the solver.

Classes:

ablation(service, version, mode, path)

Enables/disables the ablation model.

acoustics(service, version, mode, path)

Enters the acoustics menu.

addon_module(service, version, mode, path)

Loads addon module.

axisymmetric(service, version, mode, path)

Specifies whether or not the domain is axisymmetric.

battery_model(service, version, mode, path)

Enables the dual potential MSMD battery model.

cht(service, version, mode, path)

Enters the cht (conjugate heat transfer) menu.

crevice_model(service, version, mode, path)

Enables/disables the crevice model.

crevice_model_controls(service, version, ...)

Enters the crevice model controls menu.

dpm(service, version, mode, path)

Enters the dispersed phase model menu.

electrolysis_setup(service, version, mode, path)

Enter the electrolysis and H2 pump model setup menu.

energy(service, version, mode, path)

.

eulerian_wallfilm(service, version, mode, path)

Enters the Eulerian wall film model menu.

frozen_flux(service, version, mode, path)

Enables/disables frozen flux formulation for transient flows.

heat_exchanger(service, version, mode, path)

Enters the heat exchanger menu.

multiphase(service, version, mode, path)

Enters the multiphase model menu.

noniterative_time_advance(service, version, ...)

Enables/disables noniterative time advancement scheme.

nox(service, version, mode, path)

Enables/disables the NOx model.

nox_parameters(service, version, mode, path)

Enters the NOx parameters menu.

optics(service, version, mode, path)

.

potential_and_li_ion_battery(service, ...)

Enables/disables the electric-potential model.

radiation(service, version, mode, path)

Enters the radiation models menu.

shell_conduction(service, version, mode, path)

Enters the shell conduction models menu.

solidification_melting(service, version, ...)

Enables/disables the solidification and melting model.

solver(service, version, mode, path)

Enters the menu to select the solver.

soot(service, version, mode, path)

Enables/disables the soot model.

soot_parameters(service, version, mode, path)

Enters the soot parameters menu.

species(service, version, mode, path)

Enters the species models menu.

steady(service, version, mode, path)

Enables/disables the steady solution model.

structure(service, version, mode, path)

Enters the structure model menu.

swirl(service, version, mode, path)

Enables/disables axisymmetric swirl velocity.

system_coupling_settings(service, version, ...)

Enters the system coupling menu.

two_temperature(service, version, mode, path)

Enters the Two-Temperature model menu.

unsteady_1st_order(service, version, mode, path)

Selects the first-order implicit formulation for transient simulations.

unsteady_2nd_order(service, version, mode, path)

Selects the second-order implicit formulation for transient simulations.

unsteady_2nd_order_bounded(service, version, ...)

Selects the bounded second-order implicit formulation for transient simulations.

unsteady_global_time(service, version, mode, ...)

Selects the explicit transient formulation.

unsteady_structure_euler(service, version, ...)

Selects the backward Euler method for the direct time integration of the finite element semi-discrete equation of motion.

unsteady_structure_newmark(service, version, ...)

Selects the Newmark method for the direct time integration of the finite element semi-discrete equation of motion.

virtual_blade_model(service, version, mode, path)

.

viscous(service, version, mode, path)

Enters the viscous model menu.

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

Bases: TUIMethod

Enables/disables the ablation model.

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

Bases: TUIMethod

Loads addon module.

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

Bases: TUIMethod

Specifies whether or not the domain is axisymmetric.

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

Bases: TUIMethod

Enables the dual potential MSMD battery model. For text commands that become available when the battery model is enabled, refer to Battery Model Text Commands.

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

Bases: TUIMethod

Enables/disables the crevice model.

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

Bases: TUIMethod

Enters the crevice model controls menu.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Enables/disables frozen flux formulation for transient flows.

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

Bases: TUIMethod

Enables/disables noniterative time advancement scheme.

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

Bases: TUIMethod

Enables/disables the NOx model.

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

Bases: TUIMethod

Enables/disables the electric-potential model.

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

Bases: TUIMethod

Enables/disables the solidification and melting model.

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

Bases: TUIMethod

Enables/disables the soot model.

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

Bases: TUIMethod

Enables/disables the steady solution model.

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

Bases: TUIMethod

Enables/disables axisymmetric swirl velocity.

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

Bases: TUIMethod

Selects the first-order implicit formulation for transient simulations.

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

Bases: TUIMethod

Selects the second-order implicit formulation for transient simulations.

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

Bases: TUIMethod

Selects the bounded second-order implicit formulation for transient simulations.

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

Bases: TUIMethod

Selects the explicit transient formulation. This text command is only available for unsteady cases that use the density-based solver with the explicit formulation.

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

Bases: TUIMethod

Selects the backward Euler method for the direct time integration of the finite element semi-discrete equation of motion. This text command is only available for transient simulations that use the structural model.

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

Bases: TUIMethod

Selects the Newmark method for the direct time integration of the finite element semi-discrete equation of motion. This text command is only available for transient simulations that use the structural model.