~fluidity-core/fluidity/excise-fldecomp

« back to all changes in this revision

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

  • Committer: Mark Filipiak
  • Date: 2012-08-13 11:42:30 UTC
  • mfrom: (4003.1.23 dev-trunk)
  • Revision ID: mjf@staffmail.ed.ac.uk-20120813114230-wzoyf2gi4p4oxeh4
Merge in of the latest trunk.  To try to cure non-flredecomp tests that are passing at EPCC but failing in buildbot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Point(1) = {0.0, 0.0, 0.0, 0.0085};
 
2
Point(2) = {0.0, 4.5, 0.0, 0.0085};
 
3
Point(3) = {0.025, 4.5, 0.0, 0.0085};
 
4
Point(4) = {0.025, 0.0, 0.0, 0.0085};
 
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};