# channel flow / v2-f model test
#
run:
	$(ELMER_GRID) 1 2 channel
	$(ELMER_SOLVER)

clean:
	/bin/rm test.log temp.log
	/bin/rm -r channel
