timml.constant.Constant ======================= .. toctree:: :hidden: /05api/timml/constant/Constant.potinf /05api/timml/constant/Constant.disvecinf /05api/timml/constant/Constant.potinflayers /05api/timml/constant/Constant.potentiallayers /05api/timml/constant/Constant.disvec /05api/timml/constant/Constant.disvecinflayers /05api/timml/constant/Constant.disveclayers /05api/timml/constant/Constant.equation .. py:class:: timml.constant.Constant(model, xr=0, yr=0, hr=0.0, layer=0, label=None) Bases: :py:obj:`ConstantBase`, :py:obj:`timml.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:: timml.constant.Constant.potinf timml.constant.Constant.disvecinf timml.constant.Constant.potinflayers timml.constant.Constant.potentiallayers timml.constant.Constant.disvec timml.constant.Constant.disvecinflayers timml.constant.Constant.disveclayers timml.constant.Constant.equation