~fluidity-core/fluidity/sediment_restructure

« back to all changes in this revision

Viewing changes to tests/darcy_p0p1cv_velBCinlet/cube.geo

merge with branch including remap_surface_to_field but then removed this change and approached it a different way which seems to work

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
Extrude {0.0, 0.0, len} {
 
18
  Surface{5}; Layers{lay}; 
 
19
}
 
20
 
 
21
// bottom
 
22
Physical Surface(1) = {5};
 
23
 
 
24
// top
 
25
Physical Surface(2) = {27};
 
26
 
 
27
// left
 
28
Physical Surface(3) = {26};
 
29
 
 
30
// right
 
31
Physical Surface(4) = {18};
 
32
 
 
33
// front
 
34
Physical Surface(5) = {14};
 
35
 
 
36
// back
 
37
Physical Surface(6) = {22};
 
38
 
 
39
Physical Volume(1) = {1};