-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSN_fields.xml
128 lines (124 loc) · 4.83 KB
/
SN_fields.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
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
<!--
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-FieldsEquations">
<title>The Fields & Equations Page</title>
<para>
The Fields & Equations Page specifies which &fields; are
defined on the &mesh; which &equations; are active. It has three
parts, as shown in <xref linkend="Figure-FieldsPage"/>. The
Subproblem Chooser at the top of the page specifies which
&subproblem; is being operated upon. The <link
linkend="Section-FieldPane">Field Pane</link> sets various
properties of the &fields;. The <link
linkend="Section-EquationPane">Equation Pane</link> activates
&equations;.
</para>
<figure id="Figure-FieldsPage">
<title>The Fields Page</title>
<mediaobject>
<imageobject>
<imagedata fileref="FIGURES/gui/fields_page.png"
contentwidth="810px" format="PNG"/>
</imageobject>
</mediaobject>
</figure>
<section id="Section-FieldPane">
<title>The Field Pane</title>
<para>
The Field Pane specifies which &fields; are defined on the
&subproblem;, and sets attributes of those &fields;. The
checkboxes for each &field; correspond to commands in the <xref
linkend="MenuItem-OOF.Mesh.Field"/> menu.
<itemizedlist>
<listitem>
<para>
Toggling the <guibutton>defined</guibutton> checkbox <link
linkend="MenuItem-OOF.Mesh.Field.Define">defines</link>
and <link
linkend="MenuItem-OOF.Mesh.Field.Undefine">undefines</link>
the &field;. The &mesh; only stores values for defined
&fields;.
</para>
</listitem>
<listitem>
<para>
Toggling the <guibutton>active</guibutton> checkbox <link
linkend="MenuItem-OOF.Mesh.Field.Activate">activates</link>
and <link
linkend="MenuItem-OOF.Mesh.Field.Deactivate">deactivates</link>
the &field;. The &equations; only solve for active
&fields;.
</para>
</listitem>
<listitem>
<para>
&oof2; <link
linkend="generalized-plane-strain">generalizes</link> the
standard concept of plane-strain to apply to arbitrary
coupled &fields;. Toggling the
<guibutton>in-plane</guibutton> button determines whether
or not the &field; has out-of-plane derivatives, by
invoking <xref
linkend="MenuItem-OOF.Mesh.Field.In_Plane"/> or <xref
linkend="MenuItem-OOF.Mesh.Field.Out_of_Plane"/>. The
counterpart to generalized plane-strain, <link
linkend="Section-Concepts-Mesh-plane-flux">plane-flux</link>,
is invoked by activating the appropriate equation in the
<link linkend="Section-EquationPane">Equation Pane</link>.
</para>
<para>
A &field; that is in-plane on one &subproblem; in a &mesh;
must be in-plane on all &subproblems; in that &mesh;.
Toggling the <guibutton>in-plane</guibutton> for a field in one
&subproblem; will change its state in all &subproblems;.
</para>
</listitem>
</itemizedlist>
</para>
<para>
The <guibutton>Copy Field State</guibutton> button at the bottom
of the pane allows the current set of checkbox settings to be
copied to another &subproblem;, possibly in another &mesh;.
</para>
</section>
<section id="Section-EquationPane">
<title>The Equation Pane</title>
<para>
The Equation Pane simply contains a list of the &equations; that
&oof2; can solve, and checkboxes which <link
linkend="MenuItem-OOF.Subproblem.Equation.Activate">activate</link>
and <link
linkend="MenuItem-OOF.Subproblem.Equation.Deactivate">deactivate</link>
them for the current &subproblem;. &equations; will be solved
only if they are active, if the &fields; they use are defined,
and if there are &material; &properties; in the &subproblem;
that make contributions to them.
</para>
<para>
The <guibutton>Copy Equation State</guibutton> button at the
bottom of the pane copies the current set of active &fields; to
another &subproblem;, possibly in a different &mesh;.
</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:
-->