flopy.mf6.modflow.mfgwfprt module

class ModflowGwfprt(simulation, loading_package=False, exgtype='GWF6-PRT6', exgmnamea=None, exgmnameb=None, filename=None, pname=None, **kwargs)[source]

Bases: MFPackage

ModflowGwfprt defines a GWFPRT package.

Parameters:
  • simulation (MFSimulation) – Simulation that this package is a part of. Package is automatically added to simulation when it is initialized.

  • loading_package (bool, default False) – Do not set this parameter. It is intended for debugging and internal processing purposes only.

  • exgtype (str, default "GWF6-PRT6") – The exchange type (GWF-GWF or GWF-GWT).

  • exgmnamea (str, optional) – The name of the first model that is part of this exchange.

  • exgmnameb (str, optional) – The name of the second model that is part of this exchange.

  • filename (str or PathLike, optional) – Name or path of file where this package is stored.

  • pname (str, optional) – Package name.

  • **kwargs – Extra keywords for flopy.mf6.mfpackage.MFPackage.

dfn = [['header']]
dfn_file_name = 'exg-gwfprt.dfn'
package_abbr = 'gwfprt'