swn.modflow.SwnMf6.set_package_obj#
- SwnMf6.set_package_obj(package: str, auxiliary=None, boundnames=None, **kwds)#
Set MODFLOW 6 package data to flopy model.
- Parameters:
- packagestr
MODFLOW 6 package name, such as “drn” for DRAIN, or “GWT/SRC” for Mass Source Loading.
- auxiliarylist, optional
List of auxiliary names, which must be columns in the reaches frame.
- boundnamesbool, optional
Sets the BOUNDAMES option, with names provided by a “boundname” column of the reaches frame. Default None will set this True if column exists.
- **kwdsdict, optional
Passed to flopy.mf6 package.
- Returns:
- flopy.mf6.mfpackage.MFPackage
Subclass instance.