~amcg-stokes/fluidity/multimaterial_diagnostic_dependencies

« back to all changes in this revision

Viewing changes to tests/viscous_fs_zhong_spatial_explicit_varrho/src/squareD.geo

  • Committer: Cian Wilson
  • Date: 2012-12-10 20:21:07 UTC
  • mfrom: (4132.1.7 fluidity)
  • Revision ID: cwilson@ldeo.columbia.edu-20121210202107-5wppwqcba4bfd1r3
Merging in changes from lp:fluidity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
l=160;
 
2
p=1.0;
 
3
Point(1) = {0, 0, 0};
 
4
Extrude {1, 0, 0} {
 
5
  Point{1}; 
 
6
}
 
7
Extrude {0, 0.5, 0} {
 
8
  Line{1};
 
9
}
 
10
Transfinite Line{1} = l+1;
 
11
Transfinite Line{2} = l+1;
 
12
Transfinite Line{-3} = (l+2)/2 Using Progression p;
 
13
Transfinite Line{-4} = (l+2)/2 Using Progression p;
 
14
Transfinite Surface{5} = {1,2,3,4} Right;
 
15
Extrude {0, 0.5, 0} {
 
16
  Line{2};
 
17
}
 
18
Transfinite Line{6} = l+1;
 
19
Transfinite Line{7} = (l+2)/2 Using Progression p;
 
20
Transfinite Line{8} = (l+2)/2 Using Progression p;
 
21
Transfinite Surface{9} = {3,4,5,6} Right;
 
22
// Bottom
 
23
Physical Line(6) = {1};
 
24
Physical Line(7) = {4, 8};
 
25
// Top
 
26
Physical Line(8) = {6};
 
27
Physical Line(9) = {7, 3};
 
28
// Internal
 
29
Physical Line(10) = {2};
 
30
Physical Surface(15) = {5, 9};