~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to tests/darcy_p0p1_test_cty_cv_pressBCinlet_2phase_constant_volf_and_abs/square.geo

  • Committer: colin.cotter at ac
  • Date: 2012-02-16 17:35:27 UTC
  • mfrom: (3565.1.365 fluidity)
  • Revision ID: colin.cotter@imperial.ac.uk-20120216173527-wpnlu4v9v1kmf4xz
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// define a layer variable
 
2
lay = 5;
 
3
 
 
4
// define a len variable
 
5
len = 300.0;
 
6
 
 
7
Point(1) = {0.0, 0.0, 0.0, 1.0};
 
8
 
 
9
Extrude {len, 0.0, 0.0} {
 
10
  Point{1}; Layers{lay}; 
 
11
}
 
12
 
 
13
Extrude {0.0, len, 0.0} {
 
14
  Line{1}; Layers{lay}; 
 
15
}
 
16
 
 
17
Physical Line(7) = {1};
 
18
Physical Line(8) = {4};
 
19
Physical Line(9) = {2};
 
20
Physical Line(10) = {3};
 
21
 
 
22
Physical Surface(11) = {5};