OOF2: The Manual
Name
OOF.Material.Interface.Assign — Assign material to interfaces in a Microstructure.
Synopsis
OOF.Material.Interface.Assign(microstructure
,material
,skeleton
,interfaces
)
Details
- Parent Menu: OOF.Material.Interface
-
Callback: function
_assigninterfacemat
in moduleooflib.engine.IO.materialmenu
-
Parameters:
microstructure
- Type: The path to an existing
Microstructure
object. material
- Interface material to be assigned. Type: A character string.
skeleton
- Skeleton name Type: A character string.
interfaces
- Current list of named interfaces and boundaries defined in this microstructure. Type: A list of character strings.
Description
This command assigns a Material
to a list of interfaces and skeleton boundaries
in the microstructure. When the Mesh
is created, an element is created for every
edge belonging to an interface or skeleton boundary, and each element is assigned
the material that was assigned to the interface or skeleton boundary.