Modifications to cases to fix minor issues. Work in having a 1D Cathode

model working
This commit is contained in:
Jorge Gonzalez 2021-03-06 19:19:46 +01:00
commit 1f077eeb91
4 changed files with 59 additions and 159 deletions

View file

@ -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};