Path: blob/devel/ElmerGUI/Application/edf-extra/saveline.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="Save Line" >4<Name>SaveLine</Name>5<Solver>6<Parameter Widget="Edit" >7<Name> Procedure </Name>8<DefaultValue> "SaveData" "SaveLine" </DefaultValue>9</Parameter>1011<Parameter Widget="Edit" >12<Name> Filename </Name>13<Type> String </Type>14<Whatis> The name of the file to save results in a matrix format. Additionally a15file with a suffix ".names" describing the content will be saved. </Whatis>16</Parameter>1718<Parameter Widget="Edit" >19<Name> Comment </Name>20<Type> String </Type>21<Whatis> Free comment to be appended to the *.names file</Whatis>22</Parameter>2324<Parameter Widget="CheckBox" >25<Name> Filename Numbering </Name>26<Type> Logical </Type>27<Whatis> Number the files with continuous numbering so that existing filenames are not used. False is the default. </Whatis>28</Parameter>2930<Parameter Widget="CheckBox" >31<Name> File Append </Name>32<Type> Logical </Type>33<Whatis> Append files when calling multiple times. False is the default. </Whatis>34</Parameter>3536<Parameter Widget="Edit" >37<Name> Polyline Coordinates </Name>38<Type> Real </Type>39<Whatis> Save data on the line segments defined by two coordinate points. </Whatis>40</Parameter>4142<Parameter Widget="Edit" >43<Name> Polyline Divisions </Name>44<Type> Integer </Type>45<Whatis> Define the number of divisions for each polyline segment defined by two coordinate points. </Whatis>46</Parameter>4748<Parameter Widget="CheckBox" >49<Name> Save Axis </Name>50<Type> Logical </Type>51<Whatis> Save data on main axis. False is the default. </Whatis>52</Parameter>5354<Parameter Widget="CheckBox" >55<Name> Save Flux </Name>56<Type> Logical </Type>57<Whatis> Save a flux, e.g. the heat flux. False is the default. </Whatis>58<Activate>/SaveLine/Solver/Flux Variable</Activate>59<Activate>/SaveLine/Solver/Flux Coefficient</Activate>60</Parameter>6162<Parameter Widget="Edit" Visible="False" Enabled="False" >63<Name>Flux Variable </Name>64<Type> String </Type>65<Whatis> The variable for flux computation. Temperature is the default.</Whatis>66</Parameter>6768<Parameter Widget="Edit" Visible="False" Enabled="False" >69<Name>Flux Coefficient </Name>70<Type> String </Type>71<Whatis> The coefficient for flux computation. Heat conductivity is the default. </Whatis>72</Parameter>73</Solver>7475<BoundaryCondition>76<Parameter Widget="Label" > <Name> Apply operators </Name> </Parameter>77<Parameter Widget="CheckBox" >78<Name> Save Line </Name>79<Type> Logical </Type>80<Whatis> Save the line on boundary where this is set true. </Whatis>81</Parameter>82</BoundaryCondition>83</PDE>84</edf>85868788899091929394