Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/vorticitysolver.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="VorticitySolver" >
5
<Name>Vorticity</Name>
6
7
<Solver>
8
<Parameter Widget="Edit" >
9
<Name > Procedure </Name>
10
<DefaultValue> "VorticitySolver" "VorticitySolver" </DefaultValue>
11
</Parameter>
12
13
<Parameter Widget="Edit">
14
<Name> Target Variable </Name>
15
<Whatis> The vector variable to apply the vorticity computation to. Default is Velocity. </Whatis>
16
</Parameter>
17
18
<Parameter Widget="Edit">
19
<Name> Vorticity Coefficient </Name>
20
<Whatis> The name of the material parameter used to multiply the gradient in vorticity computation. </Whatis>
21
</Parameter>
22
23
<Parameter Widget="CheckBox">
24
<Name> Constant Bulk Matrix </Name>
25
<Whatis> Reuse the same bulk matrix when returning to the same solver. </Whatis>
26
</Parameter>
27
28
</Solver>
29
30
</PDE>
31
</edf>
32
33