timml.uflow.Uflow ================= .. toctree:: :hidden: /05api/timml/uflow/Uflow.potinf /05api/timml/uflow/Uflow.disvecinf /05api/timml/uflow/Uflow.potinflayers /05api/timml/uflow/Uflow.potentiallayers /05api/timml/uflow/Uflow.disvec /05api/timml/uflow/Uflow.disvecinflayers /05api/timml/uflow/Uflow.disveclayers .. py:class:: timml.uflow.Uflow(model, slope, angle, label=None) Bases: :py:obj:`timml.element.Element` Add uniform flow to the model. Uniform flow may only be added to a model of which the background aquifer system is confined. :param model: model to which the uniform flow is added :type model: Model object :param slope: slope of the head (head drop divided by the distance) in the direction of flow :type slope: float :param angle: direction of flow in degrees (0 degrees is straight East, counter clock-wise is positive) :type angle: float :param label: label of the element :type label: string or None (default: None) .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timml.uflow.Uflow.potinf timml.uflow.Uflow.disvecinf timml.uflow.Uflow.potinflayers timml.uflow.Uflow.potentiallayers timml.uflow.Uflow.disvec timml.uflow.Uflow.disvecinflayers timml.uflow.Uflow.disveclayers