~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to tests/darcy_p1dgp2_pressBCinlet_1d/Makefile

  • 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
 
SHELL = sh
2
 
 
3
 
SIM = darcy_p1dgp2_pressBCinlet_1d
4
 
 
5
 
# options for 1d mesh interval script
6
 
MESH_SIZE = 100.0
7
 
LEFT_X    = 0.0
8
 
RIGHT_X   = 300.0
9
 
 
10
 
input: clean
11
 
        @echo "Running INTERVAL script for $(SIM)"
12
 
        ../../bin/interval --dx=$(MESH_SIZE) $(LEFT_X) $(RIGHT_X) $(SIM)
13
 
 
14
 
clean:
15
 
        rm -f $(SIM)*.ele
16
 
        rm -f $(SIM)*.node
17
 
        rm -f $(SIM)*.bound
18
 
        rm -f $(SIM)*.edge
19
 
        rm -f $(SIM)*.face
20
 
        rm -f $(SIM)*.vtu 
21
 
        rm -f $(SIM)*.pvtu 
22
 
        rm -f $(SIM)*.s 
23
 
        rm -f $(SIM)*.d.* 
24
 
        rm -f $(SIM)*.stat 
25
 
        rm -f $(SIM)*.log-0 
26
 
        rm -f $(SIM)*.err-0 
27
 
        rm -f $(SIM)*.msh
28
 
        rm -f $(SIM)*.halo
29
 
        rm -rf $(SIM)_*
30
 
        rm -f fluidity.err*
31
 
        rm -f fluidity.log*
32
 
        rm -f matrixdump*
33
 
        rm -f first_timestep_adapted_mesh*