From aa8da344a194fd894a8d44d113641517cbc9b3a7 Mon Sep 17 00:00:00 2001
From: Ivar Stefansson <ist050@uib.no>
Date: Mon, 13 Feb 2017 16:04:23 +0100
Subject: [PATCH] Upload hydrocoin geo file

---
 hydrocoin/grids/ccdfm/ccdfm_hydrocoin.geo | 69 +++++++++++++++++++++++
 1 file changed, 69 insertions(+)
 create mode 100644 hydrocoin/grids/ccdfm/ccdfm_hydrocoin.geo

diff --git a/hydrocoin/grids/ccdfm/ccdfm_hydrocoin.geo b/hydrocoin/grids/ccdfm/ccdfm_hydrocoin.geo
new file mode 100644
index 0000000..b596866
--- /dev/null
+++ b/hydrocoin/grids/ccdfm/ccdfm_hydrocoin.geo
@@ -0,0 +1,69 @@
+// Gmsh project created on Mon Feb 13 16:02:29 2017
+
+Mesh.Algorithm = 6;
+
+T = 1.0;
+
+L = 160*T;
+S = 0.18*L;
+M = L*0.4;
+XS= 0.82*S;
+
+Point(1) = {0, 150*T, 0, S};
+//Point(2) = {10*T, 150*T, 0, M};
+Point(3) = {400*T, 100*T, 0, XS};
+//Point(4) = {400*T, 100*T, 0, M};
+Point(5) = {800*T, 150*T, 0, S};
+Point(6) = {1200*T, 100*T, 0, XS};
+//Point(7) = {1200*T, 100*T, 0, M};
+//Point(8) = {1590*T, 150*T, 0, M};
+Point(9) = {1600*T, 150*T, 0, S};
+Point(10) = {1600*T, -1000*T, 0, 1.1*L};
+Point(11) = {1500*T, -1000*T, 0, L};
+//Point(12) = {1500*T, -1000*T, 0, L};
+Point(13) = {1000*T, -1000*T, 0, L};
+//Point(14) = {1000*T, -1000*T, 0, L};
+Point(15) = {0, -1000*T, 0, 1.1*L};
+Point(16) = {1076.92*T, -576.92*T, 0, M};
+//Point(17) = {1076.94*T, -577.417*T, 0, S};
+//Point(18) = {1076.94*T, -577.417*T, 0, S};
+//Point(19) = {1076.9*T, -577.417*T, 0, S};
+Point(20) = {0, -400*T, 0, L};
+Point(21) = {1600*T, -400*T, 0, L};
+
+
+Line(11) = {15, 13};
+Line(21) = {13, 16};
+Line(31) = {16, 3};
+Line(41) = {3, 1};
+//Line(51) = {2, 1};
+Line(61) = {1, 20};
+Line(611)= {20, 15};
+
+
+Line(72) = {13, 11};
+Line(82) = {11, 16};
+//Line(22) = {18, 13};
+
+//Line(83) = {17, 11};
+Line(93) = {11, 10};
+Line(103) ={10, 21};
+Line(1013)={21, 9};
+Line(113) = {9, 6};
+//Line(123) = {8, 7};
+Line(133) = {6, 16};
+
+//Line(34) = {3, 16};
+//Line(134) = {16, 6};
+Line(144) = {6, 5};
+Line(154) = {5, 3};
+
+Line Loop(1) = {11, 21, 31, 41, 61, 611};
+Line Loop(2) = {72, 82, -21};
+Line Loop(3) = {-82, 93, 103, 1013, 113, 133};
+Line Loop(4) = {-31, -133, 144, 154};
+
+Plane Surface(11) = {1};
+Plane Surface(12) = {2};
+Plane Surface(13) = {3};
+Plane Surface(14) = {4};
-- 
GitLab