Modifications to cases to fix minor issues. Work in having a 1D Cathode
model working
This commit is contained in:
parent
ac2965621a
commit
1f077eeb91
4 changed files with 59 additions and 159 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Lcell = 0.00005;
|
||||
Lcell = 0.00004;
|
||||
|
||||
x0 = 0.001;
|
||||
xf = x0 + 100.0*Lcell;
|
||||
xf = x0 + 50.0*Lcell;
|
||||
|
||||
Point(1) = {x0, 0, 0, 1};
|
||||
Point(2) = {xf, 0, 0, 1};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue