timflow.steady.constant.Constant ================================ .. toctree:: :hidden: /api/timflow/steady/constant/Constant.potinf /api/timflow/steady/constant/Constant.disvecinf /api/timflow/steady/constant/Constant.potinflayers /api/timflow/steady/constant/Constant.potentiallayers /api/timflow/steady/constant/Constant.disvec /api/timflow/steady/constant/Constant.disvecinflayers /api/timflow/steady/constant/Constant.disveclayers /api/timflow/steady/constant/Constant.equation .. py:class:: timflow.steady.constant.Constant(model, xr=0, yr=0, hr=0.0, layer=0, label=None) Bases: :py:obj:`ConstantBase`, :py:obj:`timflow.steady.equation.PotentialEquation` Specify the head at one point in the model in one layer. The head may only be specified in an area of the model where the aquifer system is confined. :param model: model to which the element is added :type model: Model object :param xr: x-coordinate of the point where the head is specified :type xr: float :param yr: y-coordinate of the point where the head is specified :type yr: float :param hr: specified head :type hr: float :param layer: layer where the head is specified :type layer: int :param label: label of the element :type label: string or None (default: None) .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.constant.Constant.potinf timflow.steady.constant.Constant.disvecinf timflow.steady.constant.Constant.potinflayers timflow.steady.constant.Constant.potentiallayers timflow.steady.constant.Constant.disvec timflow.steady.constant.Constant.disvecinflayers timflow.steady.constant.Constant.disveclayers timflow.steady.constant.Constant.equation