Path: blob/devel/ElmerGUI/Application/edf-extra/statcurrent.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="StatCurrent" >4<Name>Static Current Conduction</Name>5<Material>6<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>7<Parameter Widget="Edit" >8<Name> Electric Conductivity </Name>9<Type> String </Type>10<Whatis> Give the electric conductivity of the material. </Whatis>11</Parameter>12</Material>13<BodyForce>14<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>15<Parameter Widget="Edit" >16<Name> Current Source </Name>17<Type> String </Type>18<Whatis> Current Source. </Whatis>19</Parameter>20</BodyForce>21<InitialCondition>22<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>23<Parameter Widget="Edit" >24<Name> Potential </Name>25<Type> String </Type>26<Whatis> Give the initial condition for electrostatic potential. </Whatis>27</Parameter>28</InitialCondition>29<Solver>30<Parameter Widget="Edit" >31<Name> Procedure </Name>32<DefaultValue> "StatCurrentSolve" "StatCurrentSolver" </DefaultValue>33</Parameter>34<Parameter Widget="Edit">35<Name> Variable </Name>36<DefaultValue> Potential</DefaultValue>37</Parameter>3839<Parameter Widget="CheckBox" >40<Name> Calculate Joule Heating </Name>41<Type> Logical </Type>42<Whatis> Calculate the resistive Joule heating. </Whatis>43</Parameter>44<Parameter Widget="CheckBox" >45<Name> Calculate Volume Current </Name>46<Type> Logical </Type>47<Whatis> Calculate the electric current resulting from the electric field. </Whatis>48</Parameter>49<Parameter Widget="CheckBox" >50<Name> Constant Weights </Name>51<Type> Logical </Type>52<Whatis> Use constant weights in computing nodal values of derived fields rather than weighing by element Jacobian. </Whatis>53</Parameter>54<Parameter Widget="Edit">55<Name> Current Control </Name>56<Whatis> Enter the a value for controlled constant current. </Whatis>57</Parameter>58<Parameter Widget="Edit">59<Name> Power Control </Name>60<Whatis> Enter the a value for controlled constant power. </Whatis>61</Parameter>62</Solver>6364<BoundaryCondition>65<Parameter Widget="Label" > <Name> Dirichlet conditions </Name> </Parameter>66<Parameter Widget="Edit">67<Name> Potential </Name>68<Whatis> Give potential value for this boundary. </Whatis>69</Parameter>7071<Parameter Widget="Edit">72<Name> Potential Condition </Name>73<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>74</Parameter>7576<Parameter Widget="Label" > <Name> Neumann conditions </Name> </Parameter>77<Parameter Widget="Edit">78<Name> Current Density </Name>79<Whatis> Give the current density in the direction normal to the surface. </Whatis>80</Parameter>81</BoundaryCondition>82</PDE>83</edf>848586