# A test for analyzing wave propagation via the direct compressible NS simulation
#
run:
	$(ELMER_GRID) 1 2 tube
	$(ELMER_SOLVER)


clean:
	/bin/rm test.log temp.log mon.out
	/bin/rm -r tube
