/usr/share/ElmerGUI/edf-extra/vorticitysolver.xml is in elmer-common 6.1.0.svn.5396.dfsg-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE edf>
<edf version="1.0" >
<PDE Name="VorticitySolver" >
<Name>Vorticity</Name>
<Solver>
<Parameter Widget="Edit" >
<Name > Procedure </Name>
<DefaultValue> "VorticitySolver" "VorticitySolver" </DefaultValue>
</Parameter>
<Parameter Widget="Edit">
<Name> Target Variable </Name>
<Whatis> The vector variable to apply the vorticity computation to. Default is Velocity. </Whatis>
</Parameter>
<Parameter Widget="Edit">
<Name> Vorticity Coefficient </Name>
<Whatis> The name of the material parameter used to multiply the gradient in vorticity computation. </Whatis>
</Parameter>
<Parameter Widget="CheckBox">
<Name> Constant Bulk Matrix </Name>
<Whatis> Reuse the same bulk matrix when returning to the same solver. </Whatis>
</Parameter>
</Solver>
</PDE>
</edf>
|