~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to tests/darcy_p1dgp2_pressBCinlet/square.geo

  • Committer: Brendan Tollit
  • Date: 2011-11-20 13:22:14 UTC
  • mto: This revision was merged to the branch mainline in revision 3860.
  • Revision ID: brendan.tollit05@imperial.ac.uk-20111120132214-no8ljc9argzddwon
Remove the two darcy test cases that were there in 1d and 
replace them with versions that do 1,2 and 3d.

Change the sign of the ct_rhs add to in Divergence_CV.F90 
for incompressible flow.

Adjust the darcy test that was there to test this so that 
it runs and the 1,2 and 3d version use weak velocity BC.

Add a similar test that uses two phase but one with a large 
absorption such as to be the solid porous media. This tests
the multiphase ct_rhs add to sign change.

The mms_ns case still has issues.

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};