Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/reynolds.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="Reynolds Equation" >
5
<Name>Reynolds Equation</Name>
6
7
<Equation>
8
<Parameter Widget="Label" > <Name> Local velocity settings </Name> </Parameter>
9
<Parameter Widget="Edit" >
10
<Name> Normal Velocity </Name>
11
</Parameter>
12
<Parameter Widget="Edit" >
13
<Name> Tangent Velocity 1 </Name>
14
</Parameter>
15
<Parameter Widget="Edit" >
16
<Name> Tangent Velocity 2 </Name>
17
</Parameter>
18
<Parameter Widget="Edit" >
19
<Name> Tangent Velocity 3 </Name>
20
</Parameter>
21
22
<Parameter Widget="Label" > <Name> Global velocity settings </Name> </Parameter>
23
<Parameter Widget="Edit" >
24
<Name> Surface Velocity 1 </Name>
25
</Parameter>
26
<Parameter Widget="Edit" >
27
<Name> Surface Velocity 2 </Name>
28
</Parameter>
29
<Parameter Widget="Edit" >
30
<Name> Surface Velocity 3 </Name>
31
</Parameter>
32
33
34
<Parameter Widget="Label">
35
<Name> Free text input </Name>
36
</Parameter>
37
38
<Parameter Widget="TextEdit" Enabled="True">
39
<Name> Free text </Name>
40
<Type> String </Type>
41
<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>
42
<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>
43
</Parameter>
44
45
</Equation>
46
47
<Solver>
48
<Parameter Widget="Edit" >
49
<Name > Procedure </Name>
50
<DefaultValue> "ReynoldsSolver" "ReynoldsSolver" </DefaultValue>
51
</Parameter>
52
<Parameter Widget="Edit" Enabled="False">
53
<Name> Variable </Name>
54
<DefaultValue> FilmPressure </DefaultValue>
55
</Parameter>
56
57
<Parameter Widget="Label"> <Name>Definitions for cavitation</Name> </Parameter>
58
59
<Parameter Widget="CheckBox">
60
<Name> Apply Limiter </Name>
61
<Whatis> If checked the pressure may be given a soft limit as in cavitation. </Whatis>
62
<StatusTip> If checked the pressure may be given a soft limit as in cavitation. </StatusTip>
63
<Activate> /Reynolds Equation/BodyForce/Filmpressure Lower Limit</Activate>
64
</Parameter>
65
66
<Parameter Widget="Label">
67
<Name> Free text input </Name>
68
</Parameter>
69
<Parameter Widget="TextEdit" Enabled="True">
70
<Name> Free text </Name>
71
<Type> String </Type>
72
<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>
73
<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>
74
</Parameter>
75
</Solver>
76
77
<InitialCondition>
78
<Parameter Widget="Label" > <Name> Variables </Name> </Parameter>
79
<Parameter Widget="Edit">
80
<Name> FilmPressure </Name>
81
</Parameter>
82
</InitialCondition>
83
84
<BodyForce>
85
<Parameter Widget="Label" > <Name> Dirichlet Conditions - Cavitation</Name> </Parameter>
86
<Parameter Widget="Edit">
87
<Name> FilmPressure </Name>
88
<Activate> /Reynolds Equation/BodyForce/FilmPressure Condition </Activate>
89
</Parameter>
90
91
<Parameter Widget="Edit" Enabled="False">
92
<Name> FilmPressure Condition </Name>
93
</Parameter>
94
95
<Parameter Widget="Edit" Enabled="False">
96
<Name> Filmpressure Lower Limit </Name>
97
<Whatis> Soft limit for pressure that may be used to model cavitation</Whatis>
98
<StatusTip> Soft limit for pressure that may be used to model cavitation</StatusTip>
99
</Parameter>
100
101
<Parameter Widget="Label">
102
<Name> Free text input </Name>
103
</Parameter>
104
105
<Parameter Widget="TextEdit" Enabled="True">
106
<Name> Free text </Name>
107
<Type> String </Type>
108
<Whatis> Free text is copied into the Body Force-block of the SIF as such. </Whatis>
109
<StatusTip> Free text is copied into the Body Force-block of the SIF as such. </StatusTip>
110
</Parameter>
111
112
</BodyForce>
113
114
<Material>
115
<Parameter Widget="Label" > <Name> Properties of gap</Name> </Parameter>
116
117
<Parameter Widget="Edit" >
118
<Name> Gap Height </Name>
119
</Parameter>
120
121
<Parameter Widget="Edit" >
122
<Name> Flow Admittance </Name>
123
</Parameter>
124
125
126
<Parameter Widget="Label" > <Name> Material properties </Name> </Parameter>
127
128
<Parameter Widget="Edit" >
129
<Name> Viscosity </Name>
130
</Parameter>
131
132
<Parameter Widget="Combo">
133
<Name>Viscosity Model</Name>
134
<Type>String </Type>
135
<Whatis> The newtionian and rarafied viscosity models. </Whatis>
136
<Item> <Name> None </Name> </Item>
137
<Item> <Name> Newtonian </Name></Item>
138
<Item> <Name> Rarefied </Name>
139
<Activate> /Reynolds Equation/Material/Mean Free Path</Activate>
140
</Item>
141
</Parameter>
142
143
<Parameter Widget="Edit" Enabled="False" Visible="False">
144
<Name> Mean Free Path </Name>
145
</Parameter>
146
147
148
<Parameter Widget="Combo" >
149
<Name> Compressibility Model </Name>
150
<Type>String </Type>
151
<Whatis> The incompressible or compressible models. </Whatis>
152
<Item> <Name> None </Name> </Item>
153
<Item> <Name> Incompressible </Name></Item>
154
<Item> <Name> Weakly compressible </Name>
155
<Activate> /Reynolds Equation/Material/Bulk Modulus</Activate>
156
</Item>
157
<Item> <Name> Isothermal ideal gas </Name>
158
<Activate> /Reynolds Equation/Material/Reference Pressure</Activate>
159
</Item>
160
<Item> <Name> Adiabatic ideal gas </Name>
161
<Activate> /Reynolds Equation/Material/Reference Pressure</Activate>
162
<Activate> /Reynolds Equation/Material/Specific Heat Ratio</Activate>
163
</Item>
164
</Parameter>
165
166
<Parameter Widget="Edit" Enabled="False" Visible="False">
167
<Name> Reference Pressure </Name>
168
</Parameter>
169
170
<Parameter Widget="Edit" Enabled="False" Visible="False">
171
<Name> Specific Heat Ratio </Name>
172
</Parameter>
173
174
<Parameter Widget="Edit" Enabled="False" Visible="False">
175
<Name> Bulk Modulus </Name>
176
</Parameter>
177
178
<Parameter Widget="Label">
179
<Name> Free text input </Name>
180
</Parameter>
181
182
<Parameter Widget="TextEdit" Enabled="True">
183
<Name> Free text </Name>
184
<Type> String </Type>
185
<Whatis> Free text is copied into the Material-block of the SIF as such. </Whatis>
186
<StatusTip> Free text is copied into the Material-block of the SIF as such. </StatusTip>
187
</Parameter>
188
189
</Material>
190
191
192
<InitialCondition>
193
<Parameter Widget="Label" > <Name> Variables </Name> </Parameter>
194
<Parameter Widget="Edit">
195
<Name> FilmPressure </Name>
196
</Parameter>
197
198
<Parameter Widget="Label">
199
<Name> Free text input </Name>
200
</Parameter>
201
202
<Parameter Widget="TextEdit" Enabled="True">
203
<Name> Free text </Name>
204
<Type> String </Type>
205
<Whatis> Free text is copied into the Initial Condition-block of the SIF as such. </Whatis>
206
<StatusTip> Free text is copied into the Initial Condition-block of the SIF as such. </StatusTip>
207
</Parameter>
208
209
210
</InitialCondition>
211
212
<BoundaryCondition>
213
<Parameter Widget="Label" > <Name> Dirichlet Conditions </Name> </Parameter>
214
<Parameter Widget="Edit">
215
<Name> FilmPressure </Name>
216
<Activate> /Reynolds Equation/BoundaryCondition/FilmPressure Condition </Activate>
217
</Parameter>
218
219
<Parameter Widget="Edit" Enabled="False">
220
<Name> FilmPressure Condition </Name>
221
<Whatis> If the given value is less than zero, apply flux condition instead of the Dirichlet Condition. To be generally useful space and/or time varying values may be given. </Whatis>
222
<StatusTip> Give FilmPressure condition value for this boundary. </StatusTip>
223
</Parameter>
224
225
<Parameter Widget="Label" > <Name> Effective Elongation </Name> </Parameter>
226
<Parameter Widget="CheckBox">
227
<Name> Open Side </Name>
228
<Whatis> If checked use effective elongation model for the side. </Whatis>
229
</Parameter>
230
231
<Parameter Widget="Label"> <Name> Periodic boundary condition </Name> </Parameter>
232
<Parameter Widget="CheckBox">
233
<Name> Filmpressure periodic </Name>
234
<SifName> Periodic BC Filmpressure </SifName>
235
</Parameter>
236
237
<Parameter Widget="Label">
238
<Name> Free text input </Name>
239
</Parameter>
240
241
<Parameter Widget="TextEdit" Enabled="True">
242
<Name> Free text </Name>
243
<Type> String </Type>
244
<Whatis> Free text is copied into the Boundary Condition-block of the SIF as such. </Whatis>
245
<StatusTip> Free text is copied into the Boundary Condition-block of the SIF as such. </StatusTip>
246
</Parameter>
247
248
</BoundaryCondition>
249
</PDE>
250
</edf>
251
252