flopy.mf6.modflow.mfgwtadv module
- class ModflowGwtadv(model, loading_package=False, scheme=None, ats_percel=None, filename=None, pname=None, **kwargs)[source]
Bases:
MFPackageModflowGwtadv defines a ADV package.
- Parameters:
scheme (string) – scheme used to solve the advection term. can be upstream, central, or tvd. if not specified, upstream weighting is the default weighting scheme.
ats_percel (double precision) – fractional cell distance submitted by the adv package to the adaptive time stepping (ats) package. if ats_percel is specified and the ats package is active, a time step calculation will be made for each cell based on flow through the cell and cell properties. the largest time step will be calculated such that the advective fractional cell distance (ats_percel) is not exceeded for any active cell in the grid. this time-step constraint will be submitted to the ats package, perhaps with constraints submitted by other packages, in the calculation of the time step. ats_percel must be greater than zero. if a value of zero is specified for ats_percel the program will automatically reset it to an internal no data value to indicate that time steps should not be subject to this constraint.
- dfn = [['header'], ['block options', 'name scheme', 'type string', 'valid central upstream tvd', 'reader urword', 'optional true'], ['block options', 'name ats_percel', 'type double precision', 'reader urword', 'optional true']]
- dfn_file_name = 'gwt-adv.dfn'
- package_abbr = 'gwtadv'