table_manager#

class ansys.fluent.core.generated.solver.tui_261.main_menu.file.table_manager(service, version, mode, path)#

Bases: TUIMenu

Enter the table manager menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

delete(service, version, mode, path)

Delete a table.

list_matrix_data(service, version, mode, path)

List matrix table data.

list_properties(service, version, mode, path)

List the properties for a table.

list_tables(service, version, mode, path)

List the available tables.

read_matrix_data_file(service, version, ...)

Read matrix data file.

read_rgp_file(service, version, mode, path)

Read material from real gas property (RGP) file.

rename(service, version, mode, path)

Rename a table.

store_in_case_file(service, version, mode, path)

Set persistence mode for tables (in case or separate file).

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Delete a table.

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

Bases: TUIMethod

List matrix table data.

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

Bases: TUIMethod

List the properties for a table.

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

Bases: TUIMethod

List the available tables.

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

Bases: TUIMethod

Read matrix data file.

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

Bases: TUIMethod

Read material from real gas property (RGP) file.

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

Bases: TUIMethod

Rename a table.

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

Bases: TUIMethod

Set persistence mode for tables (in case or separate file).