data_base#

class ansys.fluent.core.generated.solver.tui_261.main_menu.define.materials.data_base(service, version, mode, path)#

Bases: TUIMenu

Enter the database menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

database_type(service, version, mode, path)

Set the database type.

edit(service, version, mode, path)

Edit a material.

list_materials(service, version, mode, path)

List all materials in the database.

list_properties(service, version, mode, path)

List the properties of a material in the database.

new(service, version, mode, path)

Define a new material.

save(service, version, mode, path)

Save user-defined database.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Set the database type.

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

Bases: TUIMethod

Edit a material.

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

Bases: TUIMethod

List all materials in the database.

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

Bases: TUIMethod

List the properties of a material in the database.

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

Bases: TUIMethod

Define a new material.

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

Bases: TUIMethod

Save user-defined database.