-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSN_bdyanalysis.xml
92 lines (89 loc) · 3.58 KB
/
SN_bdyanalysis.xml
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
<!--
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 [email protected].
-->
<section id="Section-Tasks-BdyAnalysis">
<title>The Boundary Analysis Page</title>
<para>
The Boundary Analysis Page computes quantities on the boundaries
of a (presumably solved) mesh. This information can be used to
compute the effective properties of materials. The page is simply
a GUI for the <xref
linkend="MenuItem-OOF.Mesh.Boundary_Analysis"/> command. Although
it is similar in spirit to the <link
linkend="Section-Tasks-Analysis">Analysis Page</link>, it is
substantially simpler because there are fewer operationa and fewer
choices for domain and sampling.
</para>
<figure id="Figure-BdyAnalysisPage">
<title>The Boundary Analysis Page</title>
<mediaobject>
<imageobject>
<imagedata fileref="FIGURES/gui/bdyanalysis_page.png"
contentwidth="893px" format="PNG"/>
</imageobject>
</mediaobject>
</figure>
<para>
As shown in <xref linkend="Figure-BdyAnalysisPage"/>, at the top
of the page is a Mesh Chooser, consisting of a set of pull-down
menus for choosing the &mesh; (and its &skel; and µ) to
analyze. The Time Chooser below it works identically to the one
on the <link linkend="Section-Tasks-Analysis-Time">Analysis
Page</link>.
</para>
<para>
Below the Time Chooser are two panes: the one on the left contains
a list of boundaries, and the one on the right contains a
pull-down menu listing the kinds of computations that can be done
on the boundaries. The computations are different kinds of <xref
linkend="RegisteredClass-MeshBdyAnalyzer"/>.
</para>
<para>
A computation is done by choosing a boundary on the left, an
analysis method on the right, and pressing the
<guibutton>Go</guibutton> button. The results will be sent to the
destination (file or message window) set by the Destination Pane
at the bottom of the window. The Destination Pane is identical to
its counterpart in the <link
linkend="Section-Tasks-Analysis-Destination">Analysis Page</link>.
</para>
<para>
<link linkend="Section-Concepts-Mesh-NamedAnalysis">Named
Analyses</link> can be created and retrieved here in the same way
that they can be created on the <link
linkend="Section-Tasks-Analysis-Named">Analysis Page</link>,
although the underlying menu commands are different. This page
uses <xref linkend="MenuItem-OOF.Mesh.Boundary_Analysis.Create"/>
to create a new Named Analysis, <xref
linkend="MenuItem-OOF.Mesh.Boundary_Analysis.Delete"/> to delete
one, and <xref
linkend="MenuItem-OOF.Mesh.Boundary_Analysis.SaveAnalysisDefs"/>
to save one or more.
</para>
<note>
<para>
In a future version this page will be merged with the <link
linkend="Section-Tasks-Analysis">Analysis Page</link>.
</para>
</note>
</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:
-->