~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to tests/turbine_flux_dg_2d/Makefile

  • Committer: sf1409
  • Date: 2010-05-10 15:46:37 UTC
  • Revision ID: svn-v4:5bf5533e-7014-46e3-b1bb-cce4b9d03719:trunk:1140
First of four flux turbine unleashed:

This is a 2d flux turbine testcase.
It uses dg flux terms to simulate the turbine. This is a very basic testcase where the turbine is basically a opened sluice gate. The result is compared with another simulation where no turbine is applied. Ideally, the results should be the same. Due to the different meshes, the detectors will have slightly different values.


Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
input: clean
 
2
        cd mesh; ./makemesh.sh
 
3
 
 
4
clean:
 
5
        rm -f  *.ele *.edge *.node *.poly *.vtu *.s *.d.1 *.stat *.msh *.detectors matrixdump* 
 
6
        cd mesh; rm -f  *.ele *.edge *.node *.poly *.vtu *.s *.d.1 *.stat *.msh *.detectors matrixdump*