flopy.mf6.modflow.mfgwtadv module
- class ModflowGwtadv(model, loading_package=False, scheme=None, filename=None, pname=None, **kwargs)[source]
Bases:
MFPackage
ModflowGwtadv defines a adv package within a gwt6 model.
- Parameters:
model (MFModel) – Model that this package is a part of. Package is automatically added to model when it is initialized.
loading_package (bool) – Do not set this parameter. It is intended for debugging and internal processing purposes only.
scheme (string) –
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.
filename (String) – File name for this package.
pname (String) – Package name for this package.
parent_file (MFPackage) – Parent package file that references this package. Only needed for utility packages (mfutl*). For example, mfutllaktab package must have a mfgwflak package parent_file.
- dfn = [['header'], ['block options', 'name scheme', 'type string', 'valid central upstream tvd', 'reader urword', 'optional true']]
- dfn_file_name = 'gwt-adv.dfn'
- package_abbr = 'gwtadv'