Structures

Culverts and Bridges

anuga.Inlet_operator(domain, region[, Q, ...])

Inlet Operator - add water to an inlet.

anuga.Boyd_box_operator(domain, losses, width)

Culvert flow - transfer water from one rectangular box to another.

anuga.Boyd_pipe_operator(domain, losses[, ...])

Culvert flow - transfer water from one location to another via a circular pipe culvert.

anuga.Weir_orifice_trapezoid_operator(...[, ...])

Culvert flow - transfer water from one trapezoidal section to another.

anuga.Internal_boundary_operator(domain, ...)

The internal_boundary_function must accept 2 input arguments (hw, tw). It returns Q: - hw will always be the stage (or energy) at the enquiry_point[0] - tw will always be the stage (or energy) at the enquiry_point[1] - If flow is from hw to tw, then Q should be positive, otherwise Q should be negative.