Path: blob/devel/ElmerGUI/Application/edf-extra/coilsolver.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="CoilSolver" >4<Name>CoilSolver</Name>56<Equation>7<Parameter Widget="Label">8<Name> Free text input </Name>9</Parameter>1011<Parameter Widget="TextEdit" Enabled="True">12<Name> Free text </Name>13<Type> String </Type>14<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>15<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>16</Parameter>17</Equation>1819<Solver>20<Parameter Widget="Label" > <Name> Coil solver </Name> </Parameter>21<Parameter Widget="Edit" Enabled="True">22<Name> Procedure </Name>23<DefaultValue> "CoilSolver" "CoilSolver" </DefaultValue>24</Parameter>25<Parameter Widget="CheckBox" >26<Parameter Widget="Label" > <Name> Options </Name> </Parameter>27<Name> Coil Closed </Name>28<Type> Logical </Type>29<Whatis> Is the coil closed. If it is then then the case will be computed in two parts. </Whatis>30</Parameter>31<Parameter Widget="Edit" >32<Name> Desired Coil Current </Name>33<Type> Real </Type>34<Whatis> The desired coil current J0 in the coil. The default is 1. </Whatis>35</Parameter>36<Parameter Widget="Edit" >37<Name> Desired Current Density </Name>38<Type> Real </Type>39<Whatis> The desired coil current density j0 in the coil. The default is 1. </Whatis>40</Parameter>41<Parameter Widget="Edit" >42<Name> Coil Cross Section </Name>43<Type> Real </Type>44<Whatis> Cross section (area) of the coil that may be used to related total current and current density. </Whatis>45</Parameter>46<Parameter Widget="CheckBox" >47<Name> Normalize Coil Current </Name>48<Type> Logical </Type>49<Whatis> After the current has been computed normalize it to the desired magnitude if this flag is given. </Whatis>50</Parameter>51<Parameter Widget="Edit" >52<Name> Coil Normal (3-vector) </Name>53<SifName> Coil Normal(3)</SifName>54<Type> Real </Type>55<Whatis>Normal vector of the coild. If not given axis of maximum inertia of the coil. </Whatis>56</Parameter>57<Parameter Widget="Edit" >58<Name> Coil Center (3-vector) </Name>59<SifName> Coil Center(3)</SifName>60<Type> Real </Type>61<Whatis> Center of the coil. If not given center of volume of the coil. </Whatis>62</Parameter>63<Parameter Widget="CheckBox" >64<Name> Calculate Elemental Fields </Name>65<Type> Logical </Type>66<DefaultValue> True </DefaultValue>67<Whatis> Calculate elemental fields using Discontinuous Galerkin basis. </Whatis>68</Parameter>69<Parameter Widget="CheckBox" >70<Name> Calculate Nodal Fields </Name>71<Type> Logical </Type>72<Whatis> Calculate standard nodal fields. </Whatis>73</Parameter>74<Parameter Widget="CheckBox" >75<Name> Narrow Interface </Name>76<Type> Logical </Type>77<Whatis> For closed coil use narrow strategy to set the one/zero BCs. </Whatis>78</Parameter>79<Parameter Widget="CheckBox" >80<Name> Fix Input Current Density </Name>81<Type> Logical </Type>82<Whatis> Fix the computed elemental current density to be divergence free. </Whatis>83</Parameter>84</Solver>85<BoundaryCondition>86<Parameter Widget="Label" > <Name> Dirichlet Conditions </Name> </Parameter>87<Parameter Widget="CheckBox">88<Name>Coil Start </Name>89<Whatis> Defines a boundary where coil starts. Not needed if coil is closed. </Whatis>90</Parameter>91<Parameter Widget="CheckBox">92<Name>Coil End </Name>93<Whatis> Defines a boundary where coil ends. Not needed if coil is closed. </Whatis>94</Parameter>95</BoundaryCondition>96</PDE>97</edf>9899100101102103104105