Path: blob/devel/ElmerGUI/Application/edf-extra/savematerials.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="Save Materials" >4<Name>SaveMaterials</Name>5<Solver>6<Parameter Widget="Edit" >7<Name> Procedure </Name>8<DefaultValue> "SaveData" "SaveMaterials" </DefaultValue>9</Parameter>1011<Parameter Widget="Edit">12<Name> Variable </Name>13<Type> String </Type>14<Whatis> A dummy variable for the solver that does not show up. </Whatis>15</Parameter>1617<Parameter Widget="Edit">18<Name> Variable DOFs </Name>19<Whatis> A dummy variable DOFs. </Whatis>20</Parameter>2122<Parameter Widget="CheckBox" Enabled="True" Visible="False">23<Name> No Matrix Equation </Name>24<DefaultValue> True </DefaultValue>25</Parameter>2627<Parameter Widget="Edit">28<Name> Parameter 1 </Name>29<Type> String </Type>30<Activate> /SaveMaterials/Solver/Parameter 2 </Activate>31<Whatis> The name of the 1st material property to save. </Whatis>32</Parameter>3334<Parameter Widget="Edit" Visible="False" Enabled="False">35<Name> Parameter 2 </Name>36<Type> String </Type>37<Activate> /SaveMaterials/Solver/Parameter 3 </Activate>38<Whatis> The name of the 2nd material property to save. </Whatis>39</Parameter>4041<Parameter Widget="Edit" Visible="False" Enabled="False">42<Name> Parameter 3 </Name>43<Type> String </Type>44<Activate> /SaveMaterials/Solver/Parameter 4 </Activate>45<Whatis> The name of the 3d material property to save. </Whatis>46</Parameter>4748<Parameter Widget="Edit" Visible="False" Enabled="False">49<Name> Parameter 4 </Name>50<Type> String </Type>51<Activate> /SaveMaterials/Solver/Parameter 5 </Activate>52<Whatis> The name of the 4th material property to save. </Whatis>53</Parameter>5455<Parameter Widget="Edit" Visible="False" Enabled="False">56<Name> Parameter 5 </Name>57<Type> String </Type>58<Activate> /SaveMaterials/Solver/Parameter 6 </Activate>59<Whatis> The name of the 5th material property to save. </Whatis>60</Parameter>6162<Parameter Widget="Edit" Visible="False" Enabled="False">63<Name> Parameter 6 </Name>64<Type> String </Type>65<Activate> /SaveMaterials/Solver/Parameter 7 </Activate>66<Whatis> The name of the 6th material property to save. </Whatis>67</Parameter>6869<Parameter Widget="Edit" Visible="False" Enabled="False">70<Name> Parameter 7 </Name>71<Type> String </Type>72<Activate> /SaveMaterials/Solver/Parameter 8 </Activate>73<Whatis> The name of the 7th material property to save. </Whatis>74</Parameter>7576<Parameter Widget="Edit" Visible="False" Enabled="False">77<Name> Parameter 8 </Name>78<Type> String </Type>79<Activate> /SaveMaterials/Solver/Parameter 9 </Activate>80<Whatis> The name of the 8th material property to save. </Whatis>81</Parameter>8283<Parameter Widget="Edit" Visible="False" Enabled="False">84<Name> Parameter 9 </Name>85<Type> String </Type>86<Activate> /SaveMaterials/Solver/Parameter 10 </Activate>87<Whatis> The name of the 9th material property to save. </Whatis>88</Parameter>8990<Parameter Widget="Edit" Visible="False" Enabled="False">91<Name> Parameter 10 </Name>92<Type> String </Type>93<Whatis> The name of the 10th material property to save. </Whatis>94</Parameter>9596<Parameter Widget="TextEdit" Enabled="True">97<Name> Free text </Name>98<Type> String </Type>99<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>100<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>101</Parameter>102</Solver>103104</PDE>105</edf>106107108109110111112113114115