Path: blob/devel/ElmerGUI/Application/edf/electrostatics.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="Electrostatics" >4<Name>Electrostatics</Name>5<Equation>6<Parameter Widget="Label">7<Name> Electric Field </Name>8</Parameter>9<Parameter Widget="Combo">10<Name> Electric Field </Name>11<Type> String </Type>12<Item Type="Active"> <Name> None </Name> </Item>13<Item> <Name> Computed </Name> </Item>14</Parameter>1516<Parameter Widget="Label">17<Name> Free text input </Name>18</Parameter>19<Parameter Widget="TextEdit" Enabled="True">20<Name> Free text </Name>21<Type> String </Type>22<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>23<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>24</Parameter>25</Equation>2627<Material>28<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>29<Parameter Widget="Edit" >30<Name> Relative Permittivity </Name>31<Type> String </Type>32<Whatis> Give the relative permittivity compared to vacuum. </Whatis>33</Parameter>34</Material>3536<BodyForce>37<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>38<Parameter Widget="Edit" >39<Name> Charge Density </Name>40<Type> String </Type>41<Whatis> Give the volume charge density. </Whatis>42</Parameter>43</BodyForce>4445<InitialCondition>46<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>47<Parameter Widget="Edit" >48<Name> Potential </Name>49<Type> String </Type>50<Whatis> Give the initial condition for electrostatic potential. </Whatis>51</Parameter>52</InitialCondition>5354<Solver>55<Parameter Widget="Edit" >56<Name> Procedure </Name>57<DefaultValue> "StatElecSolve" "StatElecSolver" </DefaultValue>58</Parameter>59<Parameter Widget="Edit">60<Name> Variable </Name>61<DefaultValue> Potential</DefaultValue>62</Parameter>63<Parameter Widget="CheckBox" >64<Name> Calculate Electric Field </Name>65<Type> Logical </Type>66<Whatis> Calculate the electric field from the electric potential. </Whatis>67</Parameter>68<Parameter Widget="CheckBox" >69<Name> Calculate Electric Flux </Name>70<Type> Logical </Type>71<Whatis> Calculate the electric flux from the electric potential. </Whatis>72</Parameter>73<Parameter Widget="CheckBox" >74<Name> Calculate Electric Energy </Name>75<Type> Logical </Type>76<Whatis> Calculate the electric energy from the electric potential. </Whatis>77</Parameter>78<Parameter Widget="CheckBox" >79<Name> Constant Weights </Name>80<Type> Logical </Type>81<Whatis> Use constant weights in computing nodal values of derived fields rather than weighing by element Jacobian. </Whatis>82</Parameter>83<Parameter Widget="CheckBox" >84<Name> Calculate Capacitance Matrix </Name>85<Type> Logical </Type>86<Whatis> Calculate the capacitance matrix. </Whatis>87<Activate>/Electrostatics/Solver/Capacitance Bodies</Activate>88<Activate>/Electrostatics/Solver/Capacitance Matrix Filename</Activate>89</Parameter>90<Parameter Widget="Edit" Enabled="False" Visible="False">91<Name> Capacitance Bodies </Name>92<Type> String </Type>93<Whatis> Number of different bodies in capacitance matrix computation. </Whatis>94</Parameter>95<Parameter Widget="Edit" Enabled="False" Visible="False">96<Name> Capacitance Matrix Filename </Name>97<Type> String </Type>98<Whatis> File to save the capacitance matrix. </Whatis>99</Parameter>100<Parameter Widget="Label">101<Name> Free text input </Name>102</Parameter>103<Parameter Widget="TextEdit" Enabled="True">104<Name> Free text </Name>105<Type> String </Type>106<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>107<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>108</Parameter>109</Solver>110111<BoundaryCondition>112<Parameter Widget="Label" > <Name> Dirichlet conditions </Name> </Parameter>113<Parameter Widget="Edit">114<Name> Potential </Name>115<Whatis> Give potential value for this boundary. </Whatis>116</Parameter>117118<Parameter Widget="Edit">119<Name> Potential Condition </Name>120<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>121</Parameter>122123<Parameter Widget="Edit" Enabled="True" Visible="True">124<Name>Capacitance Body</Name>125<Whatis> This keyword should be provided for capacitance matrix computation only. The numbers should provide continuous numbering from 1 to the total number of bodies. Ground may be defined with value 0 or by explicitly setting potential to zero somewhere.</Whatis>126</Parameter>127128<Parameter Widget="Label" > <Name> Neumann conditions </Name> </Parameter>129<Parameter Widget="Edit">130<Name> Electric Flux </Name>131<Whatis> Give electric flux equivalent to the surface charge density. </Whatis>132</Parameter>133134<Parameter Widget="CheckBox" >135<Name> Electric Infinity BC </Name>136<Type> Logical </Type>137<Whatis> Use a far field condition for the electric flux. </Whatis>138</Parameter>139140<Parameter Widget="Label">141<Name> Free text input </Name>142</Parameter>143<Parameter Widget="TextEdit" Enabled="True">144<Name> Free text </Name>145<Type> String </Type>146<Whatis> Free text is copied into the Boundary Condition-block of the SIF as such. </Whatis>147<StatusTip> Free text is copied into the Boundary Condition-block of the SIF as such. </StatusTip>148</Parameter>149150</BoundaryCondition>151</PDE>152</edf>153154155156157158159160