materials#

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

Bases: TUIMenu

Enter the materials menu.

Methods:

change_create(*args, **kwargs)

Change the properties of a locally-stored material or create a new material.

copy(*args, **kwargs)

Copy a material from the database.

copy_by_formula(*args, **kwargs)

Copy a material from the database by formula.

delete(*args, **kwargs)

Delete a material from local storage.

list_materials(*args, **kwargs)

List all locally-stored materials.

list_properties(*args, **kwargs)

List the properties of a locally-stored material.

Classes:

data_base(path, service)

Enter the database menu.

change_create(*args, **kwargs)#

Change the properties of a locally-stored material or create a new material.

copy(*args, **kwargs)#

Copy a material from the database.

copy_by_formula(*args, **kwargs)#

Copy a material from the database by formula.

class data_base(path, service)#

Bases: TUIMenu

Enter the database menu.

Methods:

database_type(*args, **kwargs)

Set the database type.

edit(*args, **kwargs)

Edit a material.

list_materials(*args, **kwargs)

List all materials in the database.

list_properties(*args, **kwargs)

List the properties of a material in the database.

new(*args, **kwargs)

Define a new material.

save(*args, **kwargs)

Save user-defined database.

database_type(*args, **kwargs)#

Set the database type.

edit(*args, **kwargs)#

Edit a material.

list_materials(*args, **kwargs)#

List all materials in the database.

list_properties(*args, **kwargs)#

List the properties of a material in the database.

new(*args, **kwargs)#

Define a new material.

save(*args, **kwargs)#

Save user-defined database.

delete(*args, **kwargs)#

Delete a material from local storage.

list_materials(*args, **kwargs)#

List all locally-stored materials.

list_properties(*args, **kwargs)#

List the properties of a locally-stored material.