parameters__and__customization#

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

Bases: TUIMenu

Enter Parameters and custom menu.

Classes:

parameters(path, service)

Enter the parameters menu.

user_defined(path, service)

Enter the user-defined functions and scalars menu.

class parameters(path, service)#

Bases: TUIMenu

Enter the parameters menu.

Methods:

enable_in_TUI(*args, **kwargs)

Enable/disable parameters in the text user interface.

Classes:

input_parameters(path, service)

Enter the input-parameters menu.

list_parameters(path, service)

Enter list-param menu.

output_parameters(path, service)

Enter the output-parameters menu.

enable_in_TUI(*args, **kwargs)#

Enable/disable parameters in the text user interface.

class input_parameters(path, service)#

Bases: TUIMenu

Enter the input-parameters menu.

Classes:

advance(path, service)

Define custom variable to use input parameter.

Methods:

delete(*args, **kwargs)

Delete an input parameter.

edit(*args, **kwargs)

Edit an input parameter.

class advance(path, service)#

Bases: TUIMenu

Define custom variable to use input parameter.

Methods:

delete(*args, **kwargs)

Delete selected custom-input-parameters.

list(*args, **kwargs)

List of custom-input-parameters.

use_in(*args, **kwargs)

Use input parameter in solver-udf or in scheme-procedure.

delete(*args, **kwargs)#

Delete selected custom-input-parameters.

list(*args, **kwargs)#

List of custom-input-parameters.

use_in(*args, **kwargs)#

Use input parameter in solver-udf or in scheme-procedure.

delete(*args, **kwargs)#

Delete an input parameter.

edit(*args, **kwargs)#

Edit an input parameter.

class list_parameters(path, service)#

Bases: TUIMenu

Enter list-param menu.

Methods:

input_parameters(*args, **kwargs)

List all input parameters.

output_parameters(*args, **kwargs)

List all output parameters.

input_parameters(*args, **kwargs)#

List all input parameters.

output_parameters(*args, **kwargs)#

List all output parameters.

class output_parameters(path, service)#

Bases: TUIMenu

Enter the output-parameters menu.

Methods:

create(*args, **kwargs)

Create an output parameter.

delete(*args, **kwargs)

Delete an output parameter.

edit(*args, **kwargs)

Edit an output parameter.

print_all_to_console(*args, **kwargs)

Print all parameter values to console.

print_to_console(*args, **kwargs)

Print parameter value to console.

rename(*args, **kwargs)

Rename an output parameter.

write_all_to_file(*args, **kwargs)

Write all parameter values to file.

write_to_file(*args, **kwargs)

Write parameter value to file.

create(*args, **kwargs)#

Create an output parameter.

delete(*args, **kwargs)#

Delete an output parameter.

edit(*args, **kwargs)#

Edit an output parameter.

print_all_to_console(*args, **kwargs)#

Print all parameter values to console.

print_to_console(*args, **kwargs)#

Print parameter value to console.

rename(*args, **kwargs)#

Rename an output parameter.

write_all_to_file(*args, **kwargs)#

Write all parameter values to file.

write_to_file(*args, **kwargs)#

Write parameter value to file.

class 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.