table_manager#

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

Bases: TUIMenu

Enters the table file manager menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

delete(service, version, mode, path)

Deletes a table from local storage.

list_matrix_data(service, version, mode, path)

Lists the data of a “matrix” type locally-stored table.

list_properties(service, version, mode, path)

Lists the properties of a locally-stored table.

list_tables(service, version, mode, path)

Lists all locally-stored tables.

read_matrix_data_file(service, version, ...)

Imports a “matrix” type table from a file into local storage.

read_rgp_file(service, version, mode, path)

Imports a set of Real Gas Property (RGP) tables from a file into local storage.

rename(service, version, mode, path)

Renames a locally-stored table.

store_in_case_file(service, version, mode, path)

Sets the persistence mode for RGP tables (embedded in case file or rely on external file).

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Deletes a table from local storage.

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

Bases: TUIMethod

Lists the data of a “matrix” type locally-stored table.

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

Bases: TUIMethod

Lists the properties of a locally-stored table.

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

Bases: TUIMethod

Lists all locally-stored tables.

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

Bases: TUIMethod

Imports a “matrix” type table from a file into local storage.

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

Bases: TUIMethod

Imports a set of Real Gas Property (RGP) tables from a file into local storage.

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

Bases: TUIMethod

Renames a locally-stored table.

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

Bases: TUIMethod

Sets the persistence mode for RGP tables (embedded in case file or rely on external file).