We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4981ac0 commit 3e279f8Copy full SHA for 3e279f8
1 file changed
examples/tutorial/step8.i
@@ -0,0 +1,53 @@
1
+[mesh]
2
+ type=asfem
3
+ dim=2
4
+ xmax=5
5
+ ymax=1
6
+ nx=100
7
+ ny=20
8
+ meshtype=quad9
9
+[end]
10
+
11
+[dofs]
12
+name=T
13
14
15
+[elmts]
16
+ [mythermal]
17
+ type=user1
18
+ dofs=T
19
+ mate=mymate
20
+ [end]
21
22
23
+[mates]
24
+ [mymate]
25
+ type=user2
26
+ params=1.0 2.0 0.05 1.0
27
+ // rho Cp K Q
28
29
30
31
+[bcs]
32
+ [flux]
33
+ type=neumann
34
35
+ value=-0.01
36
+ boundary=right
37
38
39
40
41
+[timestepping]
42
+ type=be
43
+ dt=1.0e-5
44
+ dtmax=0.1
45
+ time=1.0e-1
46
+ adaptive=true
47
+ optiters=3
48
49
50
+[job]
51
+ type=transient
52
+ debug=dep
53
0 commit comments