~asc/fluidity/region_id_out

« back to all changes in this revision

Viewing changes to examples/stokes_square_convection/Makefile

  • Committer: Rhodri Davies
  • Date: 2012-09-28 10:21:09 UTC
  • Revision ID: rhodri.davies@imperial.ac.uk-20120928102109-elzjsdgmrepq52ci
Stokes example and place holder in manual. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
preprocess: 
 
2
        @echo **********Generating structured meshes using gmsh in 2d:
 
3
        gmsh -2 -o mesh/square_24.msh mesh/square_24.geo
 
4
        gmsh -2 -o mesh/square_48.msh mesh/square_48.geo
 
5
 
 
6
run:
 
7
        @echo **********To run this case at a grid resolution of 24x24, use make run_24.
 
8
        @echo **********To run this case at a grid resolution of 48x48, use make run_48.
 
9
 
 
10
run_24:
 
11
        @echo **********Calling fluidity with verbose log output enabled:
 
12
        ../../bin/fluidity -v2 -l Stokes-square-convection-24.flml
 
13
 
 
14
run_48:
 
15
        @echo **********Calling fluidity with verbose log output enabled:
 
16
        ../../bin/fluidity -v2 -l Stokes-square-convection-48.flml
 
17
 
 
18
postprocess:
 
19
        @echo **********Calling the python plotting scripts:
 
20
        ./Plot_RMS.py
 
21
        ./Plot_Nusselt.py
 
22
 
 
23
input: clean preprocess
 
24
 
 
25
clean:
 
26
        @echo **********Cleaning the output from previous fluidity runs:
 
27
        rm -rf *.pdf *.stat *.vtu *checkpoint* *.log-0 *.err-0 matrixdump* mesh/*.msh