Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/fluxsolver.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="FluxSolver" >
5
<Name>Flux and Gradient</Name>
6
7
<Solver>
8
<Parameter Widget="Edit" >
9
<Name > Procedure </Name>
10
<DefaultValue> "FluxSolver" "FluxSolver" </DefaultValue>
11
</Parameter>
12
13
<Parameter Widget="Edit">
14
<Name> Target Variable </Name>
15
<Whatis> The scalar variable to apply the flux computation to. Default is Temperature. </Whatis>
16
</Parameter>
17
18
<Parameter Widget="Edit">
19
<Name> Flux Coefficient </Name>
20
<Whatis> The name of the material parameter used to multiply the gradient in flux computation. Default is Heat Conductivity. </Whatis>
21
</Parameter>
22
23
<Parameter Widget="CheckBox">
24
<Name> Calculate Grad </Name>
25
<Whatis> Calculate the gradient of the scalar field. </Whatis>
26
</Parameter>
27
28
<Parameter Widget="CheckBox">
29
<Name> Calculate Grad Magnitude </Name>
30
<Whatis> Calculate the magnitude of the gradient of the scalar field. </Whatis>
31
</Parameter>
32
33
<Parameter Widget="CheckBox">
34
<Name> Calculate Flux </Name>
35
<Whatis> Calculate the flux of the scalar field. </Whatis>
36
</Parameter>
37
38
<Parameter Widget="CheckBox">
39
<Name> Calculate Flux Magnitude </Name>
40
<Whatis> Calculate the magnitude of the flux of the scalar field. </Whatis>
41
</Parameter>
42
43
<Parameter Widget="CheckBox">
44
<Name> Enforce Positive Magnitude </Name>
45
<Whatis> In magnitude computation use an dirty a posteriori fix to get rid of negative magnitude values. </Whatis>
46
</Parameter>
47
</Solver>
48
49
</PDE>
50
</edf>
51
52