flopy.mf6.modflow.mfprtmip module
- class ModflowPrtmip(model, loading_package=False, export_array_ascii=None, porosity=None, retfactor=None, izone=None, filename=None, pname=None, **kwargs)[source]
Bases:
MFPackageModflowPrtmip defines a MIP package.
- Parameters:
export_array_ascii (keyword) – keyword that specifies input griddata arrays should be written to layered ascii output files.
porosity ([double precision]) – is the aquifer porosity.
retfactor ([double precision]) – is a real value by which velocity is divided within a given cell. retfactor can be used to account for solute retardation, i.e., the apparent effect of linear sorption on the velocity of particles that track solute advection. retfactor may be assigned any real value. a retfactor value greater than 1 represents particle retardation (slowing), and a value of 1 represents no retardation. the effect of specifying a retfactor value for each cell is the same as the effect of directly multiplying the porosity in each cell by the proposed retfactor value for each cell. retfactor allows conceptual isolation of effects such as retardation from the effect of porosity. the default value is 1.
izone ([integer]) – is an integer zone number assigned to each cell. izone may be positive, negative, or zero. the current cell’s zone number is recorded with each particle track datum. if a prp package’s istopzone option is set to any value other than zero, particles released by that prp package terminate if they enter a cell whose izone value matches istopzone. if istopzone is not specified or is set to zero in a prp package, izone has no effect on the termination of particles released by that prp package. each prp package may configure a single istopzone value.
- dfn = [['header'], ['block options', 'name export_array_ascii', 'type keyword', 'reader urword', 'optional true', 'mf6internal export_ascii'], ['block griddata', 'name porosity', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true'], ['block griddata', 'name retfactor', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'optional true'], ['block griddata', 'name izone', 'type integer', 'shape (nodes)', 'reader readarray', 'layered true', 'optional true']]
- dfn_file_name = 'prt-mip.dfn'
- izone = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- package_abbr = 'prtmip'
- porosity = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
- retfactor = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>