materials#

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

Bases: TUIMenu

Enters the materials menu.

Classes:

change_create(service, version, mode, path)

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

copy(service, version, mode, path)

Copies a material from the database.

copy_by_formula(service, version, mode, path)

Copies a material from the database by formula.

data_base(service, version, mode, path)

Enters the material database menu.

delete(service, version, mode, path)

Deletes a material from local storage.

list_materials(service, version, mode, path)

Lists all locally-stored materials.

list_properties(service, version, mode, path)

Lists the properties of a locally-stored material.

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

Bases: TUIMethod

Changes the properties of a locally-stored material or create a new material. Generally, the properties you enter at the prompts will be filtered according to your case and model settings. However, some of the listed properties may not match the selection choice in the Graphics User Interface. Typically, those excessive properties in the Text User Interface will not be used in your simulation.

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

Bases: TUIMethod

Copies a material from the database.

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

Bases: TUIMethod

Copies a material from the database by formula.

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

Bases: TUIMethod

Deletes a material from local storage.

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

Bases: TUIMethod

Lists all locally-stored materials.

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

Bases: TUIMethod

Lists the properties of a locally-stored material.