user_defined#

class ansys.fluent.core.solver.tui_231.main_menu.parameters__and__customization.user_defined(path, service)#

Bases: TUIMenu

Enter the user-defined functions and scalars menu.

Methods:

auto_compile_compiled_udfs(*args, **kwargs)

For this Fluent session, specify whether to allow auto-compilation of compiled UDF when a case file (or settings file) is read.

compile_customized_addon_module(*args, **kwargs)

Compile customized addon module?.

compiled_functions(*args, **kwargs)

Open user-defined function library.

enable_udf_on_gpu(*args, **kwargs)

Compile UDFs with OpenCL support.

execute_on_demand(*args, **kwargs)

Execute UDFs on demand.

fan_model(*args, **kwargs)

Configure user-defined fan model.

function_hooks(*args, **kwargs)

Hook up user-defined functions.

interpreted_functions(*args, **kwargs)

Load interpreted user-defined functions.

one_D_coupling(*args, **kwargs)

Load 1D library.

use_built_in_compiler(*args, **kwargs)

Enable/disable the use of the built-in compiler.

use_contributed_cpp(*args, **kwargs)

Enable/disable use of cpp from the Fluent.Inc/contrib directory.

user_defined_memory(*args, **kwargs)

Allocate user-defined memory.

user_defined_node_memory(*args, **kwargs)

Allocate user-defined node memory.

user_defined_scalars(*args, **kwargs)

Define user-defined scalars.

Classes:

real_gas_models(path, service)

Enable/configure real gas model.

auto_compile_compiled_udfs(*args, **kwargs)#

For this Fluent session, specify whether to allow auto-compilation of compiled UDF when a case file (or settings file) is read.

compile_customized_addon_module(*args, **kwargs)#

Compile customized addon module?.

compiled_functions(*args, **kwargs)#

Open user-defined function library.

enable_udf_on_gpu(*args, **kwargs)#

Compile UDFs with OpenCL support.

execute_on_demand(*args, **kwargs)#

Execute UDFs on demand.

fan_model(*args, **kwargs)#

Configure user-defined fan model.

function_hooks(*args, **kwargs)#

Hook up user-defined functions.

interpreted_functions(*args, **kwargs)#

Load interpreted user-defined functions.

one_D_coupling(*args, **kwargs)#

Load 1D library.

class real_gas_models(path, service)#

Bases: TUIMenu

Enable/configure real gas model.

Methods:

nist_multispecies_real_gas_model(*args, **kwargs)

Load NIST real gas library.

nist_real_gas_model(*args, **kwargs)

Load NIST real gas library.

nist_settings(*args, **kwargs)

Select refprop library.

set_state(*args, **kwargs)

Select state for NIST real gas model.

user_defined_multispecies_real_gas_model(...)

Load user-defined multispecies real gas library.

user_defined_real_gas_model(*args, **kwargs)

Load user-defined real gas library.

nist_multispecies_real_gas_model(*args, **kwargs)#

Load NIST real gas library.

nist_real_gas_model(*args, **kwargs)#

Load NIST real gas library.

nist_settings(*args, **kwargs)#

Select refprop library.

set_state(*args, **kwargs)#

Select state for NIST real gas model.

user_defined_multispecies_real_gas_model(*args, **kwargs)#

Load user-defined multispecies real gas library.

user_defined_real_gas_model(*args, **kwargs)#

Load user-defined real gas library.

use_built_in_compiler(*args, **kwargs)#

Enable/disable the use of the built-in compiler.

use_contributed_cpp(*args, **kwargs)#

Enable/disable use of cpp from the Fluent.Inc/contrib directory.

user_defined_memory(*args, **kwargs)#

Allocate user-defined memory.

user_defined_node_memory(*args, **kwargs)#

Allocate user-defined node memory.

user_defined_scalars(*args, **kwargs)#

Define user-defined scalars.