FixedHeads

Prescribed hydraulic head boundary condition -- fixes the head value at the selected shapes.

Examples

feature = model.get_fixed_head(shapes)
feature.head = -2.0
feature.minus_plus = 'plus'

Properties

head : float
minus_plus : str
Side of the boundary the condition acts on: 'minus' (default) or 'plus'.