This file is indexed.

/usr/share/ElmerGUI/edf-extra/statcurrent.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE edf>
<edf version="1.0" >
   <PDE Name="StatCurrent" >
      <Name>Static Current Conduction</Name>
      <Material>
         <Parameter Widget="Label" > <Name> Properties </Name> </Parameter>
        <Parameter Widget="Edit" >
            <Name> Electric Conductivity </Name>
            <Type> String </Type>
            <Whatis> Give the electric conductivity of the material. </Whatis>
         </Parameter>    
      </Material>   
      <BodyForce>
       <Parameter Widget="Label" > <Name> Properties </Name> </Parameter>
          <Parameter Widget="Edit" >
            <Name> Current Source </Name>
            <Type> String </Type>
            <Whatis> Current Source. </Whatis>
         </Parameter>    
      </BodyForce>   
      <InitialCondition>   
        <Parameter Widget="Label" > <Name> Properties </Name> </Parameter>
          <Parameter Widget="Edit" >
            <Name> Potential </Name>
            <Type> String </Type>
            <Whatis> Give the initial condition for electrostatic potential. </Whatis>
         </Parameter>    
      </InitialCondition>   
      <Solver>
        <Parameter Widget="Edit" >
           <Name> Procedure </Name>
           <DefaultValue> "StatCurrentSolve" "StatCurrentSolver" </DefaultValue>
         </Parameter>
        <Parameter Widget="Edit">
           <Name> Variable </Name>
           <DefaultValue> Potential</DefaultValue>
         </Parameter>
 
        <Parameter Widget="CheckBox" >
            <Name> Calculate Joule Heating </Name>
            <Type> Logical </Type>
            <Whatis> Calculate the resistive Joule heating. </Whatis>
         </Parameter>
        <Parameter Widget="CheckBox" >
            <Name> Calculate Volume Current </Name>
            <Type> Logical </Type>
            <Whatis> Calculate the electric current resulting from the electric field. </Whatis>
         </Parameter>
         <Parameter Widget="CheckBox" >
            <Name> Constant Weights </Name>
            <Type> Logical </Type>
            <Whatis> Use constant weights in computing nodal values of derived fields rather than weighing by element Jacobian. </Whatis>
         </Parameter> 
       <Parameter Widget="Edit"> 
           <Name> Current Control </Name> 
           <Whatis> Enter the a value for controlled constant current. </Whatis> 
        </Parameter> 
        <Parameter Widget="Edit"> 
           <Name> Power Control </Name> 
           <Whatis> Enter the a value for controlled constant power. </Whatis> 
        </Parameter> 
	</Solver>

      <BoundaryCondition>
         <Parameter Widget="Label" > <Name> Dirichlet conditions </Name> </Parameter>
         <Parameter  Widget="Edit">
           <Name> Potential </Name>
           <Whatis> Give potential value for this boundary. </Whatis>
         </Parameter>

         <Parameter  Widget="Edit">
           <Name> Potential Condition </Name>
           <Whatis> If the given value is less than zero, apply flux condition insted of the Dirichlet Condition. To be generally useful space and/or time varying values may be given. </Whatis>
         </Parameter>

         <Parameter Widget="Label" > <Name> Neumann conditions </Name> </Parameter>
         <Parameter  Widget="Edit">
           <Name> Current Density </Name>
           <Whatis> Give the current density in the direction normal to the surface. </Whatis>
         </Parameter>
      </BoundaryCondition>
   </PDE>
</edf>