Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/model-pde.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="Model PDE" >
5
<Name>Model PDE</Name>
6
7
<Solver>
8
<Parameter Widget="Edit" >
9
<Name > Procedure </Name>
10
<DefaultValue> "ModelPDE" "AdvDiffSolver" </DefaultValue>
11
</Parameter>
12
<Parameter Widget="Edit">
13
<Name> Variable </Name>
14
<DefaultValue> Field </DefaultValue>
15
</Parameter>
16
</Solver>
17
18
<BodyForce>
19
<Parameter Widget="Label" > <Name> Source term </Name> </Parameter>
20
<Parameter Widget="Edit">
21
<Name> Field Source </Name>
22
<Whatis> A source for the advection-diffusion-reaction equation may be given with this keyword. </Whatis>
23
</Parameter>
24
</BodyForce>
25
26
<Material>
27
<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>
28
<Parameter Widget="Edit" >
29
<Name> Diffusion Coefficient </Name>
30
<Whatis> Give value to diffusivity material property. </Whatis>
31
</Parameter>
32
<Parameter Widget="Edit" >
33
<Name> Reaction Coefficient </Name>
34
<Whatis> Give value to reaction coefficient. </Whatis>
35
</Parameter>
36
<Parameter Widget="Edit" >
37
<Name> Time Derivative Coefficient </Name>
38
<Whatis> Give the multiplier to the time-derivative term for transient cases. </Whatis>
39
</Parameter>
40
<Parameter Widget="Edit" >
41
<Name> Convection Coefficient </Name>
42
<Whatis> Give the multiplier to the convection velocity.</Whatis>
43
</Parameter>
44
<Parameter Widget="Edit">
45
<Name> Convection Velocity 1</Name>
46
<WhatIs> Convection velocity in direction x.</WhatIs>
47
</Parameter>
48
<Parameter Widget="Edit">
49
<Name> Convection Velocity 2</Name>
50
<WhatIs> Convection velocity in direction y.</WhatIs>
51
</Parameter>
52
<Parameter Widget="Edit">
53
<Name> Convection Velocity 3</Name>
54
<WhatIs> Convection velocity in direction z.</WhatIs>
55
</Parameter>
56
</Material>
57
58
<InitialCondition>
59
<Parameter Widget="Label" > <Name> Variables </Name> </Parameter>
60
<Parameter Widget="Edit">
61
<Name> Field </Name>
62
<Whatis> Give initial field value. </Whatis>
63
</Parameter>
64
</InitialCondition>
65
66
<BoundaryCondition>
67
<Parameter Widget="Label" > <Name> Dirichlet Conditions </Name> </Parameter>
68
<Parameter Widget="Edit">
69
<Name> Field </Name>
70
<Whatis> Give the field value for this boundary. </Whatis>
71
</Parameter>
72
73
<Parameter Widget="Label" > <Name> Neumann and Robin conditions </Name> </Parameter>
74
<Parameter Widget="Edit">
75
<Name> Field Flux </Name>
76
<Whatis> Neumann condition for the field. </Whatis>
77
</Parameter>
78
<Parameter Widget="Edit">
79
<Name> Robin Coefficient </Name>
80
<Whatis> Multiplier of the Robin Boundary Condition. </Whatis>
81
</Parameter>
82
<Parameter Widget="Edit">
83
<Name> External Field </Name>
84
<Whatis> External field value for Robin boundary condition. </Whatis>
85
</Parameter>
86
87
</BoundaryCondition>
88
</PDE>
89
</edf>
90
91