Opened 12 years ago
Closed 12 years ago
#373 closed enhancement (fixed)
Parallel Inlet Operator enchancment
Reported by: | martins | Owned by: | steve |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
When using the Inlet_operator for parallel Anuga e.g.
from anuga_parallel.parallel_operator_factory import Inlet_operator
to simulate an input hydrograph it would be handy to be able to input the water on only one side (preferably downhill) of the line that function takes as input.
Presently the water is injected into the triangle intersected by the line. Maybe enforce break lines along the input line then sent the input hydrograph to the side with lower elevation or something along those lines?
Change History (2)
comment:1 Changed 12 years ago by steve
- Owner changed from ole to steve
- Status changed from new to assigned
comment:2 Changed 12 years ago by steve
- Resolution set to fixed
- Status changed from assigned to closed
Inlet_operator now has an argument velocity. Water is now injected with this velocity and so can be arranged to ensure water is directed down a channel.
The Inlet_operator now has a velocity argument. Water will be injected with this velocity and so can be used to direct the input of water down the channel.