1! Test for the vectorized StatCurrent solver
2!
3! Includes conductivity matrix computation using constrained modes.
4!
5! P.R. 14.11.2018
6
7Check Keywords Warn
8
9Header
10  Mesh DB "." "plates"
11End
12
13Simulation
14  Max Output Level = 7
15  Coordinate System = Cartesian
16  Simulation Type = Steady State
17  Steady State Max Iterations = 1
18
19  vtu: Eigen Analysis = Logical True
20  Post File = "case.vtu"
21End
22
23Constants
24End
25
26Body 1
27  Equation = 1
28  Material = 1
29End
30
31Equation 1
32  Active Solvers(1) = 1
33End
34
35Solver 1
36  Equation = StatCurrent
37  Variable = Potential
38  Procedure = "StatCurrentSolveVec" "StatCurrentSolver"
39
40  Calculate Conductivity Matrix = Logical True
41
42! The above makes all these keywords obsolete:
43!  Constraint Modes Analysis = Logical True
44!  Constraint Modes Lumped = Logical True
45!  Constraint Modes Fluxes = Logical True
46!  Constraint Modes Fluxes Symmetric = Logical True
47!  Constraint Modes Fluxes Filename = File "ConductivityMatrix.dat"
48
49  Linear System Solver = Iterative
50  Linear System Iterative Method = BiCGStab
51  Linear System Max Iterations = 200
52  Linear System Convergence Tolerance = 1.0e-07
53  Linear System Preconditioning = ILU1
54  Linear System ILUT Tolerance = 1.0e-03
55
56  Nonlinear System Max Iterations = 1
57End
58
59Material 1
60  Electric Conductivity = 1.0
61End
62
63Boundary Condition 1
64  Target Boundaries = 1
65  Conductivity Body = Integer 0  ! the ground
66End
67
68Boundary Condition 2
69  Target Boundaries = 2
70  Conductivity Body = Integer 1
71End
72
73Boundary Condition 3
74  Target Boundaries = 3
75  Conductivity Body = Integer 2
76End
77
78Boundary Condition 4
79  Target Boundaries = 4
80  Conductivity Body = Integer 3
81End
82
83Boundary Condition 5
84  Target Boundaries = 5
85  Conductivity Body = Integer 4
86End
87
88Boundary Condition 6
89  Target Boundaries = 6
90  Conductivity Body = Integer 5
91End
92
93Solver 1 :: Reference Norm = Real 0.27012653
94
95!End Of File
96
97