~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to tests/mphase_wen_yu_drag_correlation/src/mphase_wen_yu_drag_correlation.geo

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Point(1) = {0.0, 0.0, 0.0, 0.03};
 
2
Point(2) = {0.0, 0.3, 0.0, 0.03};
 
3
Point(3) = {0.3, 0.3, 0.0, 0.03};
 
4
Point(4) = {0.3, 0.0, 0.0, 0.03};
 
5
Line(1) = {3,4};
 
6
Line(2) = {4,1};
 
7
Line(3) = {1,2};
 
8
Line(4) = {2,3};
 
9
Line Loop(5) = {1,2,3,4};
 
10
Plane Surface(6) = {5};
 
11
// Top of the box
 
12
Physical Line(333) = {4};
 
13
// Box sides
 
14
Physical Line(666) = {3,1};
 
15
// Box bottom
 
16
Physical Line(444) = {2};
 
17
// This is just to ensure all the interior
 
18
// elements get written out. 
 
19
Physical Surface(10) = {6};