/usr/share/ElmerGUI/edf-extra/fluxsolver.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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE edf>
<edf version="1.0" >
<PDE Name="FluxSolver" >
<Name>Flux and Gradient</Name>
<Solver>
<Parameter Widget="Edit" >
<Name > Procedure </Name>
<DefaultValue> "FluxSolver" "FluxSolver" </DefaultValue>
</Parameter>
<Parameter Widget="Edit">
<Name> Target Variable </Name>
<Whatis> The scalar variable to apply the flux computation to. Default is Temperature. </Whatis>
</Parameter>
<Parameter Widget="Edit">
<Name> Flux Coefficient </Name>
<Whatis> The name of the material parameter used to multiply the gradient in flux computation. Default is Heat Conductivity. </Whatis>
</Parameter>
<Parameter Widget="CheckBox">
<Name> Calculate Grad </Name>
<Whatis> Calculate the gradient of the scalar field. </Whatis>
</Parameter>
<Parameter Widget="CheckBox">
<Name> Calculate Grad Magnitude </Name>
<Whatis> Calculate the magnitude of the gradient of the scalar field. </Whatis>
</Parameter>
<Parameter Widget="CheckBox">
<Name> Calculate Flux </Name>
<Whatis> Calculate the flux of the scalar field. </Whatis>
</Parameter>
<Parameter Widget="CheckBox">
<Name> Calculate Flux Magnitude </Name>
<Whatis> Calculate the magnitude of the flux of the scalar field. </Whatis>
</Parameter>
<Parameter Widget="CheckBox">
<Name> Enforce Positive Magnitude </Name>
<Whatis> In magnitude computation use an dirty a posteriori fix to get rid of negative magnitude values. </Whatis>
</Parameter>
</Solver>
</PDE>
</edf>
|