-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSN_interfaces.xml
More file actions
129 lines (125 loc) · 4.81 KB
/
SN_interfaces.xml
File metadata and controls
129 lines (125 loc) · 4.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!--
This software was produced by NIST, an agency of the
U.S. government, and by statute is not subject to copyright in the
United States. Recipients of this software assume all
responsibilities associated with its operation, modification and
maintenance. However, to facilitate maintenance we ask that before
distributing modified versions of this software, you first contact
the authors at oof_manager@nist.gov.
-->
<THIS PAGE NEEDS TO BE REWRITTEN.
IT'S CURRENTLY COMMENTED OUT in CH_tasks.xml and xmlfilelist />
<section id="Section-Tasks-Interfaces">
<title>Interfaces</title>
<para>
The Interfaces Page allows a user to define interfaces on the
µ. The layout of the page is similar to the Skeleton
Boundaries Page.
</para>
<para>
Interfaces are similar to skeleton or mesh boundaries in many
respects. When a mesh is created, an element is defined for
each edge belonging to an interface. Each edge element, or
edgement, can contribute to the stiffness matrix if a material
with interface properties such as surface tension is assigned to
the interface. Certain boundary conditions can also be assigned
directly to interfaces. One can also go to the Skeleton
Boundaries page and create a new skeleton boundary based on an
interface definition. In contrast to normal skeleton boundaries,
interfaces (and skeleton boundaries based on these interfaces)
may correspond to a disconnected set of edges in the &mesh;.
</para>
<para>
<xref linkend="Figure-SkelBdyPage"/> illustrates the Interfaces
Page. The Microstructure Chooser at the top selects the µ
whose interface definitions are to be edited. The <link
linkend="Section-Interfaces-InterfaceList">Interface List
Pane</link> on the left lists all of the interfaces defined in
the current microstructure, and provides buttons for editing
them. The Interface details pane on the right shows information
about the interface selected in the list.
</para>
<figure id="Figure-InterfacesPage">
<title>The Interfaces Page (TODO: Screen grab for actual interfaces page.)</title>
<mediaobject>
<imageobject>
<imagedata fileref="FIGURES/gui/skelbdy_page.png"
format="PNG"/>
</imageobject>
</mediaobject>
</figure>
<section id="Section-Interfaces-InterfaceList">
<title>The Interfaces List Pane</title>
<para>
Clicking on the name of an interface in the Interfaces pane on
the left column of the page selects that interface and
displays information about it in the Interface details pane on
the right column.
</para>
<para>
The five buttons below the list manipulate interfaces:
<itemizedlist>
<listitem>
<para>
The <link
linkend="MenuItem-OOF.Microstructure.Interface.New"><guibutton>New</guibutton></link>
button defines a new interface given a pixel group, a
material, pairs of pixel groups, or pairs of
materials. The name of the interface will always be
unique from any name in the list of skeleton boundaries
in the same µ. The addition of a new interface
causes the &mesh; to be rebuilt.
</para>
</listitem>
<listitem>
<para>
The <link
linkend="MenuItem-OOF.Microstructure.Interface.Rename"><guibutton>Rename</guibutton></link>
button renames the currently selected interface.
</para>
</listitem>
<listitem>
<para>
The <link
linkend="MenuItem-OOF.Microstructure.Interface.Delete"><guibutton>Delete</guibutton></link>
button deletes the currently selected interface from the
µ. The removal of an interface causes the &mesh;
to be rebuilt.
</para>
</listitem>
<listitem>
<para>
The <link
linkend="MenuItem-OOF.Material.Interface.Assign"><guibutton>Assign
interface material</guibutton></link> button assigns an
interface material to the interface. When a &mesh; gets
created for the µ, the material becomes associated
with the edge &elems; that belong to the interface.
</para>
</listitem>
<listitem>
<para>
The <link
linkend="MenuItem-OOF.Material.Interface.Remove"><guibutton>Remove
material</guibutton></link> button removes or unassigns
any interface material from the interface.
</para>
</listitem>
</itemizedlist>
</para>
</section>
</section>
<!-- Keep this comment at the end of the file
Local variables:
sgml-omittag:t
sgml-shorttag:t
sgml-namecase-general:nil
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:("man_oof2.xml" "book" "chapter")
sgml-exposed-tags:nil
sgml-local-ecat-files:nil
End:
-->