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/anuga_user_manual.tex

    r7951 r8427  
    11471147if project.scenario == 'fixed_wave':
    11481148    # Huge 50m wave starting after 60 seconds and lasting 1 hour.
    1149     Bw = anuga.Time_boundary(domain=domain,
    1150                        function=lambda t: [(60<t<3660)*50, 0, 0])
     1149    Bw = anuga.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary(
     1150                        domain=domain,
     1151                        function=lambda t: [(60<t<3660)*50, 0, 0])
    11511152    domain.set_boundary({'ocean_east': Bw,
    11521153                         'bottom': Bs,
Note: See TracChangeset for help on using the changeset viewer.