Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/savematerials.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="Save Materials" >
5
<Name>SaveMaterials</Name>
6
<Solver>
7
<Parameter Widget="Edit" >
8
<Name> Procedure </Name>
9
<DefaultValue> "SaveData" "SaveMaterials" </DefaultValue>
10
</Parameter>
11
12
<Parameter Widget="Edit">
13
<Name> Variable </Name>
14
<Type> String </Type>
15
<Whatis> A dummy variable for the solver that does not show up. </Whatis>
16
</Parameter>
17
18
<Parameter Widget="Edit">
19
<Name> Variable DOFs </Name>
20
<Whatis> A dummy variable DOFs. </Whatis>
21
</Parameter>
22
23
<Parameter Widget="CheckBox" Enabled="True" Visible="False">
24
<Name> No Matrix Equation </Name>
25
<DefaultValue> True </DefaultValue>
26
</Parameter>
27
28
<Parameter Widget="Edit">
29
<Name> Parameter 1 </Name>
30
<Type> String </Type>
31
<Activate> /SaveMaterials/Solver/Parameter 2 </Activate>
32
<Whatis> The name of the 1st material property to save. </Whatis>
33
</Parameter>
34
35
<Parameter Widget="Edit" Visible="False" Enabled="False">
36
<Name> Parameter 2 </Name>
37
<Type> String </Type>
38
<Activate> /SaveMaterials/Solver/Parameter 3 </Activate>
39
<Whatis> The name of the 2nd material property to save. </Whatis>
40
</Parameter>
41
42
<Parameter Widget="Edit" Visible="False" Enabled="False">
43
<Name> Parameter 3 </Name>
44
<Type> String </Type>
45
<Activate> /SaveMaterials/Solver/Parameter 4 </Activate>
46
<Whatis> The name of the 3d material property to save. </Whatis>
47
</Parameter>
48
49
<Parameter Widget="Edit" Visible="False" Enabled="False">
50
<Name> Parameter 4 </Name>
51
<Type> String </Type>
52
<Activate> /SaveMaterials/Solver/Parameter 5 </Activate>
53
<Whatis> The name of the 4th material property to save. </Whatis>
54
</Parameter>
55
56
<Parameter Widget="Edit" Visible="False" Enabled="False">
57
<Name> Parameter 5 </Name>
58
<Type> String </Type>
59
<Activate> /SaveMaterials/Solver/Parameter 6 </Activate>
60
<Whatis> The name of the 5th material property to save. </Whatis>
61
</Parameter>
62
63
<Parameter Widget="Edit" Visible="False" Enabled="False">
64
<Name> Parameter 6 </Name>
65
<Type> String </Type>
66
<Activate> /SaveMaterials/Solver/Parameter 7 </Activate>
67
<Whatis> The name of the 6th material property to save. </Whatis>
68
</Parameter>
69
70
<Parameter Widget="Edit" Visible="False" Enabled="False">
71
<Name> Parameter 7 </Name>
72
<Type> String </Type>
73
<Activate> /SaveMaterials/Solver/Parameter 8 </Activate>
74
<Whatis> The name of the 7th material property to save. </Whatis>
75
</Parameter>
76
77
<Parameter Widget="Edit" Visible="False" Enabled="False">
78
<Name> Parameter 8 </Name>
79
<Type> String </Type>
80
<Activate> /SaveMaterials/Solver/Parameter 9 </Activate>
81
<Whatis> The name of the 8th material property to save. </Whatis>
82
</Parameter>
83
84
<Parameter Widget="Edit" Visible="False" Enabled="False">
85
<Name> Parameter 9 </Name>
86
<Type> String </Type>
87
<Activate> /SaveMaterials/Solver/Parameter 10 </Activate>
88
<Whatis> The name of the 9th material property to save. </Whatis>
89
</Parameter>
90
91
<Parameter Widget="Edit" Visible="False" Enabled="False">
92
<Name> Parameter 10 </Name>
93
<Type> String </Type>
94
<Whatis> The name of the 10th material property to save. </Whatis>
95
</Parameter>
96
97
<Parameter Widget="TextEdit" Enabled="True">
98
<Name> Free text </Name>
99
<Type> String </Type>
100
<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>
101
<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>
102
</Parameter>
103
</Solver>
104
105
</PDE>
106
</edf>
107
108
109
110
111
112
113
114
115