named_expressions#

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

Bases: TUIMenu

Enters the named expressions menu.

Classes:

add(service, version, mode, path)

Creates a new named expression.

compute(service, version, mode, path)

Computes and prints the value of an expression.

copy(service, version, mode, path)

Allows you to copy an existing named expression.

delete(service, version, mode, path)

Allows you to delete a named expression, as long as it is not in use.

edit(service, version, mode, path)

Allows you to edit the definition of a named expression.

export_to_tsv(service, version, mode, path)

Export one or more named expressions to a file in TSV format.

import_from_tsv(service, version, mode, path)

Import one or more named expressions saved in TSV format.

list(service, version, mode, path)

Lists all of the currently defined named expressions.

list_properties(service, version, mode, path)

Lists the definition of a named expression.

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

Bases: TUIMethod

Creates a new named expression.

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

Bases: TUIMethod

Computes and prints the value of an expression. This is only available for expressions that evaluate to a single value.

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

Bases: TUIMethod

Allows you to copy an existing named expression.

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

Bases: TUIMethod

Allows you to delete a named expression, as long as it is not in use.

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

Bases: TUIMethod

Allows you to edit the definition of a named expression.

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

Bases: TUIMethod

Export one or more named expressions to a file in TSV format.

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

Bases: TUIMethod

Import one or more named expressions saved in TSV format.

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

Bases: TUIMethod

Lists all of the currently defined named expressions.

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

Bases: TUIMethod

Lists the definition of a named expression.