materials#
Bases:
TUIMenu
Enters the materials menu.
Methods:
change_create
(*args, **kwargs)Changes the properties of a locally-stored material or create a new material.
copy
(*args, **kwargs)Copies a material from the database.
copy_by_formula
(*args, **kwargs)Copies a material from the database by formula.
delete
(*args, **kwargs)Deletes a material from local storage.
list_materials
(*args, **kwargs)Lists all locally-stored materials.
list_properties
(*args, **kwargs)Lists the properties of a locally-stored material.
Classes:
data_base
(path, service)Enters the material database menu.
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.
Copies a material from the database.
Copies a material from the database by formula.
Bases:
TUIMenu
Enters the material database menu.
Methods:
database_type
(*args, **kwargs)Sets the database type (fluent-database, granta-mds, or user-defined).
edit
(*args, **kwargs)Edits material.
list_materials
(*args, **kwargs)Lists all materials in the database.
list_properties
(*args, **kwargs)Lists the properties of a material in the database.
new
(*args, **kwargs)Defines new material.
save
(*args, **kwargs)Saves user-defined database.
Sets the database type (fluent-database, granta-mds, or user-defined).
Edits material.
Lists all materials in the database.
Lists the properties of a material in the database.
Defines new material.
Saves user-defined database.
Deletes a material from local storage.
Lists all locally-stored materials.
Lists the properties of a locally-stored material.