timflow.steady.inhomogeneity1d.XsectionMaq ========================================== .. toctree:: :hidden: /api/timflow/steady/inhomogeneity1d/XsectionMaq.plot /api/timflow/steady/inhomogeneity1d/XsectionMaq.findlayer /api/timflow/steady/inhomogeneity1d/XsectionMaq.summary .. py:class:: timflow.steady.inhomogeneity1d.XsectionMaq(model, x1, x2, kaq=1, z=None, c=None, npor=0.3, topboundary='conf', hstar=None, N=None, name=None) Bases: :py:obj:`Xsection` Cross-section inhomogeneity for a multi-aquifer sequence. :param model: model to which the element is added :type model: Model object :param x1: left boundary of inhomogeneity (may be -np.inf if extends to infinity) :type x1: float :param x2: right boundary of inhomogeneity (may be np.inf if extends to infinity) :type x2: float :param kaq: hydraulic conductivity of each aquifer from the top down if float, hydraulic conductivity is the same in all aquifers :type kaq: float, array or list :param z: elevation tops and bottoms of the aquifers from the top down leaky layers may have zero thickness if topboundary='conf': length is 2 * number of aquifers if topboundary='semi': length is 2 * number of aquifers + 1 as top of leaky layer on top of systems needs to be specified :type z: array or list :param c: resistance of leaky layers from the top down if float, resistance is the same for all leaky layers if topboundary='conf': length is number of aquifers - 1 if topboundary='semi': length is number of aquifers :type c: float, array or list :param npor: porosity of all aquifers and leaky layers from the top down if float, porosity is the same for all layers if topboundary='conf': length is 2 * number of aquifers - 1 if topboundary='semi': length is 2 * number of aquifers :type npor: float, array or list :param topboundary: indicating whether the top is confined ('conf') or semi-confined ('semi') :type topboundary: string, 'conf' or 'semi' (default is 'conf') :param hstar: head value above semi-confining top, only read if topboundary='semi' :type hstar: float or None (default is None) :param N: infiltration rate, only read if topboundary='conf' :type N: float (default is None) .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.inhomogeneity1d.XsectionMaq.plot timflow.steady.inhomogeneity1d.XsectionMaq.findlayer timflow.steady.inhomogeneity1d.XsectionMaq.summary