user_defined#

class ansys.fluent.core.generated.solver.tui_252.main_menu.define.user_defined(service, version, mode, path)#

Bases: TUIMenu

Enters the user-defined functions and scalars menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

auto_compile_compiled_udfs(service, version, ...)

No help available.

compile_customized_addon_module(service, ...)

Compile customized addon module?.

compiled_functions(service, version, mode, path)

Opens user-defined function library.

enable_udf_on_gpu(service, version, mode, path)

No help available.

execute_on_demand(service, version, mode, path)

Executes UDFs on demand.

fan_model(service, version, mode, path)

Configures user-defined fan model.

function_hooks(service, version, mode, path)

Hooks up user-defined functions.

interpreted_functions(service, version, ...)

Loads interpreted user-defined functions.

one_D_coupling(service, version, mode, path)

No help available.

real_gas_models(service, version, mode, path)

Enters the real-gas menu to enable/configure real gas model.

use_built_in_compiler(service, version, ...)

Enables/disables the use of a built-in compiler (Clang) when the define/user-defined/compiled-functions text command is used.

use_contributed_cpp(service, version, mode, path)

No help available.

use_zone_based_udm(service, version, mode, path)

No help available.

user_defined_memory(service, version, mode, path)

Allocates user-defined memory.

user_defined_node_memory(service, version, ...)

No help available.

user_defined_scalars(service, version, mode, ...)

Defines user-defined scalars.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Compile customized addon module?.

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

Bases: TUIMethod

Opens user-defined function library.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Executes UDFs on demand.

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

Bases: TUIMethod

Configures user-defined fan model.

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

Bases: TUIMethod

Loads interpreted user-defined functions.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Enables/disables the use of a built-in compiler (Clang) when the define/user-defined/compiled-functions text command is used. This text command / compiler is available for Windows only, and is provided as part of the ANSYS Fluent installation. It is recommended that you enable this text command when the compiler you installed on your machine is an older version that is no longer supported. Note that the built-in compiler is used automatically if Fluent determines that you have not installed Microsoft Visual Studio or Clang on your computer, whether this text command is enabled or not.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Allocates user-defined memory.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Defines user-defined scalars.