timflow.transient.inhom1d.XsectionMaq ===================================== .. toctree:: :hidden: /api/timflow/transient/inhom1d/XsectionMaq.is_inside /api/timflow/transient/inhom1d/XsectionMaq.initialize /api/timflow/transient/inhom1d/XsectionMaq.create_elements /api/timflow/transient/inhom1d/XsectionMaq.plot /api/timflow/transient/inhom1d/XsectionMaq.in_which_layer /api/timflow/transient/inhom1d/XsectionMaq.findlayer .. py:class:: timflow.transient.inhom1d.XsectionMaq(model, x1, x2, kaq=1, z=(1, 0), c=(), Saq=0.001, Sll=0, leffaq=0, poraq=0.3, porll=0.3, topboundary='conf', phreatictop=None, tsandhstar=None, tsandN=None, name=None) Bases: :py:obj:`Xsection` Cross-section inhomogeneity consisting of stacked aquifer layers. :param model: Model to add the cross-section to, usually an instance of ModelXsection. :type model: Model :param x1: x-coordinate of the left boundary of the cross-section. :type x1: float :param x2: x-coordinate of the right boundary of the cross-section. :type x2: float :param kaq: Hydraulic conductivities of the aquifers. :type kaq: array :param z: Elevations of the tops and bottoms of the layers. :type z: array :param c: Resistance of the leaky layers. :type c: array :param Saq: Specific storage of the aquifers. :type Saq: array :param Sll: Specific storage of the leaky layers. :type Sll: array :param leffaq: loading efficiency of the aquifer :type leffaq: array :param poraq: Porosities of the aquifers. :type poraq: array :param porll: Porosities of the leaky layers. :type porll: array :param topboundary: indicating whether the top is confined ('con' is enough), phreatic ('phr' is enough), semi-confined ('sem' is enough), or a leaky layer ('lea' is enough). When phreatic, the storage coefficient (Saq) of the top model layer is treated as phreatic storage (and not multiplied with the aquifer thickness) :type topboundary: string, 'confined', 'phreatic', 'semi', or 'leaky' (default is 'conf') :param tsandhstar: list containing time and water level pairs for the hstar boundary condition. :type tsandhstar: list of tuples :param tsandN: list containing time and infiltration pairs for the infiltration boundary condition. :type tsandN: list of tuples :param name: Name of the cross-section. :type name: str .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.transient.inhom1d.XsectionMaq.is_inside timflow.transient.inhom1d.XsectionMaq.initialize timflow.transient.inhom1d.XsectionMaq.create_elements timflow.transient.inhom1d.XsectionMaq.plot timflow.transient.inhom1d.XsectionMaq.in_which_layer timflow.transient.inhom1d.XsectionMaq.findlayer