~fluidity-core/fluidity/darcy_weak_bcs

« back to all changes in this revision

Viewing changes to tests/darcy_impes_p1_pseudo1phase_velBCinlet/square.geo

  • Committer: Brendan Tollit
  • Date: 2012-07-24 11:24:05 UTC
  • Revision ID: brendan.tollit05@imperial.ac.uk-20120724112405-fp4yicflsgtd2rt0
Correct some test case regression answers, mainly for 3d as some have changed slightly.

Add a consistent subcycling test case to stress this code path, although I still wouldnt 
recommend using it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// define a layer variable
2
 
lay_x = 20;
3
 
lay_y = 5;
4
 
 
5
 
// define a len variable
6
 
len_x = 300.0;
7
 
len_y = 300.0;
8
 
 
9
 
Point(1) = {0.0, 0.0, 0.0, 1.0};
10
 
 
11
 
Extrude {len_x, 0.0, 0.0} {
12
 
  Point{1}; Layers{lay_x}; 
13
 
}
14
 
 
15
 
Extrude {0.0, len_y, 0.0} {
16
 
  Line{1}; Layers{lay_y}; 
17
 
}
18
 
 
19
 
// left
20
 
Physical Line(7) = {1};
21
 
 
22
 
// right
23
 
Physical Line(8) = {4};
24
 
 
25
 
// top
26
 
Physical Line(9) = {2};
27
 
 
28
 
// left
29
 
Physical Line(10) = {3};
30
 
 
31
 
Physical Surface(11) = {5};