# Backward facing step / k-epsilon model test
#
run:
	$(ELMER_GRID) 1 2 Step_v2f
	$(ELMER_SOLVER)

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