~fluidity-core/fluidity/exorcised

« back to all changes in this revision

Viewing changes to tests/rad_square_2grp_hom_zerobc_struct_quad_eig/square_struct_quad_D.geo

Latest trunk changes, and modifications to the backward_facing_step_2d example, which are experimental and work is ongoing. It's better than the current trunk example in that at least the k_epsilon code is correct.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// define a layer variable
2
 
lay = 100;
3
 
 
4
 
// define a len variable
5
 
len = 52.6929;
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}; Recombine;
11
 
}
12
 
 
13
 
Extrude {0.0, len, 0.0} {
14
 
  Line{1}; Layers{lay}; Recombine; 
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(10) = {5};