Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/saveline.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="Save Line" >
5
<Name>SaveLine</Name>
6
<Solver>
7
<Parameter Widget="Edit" >
8
<Name> Procedure </Name>
9
<DefaultValue> "SaveData" "SaveLine" </DefaultValue>
10
</Parameter>
11
12
<Parameter Widget="Edit" >
13
<Name> Filename </Name>
14
<Type> String </Type>
15
<Whatis> The name of the file to save results in a matrix format. Additionally a
16
file with a suffix ".names" describing the content will be saved. </Whatis>
17
</Parameter>
18
19
<Parameter Widget="Edit" >
20
<Name> Comment </Name>
21
<Type> String </Type>
22
<Whatis> Free comment to be appended to the *.names file</Whatis>
23
</Parameter>
24
25
<Parameter Widget="CheckBox" >
26
<Name> Filename Numbering </Name>
27
<Type> Logical </Type>
28
<Whatis> Number the files with continuous numbering so that existing filenames are not used. False is the default. </Whatis>
29
</Parameter>
30
31
<Parameter Widget="CheckBox" >
32
<Name> File Append </Name>
33
<Type> Logical </Type>
34
<Whatis> Append files when calling multiple times. False is the default. </Whatis>
35
</Parameter>
36
37
<Parameter Widget="Edit" >
38
<Name> Polyline Coordinates </Name>
39
<Type> Real </Type>
40
<Whatis> Save data on the line segments defined by two coordinate points. </Whatis>
41
</Parameter>
42
43
<Parameter Widget="Edit" >
44
<Name> Polyline Divisions </Name>
45
<Type> Integer </Type>
46
<Whatis> Define the number of divisions for each polyline segment defined by two coordinate points. </Whatis>
47
</Parameter>
48
49
<Parameter Widget="CheckBox" >
50
<Name> Save Axis </Name>
51
<Type> Logical </Type>
52
<Whatis> Save data on main axis. False is the default. </Whatis>
53
</Parameter>
54
55
<Parameter Widget="CheckBox" >
56
<Name> Save Flux </Name>
57
<Type> Logical </Type>
58
<Whatis> Save a flux, e.g. the heat flux. False is the default. </Whatis>
59
<Activate>/SaveLine/Solver/Flux Variable</Activate>
60
<Activate>/SaveLine/Solver/Flux Coefficient</Activate>
61
</Parameter>
62
63
<Parameter Widget="Edit" Visible="False" Enabled="False" >
64
<Name>Flux Variable </Name>
65
<Type> String </Type>
66
<Whatis> The variable for flux computation. Temperature is the default.</Whatis>
67
</Parameter>
68
69
<Parameter Widget="Edit" Visible="False" Enabled="False" >
70
<Name>Flux Coefficient </Name>
71
<Type> String </Type>
72
<Whatis> The coefficient for flux computation. Heat conductivity is the default. </Whatis>
73
</Parameter>
74
</Solver>
75
76
<BoundaryCondition>
77
<Parameter Widget="Label" > <Name> Apply operators </Name> </Parameter>
78
<Parameter Widget="CheckBox" >
79
<Name> Save Line </Name>
80
<Type> Logical </Type>
81
<Whatis> Save the line on boundary where this is set true. </Whatis>
82
</Parameter>
83
</BoundaryCondition>
84
</PDE>
85
</edf>
86
87
88
89
90
91
92
93
94