timflow.steady.inhomogeneity1d.Xsection ======================================= .. toctree:: :hidden: /api/timflow/steady/inhomogeneity1d/Xsection.plot /api/timflow/steady/inhomogeneity1d/Xsection.findlayer /api/timflow/steady/inhomogeneity1d/Xsection.summary .. py:class:: timflow.steady.inhomogeneity1d.Xsection(model, x1, x2, kaq, c, z, npor, ltype, hstar, N, name=None) Bases: :py:obj:`timflow.steady.aquifer.AquiferData` Base class for cross-section inhomogeneities. :param model: model to which the element is added, usually an instance of ModelXsection :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 layer from the top down :type kaq: float, array or list :param c: resistance of leaky layers from the top down :type c: float, array or list :param z: elevation tops and bottoms of the layers from the top down, leaky layers may have zero thickness :type z: array or list :param npor: porosity of all aquifer layers from the top down :type npor: float, array or list :param ltype: type of the layers: 'a' for aquifer, 'l' for leaky layer :type ltype: string, array or list :param hstar: head value above semi-confining top, only read if topboundary='semi' :type hstar: float, optional :param N: infiltration rate, only read if topboundary='conf' :type N: float, optional :param name: name of the inhomogeneity :type name: string, optional .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.steady.inhomogeneity1d.Xsection.plot timflow.steady.inhomogeneity1d.Xsection.findlayer timflow.steady.inhomogeneity1d.Xsection.summary