Source code for hydpy.models.sw1d.sw1d_outlets

# pylint: disable=missing-module-docstring

from hydpy.core import sequencetools
from hydpy.core.typingtools import *


[docs] class LongQ(sequencetools.OutletSequence): """The longitudinal outflow of the last channel segment [m³/s].""" NDIM: Final[Literal[1]] = 1