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
_assigninterfacematin moduleooflib.engine.IO.materialmenu -
Threadability:
Threadable -
Parameters:
microstructure- Type: The path to an existing
Microstructureobject. 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.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




