Ignore:
Timestamp:
May 16, 2012, 9:22:03 PM (13 years ago)
Author:
davies
Message:

Adding the trapezoidal channel validation test, and editing the ANUGA manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/documentation/user_manual/demos/cairns/runcairns.py

    r7838 r8427  
    101101if project.scenario == 'fixed_wave':
    102102    # Huge 50m wave starting after 60 seconds and lasting 1 hour.
    103     Bw = anuga.Time_boundary(domain=domain,
    104                        function=lambda t: [(60<t<3660)*50, 0, 0])
     103    Bw = anuga.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary(
     104                        domain=domain,
     105                        function=lambda t: [(60<t<3660)*50, 0, 0])
     106
    105107    domain.set_boundary({'ocean_east': Bw,
    106108                         'bottom': Bs,
Note: See TracChangeset for help on using the changeset viewer.