timflow.transient.model.ModelXsection ===================================== .. toctree:: :hidden: /api/timflow/transient/model/ModelXsection.check_inhoms /api/timflow/transient/model/ModelXsection.compute_laplace_parameters /api/timflow/transient/model/ModelXsection.potential /api/timflow/transient/model/ModelXsection.potentialone /api/timflow/transient/model/ModelXsection.disvec /api/timflow/transient/model/ModelXsection.head /api/timflow/transient/model/ModelXsection.headalongline /api/timflow/transient/model/ModelXsection.disvecalongline /api/timflow/transient/model/ModelXsection.headgrid /api/timflow/transient/model/ModelXsection.headgrid2 /api/timflow/transient/model/ModelXsection.inverseLapTran /api/timflow/transient/model/ModelXsection.solve /api/timflow/transient/model/ModelXsection.aquifer_summary .. py:class:: timflow.transient.model.ModelXsection(naq=1, tmin=1, tmax=10, tstart=0, M=10, steady=None) Bases: :py:obj:`TimModel` Model class for cross-section models. :param naq: number of aquifers :type naq: integer :param tmin: the minimum time for which heads can be computed after any change in boundary condition. :type tmin: float :param tmax: the maximum time for which heads can be computed. :type tmax: float :param tstart: time at start of simulation (default 0) :type tstart: float, optional :param M: the number of terms to be used in the numerical inversion algorithm. 10 is usually sufficient. :type M: integer, optional :param steady: a timflow.steady model may be included to add a steady-state flow result to the computed solution. :type steady: timflow.steady.Model .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: timflow.transient.model.ModelXsection.check_inhoms timflow.transient.model.ModelXsection.compute_laplace_parameters timflow.transient.model.ModelXsection.potential timflow.transient.model.ModelXsection.potentialone timflow.transient.model.ModelXsection.disvec timflow.transient.model.ModelXsection.head timflow.transient.model.ModelXsection.headalongline timflow.transient.model.ModelXsection.disvecalongline timflow.transient.model.ModelXsection.headgrid timflow.transient.model.ModelXsection.headgrid2 timflow.transient.model.ModelXsection.inverseLapTran timflow.transient.model.ModelXsection.solve timflow.transient.model.ModelXsection.aquifer_summary