Changeset 9256 for trunk/anuga_core/validation_tests/behaviour_only
- Timestamp:
- Jul 9, 2014, 12:05:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/behaviour_only/tides_hecras/channel_floodplain1.py
r9243 r9256 9 9 import anuga 10 10 import numpy 11 from anuga _parallel.parallel_operator_factoryimport Inlet_operator, Boyd_box_operator12 from anuga _parallelimport distribute, myid, numprocs, finalize, barrier11 from anuga import Inlet_operator, Boyd_box_operator 12 from anuga import distribute, myid, numprocs, finalize, barrier 13 13 14 from anuga import myid, finalize, distribute, barrier 14 15 15 16 16 args = anuga.get_args() … … 146 146 return 0.7+0.3*numpy.sin(2.*numpy.pi*t/(30.*60.))-1.0 # Note elevation datum differs in hecras and ANUGA 147 147 148 Bout_tmss = anuga. shallow_water.boundaries.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary(domain, function = outflow_stage_boundary)148 Bout_tmss = anuga.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary(domain, function = outflow_stage_boundary) 149 149 150 150 domain.set_boundary({'left': Br,
Note: See TracChangeset
for help on using the changeset viewer.