//bidomain_001cm3.geo
//Dimensions all in micrometres
lc = 2; //dx = 100um
Lx = 872;
Ly = 1308;
Lz = 892;
Point(1) = {-Lx/2, -Ly/2, -Lz/2, lc};
Point(2) = {-Lx/2, Ly/2, -Lz/2, lc};
Point(3) = {Lx/2, Ly/2, -Lz/2, lc};
Point(4) = {Lx/2, -Ly/2, -Lz/2, lc};
Point(5) = {-Lx/2, -Ly/2, Lz/2, lc};
Point(6) = {-Lx/2, Ly/2, Lz/2, lc};
Point(7) = {Lx/2, Ly/2, Lz/2, lc};
Point(8) = {Lx/2, -Ly/2, Lz/2, lc};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Curve Loop(1) = {1, 2, 3, 4};
Plane Surface(1) = {1};
Extrude {0,0,Lz} {Surface{1};}
Physical Volume(27) = {1}; //Ensure IntraTags = [27] and ExtraTags = [27] in openCARP script