Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/shellsolver.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="Shell Equations" >
5
<Name>Shell Equations</Name>
6
<Solver>
7
<Parameter Widget="Edit" >
8
<Name> Procedure </Name>
9
<DefaultValue> "ShellSolver" "ShellSolver" </DefaultValue>
10
</Parameter>
11
12
<Parameter Widget="Label"> <Name> Miscellaneous options</Name> </Parameter>
13
<Parameter Widget="CheckBox">
14
<Name> Large Deflection </Name>
15
<Whatis> If checked use large deflection theory. </Whatis>
16
</Parameter>
17
18
<Parameter Widget="CheckBox" Enabled="True">
19
<Name> Displace mesh </Name>
20
<Whatis> Displace mesh with the solution (or not).</Whatis>
21
</Parameter>
22
23
<Parameter Widget="Label">
24
<Name> Free text input </Name>
25
</Parameter>
26
27
<Parameter Widget="TextEdit" Enabled="True">
28
<Name> Free text </Name>
29
<Type> String </Type>
30
<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>
31
<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>
32
</Parameter>
33
34
</Solver>
35
36
<Equation>
37
38
<Parameter Widget="Label">
39
<Name> Free text input </Name>
40
</Parameter>
41
42
<Parameter Widget="TextEdit" Enabled="True">
43
<Name> Free text </Name>
44
<Type> String </Type>
45
<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>
46
<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>
47
</Parameter>
48
49
</Equation>
50
51
<InitialCondition>
52
53
<Parameter Widget="Label">
54
<Name> Free text input </Name>
55
</Parameter>
56
57
<Parameter Widget="TextEdit" Enabled="True">
58
<Name> Free text </Name>
59
<Type> String </Type>
60
<Whatis> Free text is copied into the Initial Condition-block of the SIF as such. </Whatis>
61
<StatusTip> Free text is copied into the Initial Condition-block of the SIF as such. </StatusTip>
62
</Parameter>
63
64
</InitialCondition>
65
66
<BodyForce>
67
<Parameter Widget="Label"> <Name> Pressure </Name> </Parameter>
68
<Parameter Widget="Edit">
69
<Name> Normal Pressure </Name>
70
<SifName> Normal Pressure </SifName>
71
<Whatis> Pressure normal to boundary. </Whatis>
72
</Parameter>
73
74
<Parameter Widget="Label">
75
<Name> Free text input </Name>
76
</Parameter>
77
78
<Parameter Widget="TextEdit" Enabled="True">
79
<Name> Free text </Name>
80
<Type> String </Type>
81
<Whatis> Free text is copied into the Body Force-block of the SIF as such. </Whatis>
82
<StatusTip> Free text is copied into the Body Force-block of the SIF as such. </StatusTip>
83
</Parameter>
84
85
</BodyForce>
86
87
<Material>
88
<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>
89
<Parameter Widget="Edit" >
90
<Name>Youngs modulus</Name>
91
<Whatis> The elastic modulus must be given with this keyword. </Whatis>
92
</Parameter>
93
94
<Parameter Widget="Edit" >
95
<Name>Poisson ratio</Name>
96
<Whatis> For isotropic materials Poisson ratio must be given with this keyword. </Whatis>
97
</Parameter>
98
99
<Parameter Widget="Edit" >
100
<Name>Shell Thickness</Name>
101
<Whatis> Set thickness of shell elements. </Whatis>
102
</Parameter>
103
104
<Parameter Widget="Label">
105
<Name> Free text input </Name>
106
</Parameter>
107
108
<Parameter Widget="TextEdit" Enabled="True">
109
<Name> Free text </Name>
110
<Type> String </Type>
111
<Whatis> Free text is copied into the Material-block of the SIF as such. </Whatis>
112
<StatusTip> Free text is copied into the Material-block of the SIF as such. </StatusTip>
113
</Parameter>
114
115
</Material>
116
117
<BoundaryCondition>
118
119
<Parameter Widget="Label"> <Name> Dirichlet Conditions </Name> </Parameter>
120
<Parameter Widget="Edit">
121
<Name> U 1 </Name>
122
<Whatis> Dirichlet condition for the displacement in coordinate direction 1. </Whatis>
123
</Parameter>
124
<Parameter Widget="Edit">
125
<Name> U 2 </Name>
126
127
<Whatis> Dirichlet condition for the displacement in coordinate direction 2. </Whatis>
128
</Parameter>
129
<Parameter Widget="Edit">
130
<Name> U 3 </Name>
131
132
<Whatis> Dirichlet condition for the displacement in coordinate direction 3. </Whatis>
133
</Parameter>
134
135
<Parameter Widget="Edit">
136
<Name> DNU 1 </Name>
137
138
<Whatis> Dirichlet condition for the displacement in coordinate direction 1. </Whatis>
139
</Parameter>
140
<Parameter Widget="Edit">
141
<Name> DNU 2 </Name>
142
143
<Whatis> Dirichlet condition for the displacement in coordinate direction 2. </Whatis>
144
</Parameter>
145
<Parameter Widget="Edit">
146
<Name> DNU 3 </Name>
147
148
<Whatis> Dirichlet condition for the displacement in coordinate direction 3. </Whatis>
149
</Parameter>
150
151
<Parameter Widget="Label">
152
<Name> Free text input </Name>
153
</Parameter>
154
155
<Parameter Widget="TextEdit" Enabled="True">
156
<Name> Free text </Name>
157
<Type> String </Type>
158
<Whatis> Free text is copied into the Boundary Condition-block of the SIF as such. </Whatis>
159
<StatusTip> Free text is copied into the Boundary Condition-block of the SIF as such. </StatusTip>
160
</Parameter>
161
162
</BoundaryCondition>
163
</PDE>
164
</edf>
165
166