source: trunk/anuga_work/development/2010-projects/anuga_1d/sqpipe/test_sqpipe_free_surface_fixed_width_w_d.py @ 8253

Last change on this file since 8253 was 8236, checked in by paul, 13 years ago

Implemented generic solver and several versions of square pipe domain

File size: 471 bytes
Line 
1import anuga_1d.sqpipe.parabolic_canal
2import time
3import anuga_1d.sqpipe.sqpipe_free_surface_fixed_width_w_d_domain as dom
4
5
6domain = anuga_1d.sqpipe.parabolic_canal.get_domain(dom)
7finaltime = 10000.0
8yieldstep = 100.0
9
10anuga_1d.sqpipe.parabolic_canal.animate_domain(domain, yieldstep, finaltime)
11anuga_1d.sqpipe.parabolic_canal.plot_domain(domain)
12#anuga_1d.sqpipe.parabolic_canal.evolve_domain(domain)
13#anuga_1d.sqpipe.parabolic_canal.write_domain(domain, 'outfile')
Note: See TracBrowser for help on using the repository browser.