Ignore:
Timestamp:
Sep 22, 2006, 4:02:19 PM (18 years ago)
Author:
ole
Message:

Work on examples for SUT 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/analytical solutions/Analytical solution_oblique_shock_01.py

    r3652 r3657  
    3737leny = 30.
    3838lenx = 40.
    39 f = 5
    40 n = 60*f
     39f = 2
     40n = 50*f
    4141m = 80*f
    4242theta = 25
     
    6666
    6767# Visualization smoothing
    68 domain.smooth=False
     68domain.smooth=True
    6969domain.visualise=False
    7070
     
    162162import time
    163163t0 = time.time()
    164 for t in domain.evolve(yieldstep = 0.1, finaltime = 6.0):
     164for t in domain.evolve(yieldstep = 0.1, finaltime = 20.0):
    165165    domain.write_time()
    166166    id = 3399
Note: See TracChangeset for help on using the changeset viewer.