API Reference
MODFLOW 6
FloPy for MODFLOW 6 allows for the construction of multi-model simulations. In order to construct a MODFLOW 6 simulation using FloPy, first construct a simulation (MFSimulation) object. Then construct the MODFLOW 6 models (Modflowgwf and Modflowgwt) and the packages, like TDIS, that are associated with the simulation. Finally, construct the packages that are associated with each of your models.
MODFLOW 6 Base Classes
FloPy for MODFLOW 6 is object oriented code that uses inheritance. The FloPy classes used to define different types models and packages share common code that is defined in these base classes.
Contents:
- flopy.mf6.mfbase module
ExtFileAction
FlopyException
MFDataException
MFFileMgmt
MFFileMgmt.model_relative_path
MFFileMgmt.add_ext_file()
MFFileMgmt.copy_files()
MFFileMgmt.get_model_path()
MFFileMgmt.get_sim_path()
MFFileMgmt.get_updated_path()
MFFileMgmt.resolve_path()
MFFileMgmt.set_last_accessed_model_path()
MFFileMgmt.set_last_accessed_path()
MFFileMgmt.set_sim_path()
MFFileMgmt.strip_model_relative_path()
MFFileMgmt.unique_file_name()
MFFilePath
MFInvalidTransientBlockHeaderException
PackageContainer
PackageContainer.package_type_dict
PackageContainer.package_name_dict
PackageContainer.get_module_val()
PackageContainer.get_package()
PackageContainer.model_factory()
PackageContainer.models_by_type
PackageContainer.modflow_models
PackageContainer.modflow_packages
PackageContainer.package_dict
PackageContainer.package_factory()
PackageContainer.package_key_dict
PackageContainer.package_list()
PackageContainer.package_names
PackageContainer.packages_by_abbr
PackageContainer.register_package()
PackageContainerType
ReadAsArraysException
StructException
VerbosityLevel
- flopy.mf6.mfmodel module
MFModel
MFModel.name
MFModel.exe_name
MFModel.packages
MFModel.check()
MFModel.exename
MFModel.export()
MFModel.get_grid_type()
MFModel.get_ims_package()
MFModel.get_steadystate_list()
MFModel.hdry
MFModel.hnoflo
MFModel.inspect_cells()
MFModel.is_valid()
MFModel.laycbd
MFModel.laytyp
MFModel.load_base()
MFModel.load_package()
MFModel.match_array_cells()
MFModel.model_ws
MFModel.modeldiscrit
MFModel.modelgrid
MFModel.modeltime
MFModel.namefile
MFModel.nper
MFModel.output
MFModel.packagelist
MFModel.plot()
MFModel.register_package()
MFModel.remove_package()
MFModel.rename_all_packages()
MFModel.set_all_data_external()
MFModel.set_all_data_internal()
MFModel.set_model_relative_path()
MFModel.solver_tols
MFModel.update_package_filename()
MFModel.verbose
MFModel.version
MFModel.write()
- flopy.mf6.mfpackage module
MFBlock
MFBlock.block_headers
MFBlock.structure
MFBlock.path
MFBlock.datasets
MFBlock.datasets_keyword
MFBlock.enabled
MFBlock.add_dataset()
MFBlock.data_factory()
MFBlock.header_exists()
MFBlock.is_allowed()
MFBlock.is_empty()
MFBlock.is_valid()
MFBlock.load()
MFBlock.set_all_data_external()
MFBlock.set_all_data_internal()
MFBlock.set_model_relative_path()
MFBlock.write()
MFBlockHeader
MFBlockHeader.name
MFBlockHeader.variable_strings
MFBlockHeader.comment
MFBlockHeader.data_items
MFBlockHeader.add_data_item()
MFBlockHeader.build_header_variables()
MFBlockHeader.connect_to_dict()
MFBlockHeader.get_comment()
MFBlockHeader.get_transient_key()
MFBlockHeader.is_same_header()
MFBlockHeader.write_footer()
MFBlockHeader.write_header()
MFChildPackages
MFPackage
MFPackage.blocks
MFPackage.path
MFPackage.structure
MFPackage.dimensions
MFPackage.build_child_package()
MFPackage.build_child_packages_container()
MFPackage.build_mfdata()
MFPackage.check()
MFPackage.create_package_dimensions()
MFPackage.data_list
MFPackage.export()
MFPackage.filename
MFPackage.get_file_path()
MFPackage.inspect_cells()
MFPackage.is_valid()
MFPackage.load()
MFPackage.name
MFPackage.output
MFPackage.package_type
MFPackage.parent
MFPackage.plot()
MFPackage.plottable
MFPackage.quoted_filename
MFPackage.remove()
MFPackage.set_all_data_external()
MFPackage.set_all_data_internal()
MFPackage.set_model_relative_path()
MFPackage.write()
- flopy.mf6.mfsimbase module
MFSimulationBase
MFSimulationBase.sim_name
MFSimulationBase.name_file
MFSimulationBase.check()
MFSimulationBase.delete_output_files()
MFSimulationBase.exchange_files
MFSimulationBase.get_exchange_file()
MFSimulationBase.get_file()
MFSimulationBase.get_model()
MFSimulationBase.get_solution_package()
MFSimulationBase.is_valid()
MFSimulationBase.load()
MFSimulationBase.load_package()
MFSimulationBase.model_dict
MFSimulationBase.model_names
MFSimulationBase.plot()
MFSimulationBase.register_exchange_file()
MFSimulationBase.register_ims_package()
MFSimulationBase.register_model()
MFSimulationBase.register_package()
MFSimulationBase.register_solution_package()
MFSimulationBase.remove_exchange_file()
MFSimulationBase.remove_model()
MFSimulationBase.remove_package()
MFSimulationBase.rename_all_packages()
MFSimulationBase.rename_model_namefile()
MFSimulationBase.run_simulation()
MFSimulationBase.set_all_data_external()
MFSimulationBase.set_all_data_internal()
MFSimulationBase.set_sim_path()
MFSimulationBase.sim_package_list
MFSimulationBase.sim_path
MFSimulationBase.update_package_filename()
MFSimulationBase.write_simulation()
MFSimulationData
MFSimulationData.indent_string
MFSimulationData.internal_formatting
MFSimulationData.external_formatting
MFSimulationData.open_close_formatting
MFSimulationData.max_columns_of_data
MFSimulationData.wrap_multidim_arrays
MFSimulationData._float_precision
MFSimulationData._float_characters
MFSimulationData.write_headers
MFSimulationData.sci_note_upper_thres
MFSimulationData.sci_note_lower_thres
MFSimulationData.mfpath
MFSimulationData.model_dimensions
MFSimulationData.mfdata
MFSimulationData.float_characters
MFSimulationData.float_precision
MFSimulationData.lazy_io
MFSimulationData.max_columns_of_data
MFSimulationData.set_sci_note_lower_thres()
MFSimulationData.set_sci_note_upper_thres()
MFSimulationData.verbosity_level
SimulationDict
MODFLOW 6 Simulation
MODFLOW 6 allows you to create simulations that can contain multiple models and packages. The FloPy for MODFLOW 6 simulation classes define functionality that applies to the entire MODFLOW 6 simulation. When using FloPy for MODFLOW 6 the first object you will most likely create is a simulation (MFSimulation) object.
Contents:
MODFLOW 6 Simulation Packages
MODFLOW 6 simulation packages are the packages that are not necessarily tied to a specific model and can apply to the entire simulation or a group of models in the simulation.
Contents:
MODFLOW 6 Models
MODFLOW 6 supports both groundwater flow (mfgwf.ModflowGwf) and groundwater transport (mfgwt.ModflowGwt) models. FloPy for MODFLOW 6 model objects can be constructed after a FloPy simulation (MFSimulation) object has been constructed.
Contents:
MODFLOW 6 Groundwater Flow Model Packages
MODFLOW 6 groundwater flow models support a number of required and optional packages. Once a MODFLOW 6 groundwater flow model object (mfgwf.ModflowGwf) has been constructed various packages associated with the groundwater flow model can be constructed.
Contents:
- flopy.mf6.modflow.mfgwfapi module
- flopy.mf6.modflow.mfgwfbuy module
- flopy.mf6.modflow.mfgwfchd module
- flopy.mf6.modflow.mfgwfcsub module
ModflowGwfcsub
ModflowGwfcsub.cg_ske_cr
ModflowGwfcsub.cg_theta
ModflowGwfcsub.compaction_coarse_filerecord
ModflowGwfcsub.compaction_elastic_filerecord
ModflowGwfcsub.compaction_filerecord
ModflowGwfcsub.compaction_inelastic_filerecord
ModflowGwfcsub.compaction_interbed_filerecord
ModflowGwfcsub.dfn
ModflowGwfcsub.dfn_file_name
ModflowGwfcsub.obs_filerecord
ModflowGwfcsub.package_abbr
ModflowGwfcsub.package_convergence_filerecord
ModflowGwfcsub.packagedata
ModflowGwfcsub.sgm
ModflowGwfcsub.sgs
ModflowGwfcsub.straincg_filerecord
ModflowGwfcsub.strainib_filerecord
ModflowGwfcsub.stress_period_data
ModflowGwfcsub.ts_filerecord
ModflowGwfcsub.zdisplacement_filerecord
- flopy.mf6.modflow.mfgwfdis module
- flopy.mf6.modflow.mfgwfdisu module
ModflowGwfdisu
ModflowGwfdisu.angldegx
ModflowGwfdisu.area
ModflowGwfdisu.bot
ModflowGwfdisu.cell2d
ModflowGwfdisu.cl12
ModflowGwfdisu.dfn
ModflowGwfdisu.dfn_file_name
ModflowGwfdisu.hwva
ModflowGwfdisu.iac
ModflowGwfdisu.idomain
ModflowGwfdisu.ihc
ModflowGwfdisu.ja
ModflowGwfdisu.package_abbr
ModflowGwfdisu.top
ModflowGwfdisu.vertices
- flopy.mf6.modflow.mfgwfdisv module
- flopy.mf6.modflow.mfgwfdrn module
- flopy.mf6.modflow.mfgwfevt module
- flopy.mf6.modflow.mfgwfevta module
- flopy.mf6.modflow.mfgwfghb module
- flopy.mf6.modflow.mfgwfgnc module
- flopy.mf6.modflow.mfgwfgwe module
- flopy.mf6.modflow.mfgwfgwf module
- flopy.mf6.modflow.mfgwfgwt module
- flopy.mf6.modflow.mfgwfhfb module
- flopy.mf6.modflow.mfgwfic module
- flopy.mf6.modflow.mfgwflak module
ModflowGwflak
ModflowGwflak.auxiliary
ModflowGwflak.budget_filerecord
ModflowGwflak.budgetcsv_filerecord
ModflowGwflak.connectiondata
ModflowGwflak.dfn
ModflowGwflak.dfn_file_name
ModflowGwflak.obs_filerecord
ModflowGwflak.outlets
ModflowGwflak.package_abbr
ModflowGwflak.package_convergence_filerecord
ModflowGwflak.packagedata
ModflowGwflak.perioddata
ModflowGwflak.stage_filerecord
ModflowGwflak.tables
ModflowGwflak.ts_filerecord
- flopy.mf6.modflow.mfgwfmaw module
ModflowGwfmaw
ModflowGwfmaw.auxiliary
ModflowGwfmaw.budget_filerecord
ModflowGwfmaw.budgetcsv_filerecord
ModflowGwfmaw.connectiondata
ModflowGwfmaw.dfn
ModflowGwfmaw.dfn_file_name
ModflowGwfmaw.head_filerecord
ModflowGwfmaw.mfrcsv_filerecord
ModflowGwfmaw.obs_filerecord
ModflowGwfmaw.package_abbr
ModflowGwfmaw.packagedata
ModflowGwfmaw.perioddata
ModflowGwfmaw.ts_filerecord
- flopy.mf6.modflow.mfgwfmvr module
- flopy.mf6.modflow.mfgwfnam module
- flopy.mf6.modflow.mfgwfnpf module
- flopy.mf6.modflow.mfgwfoc module
- flopy.mf6.modflow.mfgwfprt module
- flopy.mf6.modflow.mfgwfrch module
- flopy.mf6.modflow.mfgwfrcha module
- flopy.mf6.modflow.mfgwfriv module
- flopy.mf6.modflow.mfgwfsfr module
ModflowGwfsfr
ModflowGwfsfr.auxiliary
ModflowGwfsfr.budget_filerecord
ModflowGwfsfr.budgetcsv_filerecord
ModflowGwfsfr.connectiondata
ModflowGwfsfr.crosssections
ModflowGwfsfr.dfn
ModflowGwfsfr.dfn_file_name
ModflowGwfsfr.diversions
ModflowGwfsfr.obs_filerecord
ModflowGwfsfr.package_abbr
ModflowGwfsfr.package_convergence_filerecord
ModflowGwfsfr.packagedata
ModflowGwfsfr.perioddata
ModflowGwfsfr.stage_filerecord
ModflowGwfsfr.ts_filerecord
- flopy.mf6.modflow.mfgwfsto module
- flopy.mf6.modflow.mfgwfuzf module
ModflowGwfuzf
ModflowGwfuzf.auxiliary
ModflowGwfuzf.budget_filerecord
ModflowGwfuzf.budgetcsv_filerecord
ModflowGwfuzf.dfn
ModflowGwfuzf.dfn_file_name
ModflowGwfuzf.obs_filerecord
ModflowGwfuzf.package_abbr
ModflowGwfuzf.package_convergence_filerecord
ModflowGwfuzf.packagedata
ModflowGwfuzf.perioddata
ModflowGwfuzf.ts_filerecord
ModflowGwfuzf.wc_filerecord
- flopy.mf6.modflow.mfgwfvsc module
- flopy.mf6.modflow.mfgwfwel module
MODFLOW 6 Groundwater Transport Model Packages
MODFLOW 6 groundwater transport models support a number of required and optional packages. Once a MODFLOW 6 groundwater transport model object (mfgwt.ModflowGwt) has been constructed various packages associated with the groundwater transport model can be constructed.
Contents:
- flopy.mf6.modflow.mfgwtadv module
- flopy.mf6.modflow.mfgwtapi module
- flopy.mf6.modflow.mfgwtcnc module
- flopy.mf6.modflow.mfgwtdis module
- flopy.mf6.modflow.mfgwtdisu module
ModflowGwtdisu
ModflowGwtdisu.angldegx
ModflowGwtdisu.area
ModflowGwtdisu.bot
ModflowGwtdisu.cell2d
ModflowGwtdisu.cl12
ModflowGwtdisu.dfn
ModflowGwtdisu.dfn_file_name
ModflowGwtdisu.hwva
ModflowGwtdisu.iac
ModflowGwtdisu.idomain
ModflowGwtdisu.ihc
ModflowGwtdisu.ja
ModflowGwtdisu.package_abbr
ModflowGwtdisu.top
ModflowGwtdisu.vertices
- flopy.mf6.modflow.mfgwtdisv module
- flopy.mf6.modflow.mfgwtdsp module
- flopy.mf6.modflow.mfgwtfmi module
- flopy.mf6.modflow.mfgwtgwt module
- flopy.mf6.modflow.mfgwtic module
- flopy.mf6.modflow.mfgwtist module
ModflowGwtist
ModflowGwtist.budget_filerecord
ModflowGwtist.budgetcsv_filerecord
ModflowGwtist.bulk_density
ModflowGwtist.cim
ModflowGwtist.cim_filerecord
ModflowGwtist.cimprintrecord
ModflowGwtist.decay
ModflowGwtist.decay_sorbed
ModflowGwtist.dfn
ModflowGwtist.dfn_file_name
ModflowGwtist.distcoef
ModflowGwtist.package_abbr
ModflowGwtist.porosity
ModflowGwtist.volfrac
ModflowGwtist.zetaim
- flopy.mf6.modflow.mfgwtlkt module
ModflowGwtlkt
ModflowGwtlkt.auxiliary
ModflowGwtlkt.budget_filerecord
ModflowGwtlkt.budgetcsv_filerecord
ModflowGwtlkt.concentration_filerecord
ModflowGwtlkt.dfn
ModflowGwtlkt.dfn_file_name
ModflowGwtlkt.lakeperioddata
ModflowGwtlkt.obs_filerecord
ModflowGwtlkt.package_abbr
ModflowGwtlkt.packagedata
ModflowGwtlkt.ts_filerecord
- flopy.mf6.modflow.mfgwtmst module
- flopy.mf6.modflow.mfgwtmvt module
- flopy.mf6.modflow.mfgwtmwt module
ModflowGwtmwt
ModflowGwtmwt.auxiliary
ModflowGwtmwt.budget_filerecord
ModflowGwtmwt.budgetcsv_filerecord
ModflowGwtmwt.concentration_filerecord
ModflowGwtmwt.dfn
ModflowGwtmwt.dfn_file_name
ModflowGwtmwt.mwtperioddata
ModflowGwtmwt.obs_filerecord
ModflowGwtmwt.package_abbr
ModflowGwtmwt.packagedata
ModflowGwtmwt.ts_filerecord
- flopy.mf6.modflow.mfgwtnam module
- flopy.mf6.modflow.mfgwtoc module
- flopy.mf6.modflow.mfgwtsft module
ModflowGwtsft
ModflowGwtsft.auxiliary
ModflowGwtsft.budget_filerecord
ModflowGwtsft.budgetcsv_filerecord
ModflowGwtsft.concentration_filerecord
ModflowGwtsft.dfn
ModflowGwtsft.dfn_file_name
ModflowGwtsft.obs_filerecord
ModflowGwtsft.package_abbr
ModflowGwtsft.packagedata
ModflowGwtsft.reachperioddata
ModflowGwtsft.ts_filerecord
- flopy.mf6.modflow.mfgwtsrc module
- flopy.mf6.modflow.mfgwtssm module
- flopy.mf6.modflow.mfgwtuzt module
ModflowGwtuzt
ModflowGwtuzt.auxiliary
ModflowGwtuzt.budget_filerecord
ModflowGwtuzt.budgetcsv_filerecord
ModflowGwtuzt.concentration_filerecord
ModflowGwtuzt.dfn
ModflowGwtuzt.dfn_file_name
ModflowGwtuzt.obs_filerecord
ModflowGwtuzt.package_abbr
ModflowGwtuzt.packagedata
ModflowGwtuzt.ts_filerecord
ModflowGwtuzt.uztperioddata
MODFLOW 6 Utility Packages
MODFLOW 6 has several utility packages that can be associated with other packages. This includes the obs package, which can be used to output model results specific to its parent package, and the time series and time array series packages, which can be used to provide time series input for other packages.
Contents:
- flopy.mf6.modflow.mfutlats module
- flopy.mf6.modflow.mfutlhpc module
- flopy.mf6.modflow.mfutllaktab module
- flopy.mf6.modflow.mfutlobs module
- flopy.mf6.modflow.mfutlsfrtab module
- flopy.mf6.modflow.mfutlspc module
- flopy.mf6.modflow.mfutlspca module
- flopy.mf6.modflow.mfutlspt module
- flopy.mf6.modflow.mfutlspta module
- flopy.mf6.modflow.mfutltas module
- flopy.mf6.modflow.mfutlts module
- flopy.mf6.modflow.mfutltvk module
- flopy.mf6.modflow.mfutltvs module
MODFLOW 6 Utility Functions
MODFLOW 6 has a number of utilities useful for pre- or postprocessing.
Contents:
- flopy.mf6.utils.binaryfile_utils module
- flopy.mf6.utils.binarygrid_util module
MfGrdFile
MfGrdFile.angrot
MfGrdFile.bot
MfGrdFile.cell2d
MfGrdFile.cellcenters
MfGrdFile.delc
MfGrdFile.delr
MfGrdFile.grid_type
MfGrdFile.ia
MfGrdFile.iavert
MfGrdFile.idomain
MfGrdFile.iverts
MfGrdFile.ja
MfGrdFile.javert
MfGrdFile.modelgrid
MfGrdFile.ncells
MfGrdFile.ncol
MfGrdFile.ncpl
MfGrdFile.nja
MfGrdFile.nlay
MfGrdFile.nodes
MfGrdFile.nrow
MfGrdFile.shape
MfGrdFile.top
MfGrdFile.verts
MfGrdFile.xorigin
MfGrdFile.yorigin
- flopy.mf6.utils.mfobservation module
- flopy.mf6.utils.output_util module
- flopy.mf6.utils.postprocessing module
- flopy.mf6.utils.reference module
SpatialReference
StructuredSpatialReference
StructuredSpatialReference.xedge
StructuredSpatialReference.yedge
StructuredSpatialReference.xgrid
StructuredSpatialReference.ygrid
StructuredSpatialReference.xcenter
StructuredSpatialReference.ycenter
StructuredSpatialReference.xcentergrid
StructuredSpatialReference.ycentergrid
StructuredSpatialReference.attribute_dict
StructuredSpatialReference.from_gridspec()
StructuredSpatialReference.from_namfile_header()
StructuredSpatialReference.get_extent()
StructuredSpatialReference.get_grid_lines()
StructuredSpatialReference.get_vertices()
StructuredSpatialReference.get_xcenter_array()
StructuredSpatialReference.get_xedge_array()
StructuredSpatialReference.get_ycenter_array()
StructuredSpatialReference.get_yedge_array()
StructuredSpatialReference.interpolate()
StructuredSpatialReference.ncol
StructuredSpatialReference.nrow
StructuredSpatialReference.reset()
StructuredSpatialReference.rotate()
StructuredSpatialReference.set_spatialreference()
StructuredSpatialReference.write_gridSpec()
StructuredSpatialReference.xcenter
StructuredSpatialReference.xcentergrid
StructuredSpatialReference.xedge
StructuredSpatialReference.xgrid
StructuredSpatialReference.ycenter
StructuredSpatialReference.ycentergrid
StructuredSpatialReference.yedge
StructuredSpatialReference.ygrid
VertexSpatialReference
VertexSpatialReference.xedge
VertexSpatialReference.yedge
VertexSpatialReference.xgrid
VertexSpatialReference.ygrid
VertexSpatialReference.xcenter
VertexSpatialReference.ycenter
VertexSpatialReference.xcentergrid
VertexSpatialReference.ycentergrid
VertexSpatialReference.from_namfile_header()
VertexSpatialReference.get_extent()
VertexSpatialReference.ncpl
VertexSpatialReference.rotate()
VertexSpatialReference.set_spatialreference()
VertexSpatialReference.xarr
VertexSpatialReference.xcenter_array
VertexSpatialReference.xdict
VertexSpatialReference.xydict
VertexSpatialReference.yarr
VertexSpatialReference.ycenter_array
VertexSpatialReference.ydict
- flopy.mf6.utils.lakpak_utils module
- flopy.mf6.utils.model_splitter module
Mf6Splitter
Mf6Splitter.load_node_mapping()
Mf6Splitter.new_simulation
Mf6Splitter.optimize_splitting_mask()
Mf6Splitter.original_modelgrid
Mf6Splitter.recarray_bc_array()
Mf6Splitter.reconstruct_array()
Mf6Splitter.reconstruct_recarray()
Mf6Splitter.reversed_node_map
Mf6Splitter.save_node_mapping()
Mf6Splitter.split_model()
Mf6Splitter.switch_models()
MODFLOW 6 Data
FloPy for MODFLOW 6 data objects (MFDataArray, MFDataList, MFDataScalar) are automatically constructed by FloPy when you construct a package. These data objects provide an interface for getting MODFLOW 6 data in different formats and setting MODFLOW 6 data.
Contents:
- flopy.mf6.data.mfdataarray module
MFArray
MFArray.data
MFArray.data_type
MFArray.dtype
MFArray.get_data()
MFArray.get_file_entry()
MFArray.get_record()
MFArray.has_data()
MFArray.load()
MFArray.make_layered()
MFArray.new_simulation()
MFArray.plot()
MFArray.plottable
MFArray.set_data()
MFArray.set_layered_data()
MFArray.set_record()
MFArray.store_as_external_file()
MFArray.store_internal()
MFArray.supports_layered()
MFTransientArray
MFTransientArray.add_transient_key()
MFTransientArray.data_type
MFTransientArray.get_data()
MFTransientArray.get_file_entry()
MFTransientArray.get_record()
MFTransientArray.has_data()
MFTransientArray.load()
MFTransientArray.plot()
MFTransientArray.remove_transient_key()
MFTransientArray.set_data()
MFTransientArray.set_record()
MFTransientArray.store_as_external_file()
MFTransientArray.store_internal()
- flopy.mf6.data.mfdatalist module
MFList
MFList.append_data()
MFList.append_list_as_record()
MFList.data_type
MFList.dtype
MFList.get_data()
MFList.get_file_entry()
MFList.get_record()
MFList.has_data()
MFList.load()
MFList.new_simulation()
MFList.package
MFList.plot()
MFList.plottable
MFList.search_data()
MFList.set_data()
MFList.set_record()
MFList.store_as_external_file()
MFList.store_internal()
MFList.to_array()
MFList.update_record()
MFMultipleList
MFTransientList
MFTransientList.add_transient_key()
MFTransientList.append_list_as_record()
MFTransientList.data
MFTransientList.data_type
MFTransientList.dtype
MFTransientList.get_data()
MFTransientList.get_file_entry()
MFTransientList.get_record()
MFTransientList.has_data()
MFTransientList.load()
MFTransientList.masked_4D_arrays
MFTransientList.masked_4D_arrays_itr()
MFTransientList.plot()
MFTransientList.remove_transient_key()
MFTransientList.set_data()
MFTransientList.set_record()
MFTransientList.store_as_external_file()
MFTransientList.store_internal()
MFTransientList.to_array()
MFTransientList.update_record()
- flopy.mf6.data.mfdatascalar module
Build MODFLOW 6 Classes
MODFLOW 6 FloPy classes can be rebuild from MODFLOW 6 definition files. This will allow creation of MODFLOW 6 FloPy classes for development versions of MODFLOW 6.
Contents:
- flopy.mf6.utils.createpackages module
- flopy.mf6.utils.generate_classes module
Previous Versions of MODFLOW
MODFLOW Base Classes
Contents:
- flopy.mbase module
BaseModel
BaseModel.add_existing_package()
BaseModel.add_external()
BaseModel.add_output()
BaseModel.add_output_file()
BaseModel.add_package()
BaseModel.add_pop_key_list()
BaseModel.change_model_ws()
BaseModel.check()
BaseModel.exename
BaseModel.export()
BaseModel.get_ext_dict_attr()
BaseModel.get_name_file_entries()
BaseModel.get_output()
BaseModel.get_output_attribute()
BaseModel.get_package()
BaseModel.has_package()
BaseModel.hdry
BaseModel.hnoflo
BaseModel.laycbd
BaseModel.laytyp
BaseModel.load_results()
BaseModel.model_ws
BaseModel.modelgrid
BaseModel.modeltime
BaseModel.name
BaseModel.namefile
BaseModel.next_ext_unit()
BaseModel.next_unit()
BaseModel.packagelist
BaseModel.plot()
BaseModel.remove_external()
BaseModel.remove_output()
BaseModel.remove_package()
BaseModel.run_model()
BaseModel.set_model_units()
BaseModel.set_output_attribute()
BaseModel.set_version()
BaseModel.to_shapefile()
BaseModel.verbose
BaseModel.version
BaseModel.write_input()
BaseModel.write_name_file()
FileData
FileDataEntry
ModelInterface
ModelInterface.check()
ModelInterface.exename
ModelInterface.export()
ModelInterface.get_package_list()
ModelInterface.hdry
ModelInterface.hnoflo
ModelInterface.laycbd
ModelInterface.laytyp
ModelInterface.model_ws
ModelInterface.modelgrid
ModelInterface.namefile
ModelInterface.packagelist
ModelInterface.solver_tols
ModelInterface.update_modelgrid()
ModelInterface.verbose
ModelInterface.version
PackageLoadException
resolve_exe()
run_model()
- flopy.pakbase module
MODFLOW Packages
Contents:
- flopy.modflow.mf module
Modflow
Modflow.get_ifrefm()
Modflow.get_nrow_ncol_nlay_nper()
Modflow.load()
Modflow.load_results()
Modflow.modelgrid
Modflow.modeltime
Modflow.ncol
Modflow.ncpl
Modflow.nlay
Modflow.nper
Modflow.nrow
Modflow.nrow_ncol_nlay_nper
Modflow.set_ifrefm()
Modflow.set_model_units()
Modflow.solver_tols
Modflow.write_name_file()
ModflowGlobal
ModflowList
- flopy.modflow.mfaddoutsidefile module
- flopy.modflow.mfag module
- flopy.modflow.mfbas module
- flopy.modflow.mfbcf module
- flopy.modflow.mfbct module
- flopy.modflow.mfchd module
- flopy.modflow.mfde4 module
- flopy.modflow.mfdis module
ModflowDis
ModflowDis.heading
ModflowDis.check()
ModflowDis.checklayerthickness()
ModflowDis.get_cell_volumes()
ModflowDis.get_final_totim()
ModflowDis.get_kstp_kper_toffset()
ModflowDis.get_layer()
ModflowDis.get_lrc()
ModflowDis.get_node()
ModflowDis.get_node_coordinates()
ModflowDis.get_rc_from_node_coordinates()
ModflowDis.get_totim()
ModflowDis.get_totim_from_kper_toffset()
ModflowDis.getbotm()
ModflowDis.gettop()
ModflowDis.load()
ModflowDis.write_file()
ModflowDis.zcentroids
get_layer()
- flopy.modflow.mfdrn module
- flopy.modflow.mfdrt module
- flopy.modflow.mfevt module
- flopy.modflow.mffhb module
- flopy.modflow.mfflwob module
- flopy.modflow.mfgage module
- flopy.modflow.mfghb module
- flopy.modflow.mfgmg module
- flopy.modflow.mfhfb module
- flopy.modflow.mfhob module
- flopy.modflow.mfhyd module
- flopy.modflow.mflak module
- flopy.modflow.mflmt module
- flopy.modflow.mflpf module
- flopy.modflow.mfmlt module
- flopy.modflow.mfmnw1 module
- flopy.modflow.mfmnw2 module
ItmpError
Mnw
ModflowMnw2
ModflowMnw2.check()
ModflowMnw2.export()
ModflowMnw2.get_allnode_data()
ModflowMnw2.get_default_node_dtype()
ModflowMnw2.get_default_spd_dtype()
ModflowMnw2.get_empty_node_data()
ModflowMnw2.get_empty_stress_period_data()
ModflowMnw2.load()
ModflowMnw2.make_mnw_objects()
ModflowMnw2.make_node_data()
ModflowMnw2.make_stress_period_data()
ModflowMnw2.write_file()
- flopy.modflow.mfmnwi module
- flopy.modflow.mfnwt module
- flopy.modflow.mfoc module
- flopy.modflow.mfpar module
- flopy.modflow.mfparbc module
- flopy.modflow.mfpbc module
- flopy.modflow.mfpcg module
- flopy.modflow.mfpcgn module
- flopy.modflow.mfpks module
- flopy.modflow.mfpval module
- flopy.modflow.mfrch module
- flopy.modflow.mfriv module
- flopy.modflow.mfsfr2 module
ModflowSfr2
ModflowSfr2.outlets
ModflowSfr2.outsegs
ModflowSfr2.assign_layers()
ModflowSfr2.check()
ModflowSfr2.const
ModflowSfr2.dataset_5
ModflowSfr2.deactivate_ibound_above()
ModflowSfr2.default_value
ModflowSfr2.df
ModflowSfr2.export()
ModflowSfr2.export_linkages()
ModflowSfr2.export_outlets()
ModflowSfr2.export_transient_variable()
ModflowSfr2.get_default_reach_dtype()
ModflowSfr2.get_default_segment_dtype()
ModflowSfr2.get_empty_reach_data()
ModflowSfr2.get_empty_segment_data()
ModflowSfr2.get_outlets()
ModflowSfr2.get_slopes()
ModflowSfr2.get_upsegs()
ModflowSfr2.get_variable_by_stress_period()
ModflowSfr2.graph
ModflowSfr2.len_const
ModflowSfr2.load()
ModflowSfr2.nper
ModflowSfr2.nsfrpar
ModflowSfr2.nss
ModflowSfr2.nstrm
ModflowSfr2.paths
ModflowSfr2.plot_path()
ModflowSfr2.renumber_segments()
ModflowSfr2.repair_outsegs()
ModflowSfr2.reset_reaches()
ModflowSfr2.set_outreaches()
ModflowSfr2.time_const
ModflowSfr2.write_file()
check
find_path()
- flopy.modflow.mfsip module
- flopy.modflow.mfsor module
- flopy.modflow.mfstr module
- flopy.modflow.mfsub module
- flopy.modflow.mfswi2 module
- flopy.modflow.mfswr1 module
- flopy.modflow.mfswt module
- flopy.modflow.mfupw module
- flopy.modflow.mfuzf1 module
- flopy.modflow.mfwel module
- flopy.modflow.mfzon module
MT3DMS Packages
Contents:
- flopy.mt3d.mt module
- flopy.mt3d.mtadv module
- flopy.mt3d.mtbtn module
- flopy.mt3d.mtcts module
- flopy.mt3d.mtdsp module
- flopy.mt3d.mtgcg module
- flopy.mt3d.mtlkt module
- flopy.mt3d.mtphc module
- flopy.mt3d.mtrct module
- flopy.mt3d.mtsft module
- flopy.mt3d.mtssm module
- flopy.mt3d.mttob module
- flopy.mt3d.mtuzt module
SEAWAT Packages
Contents:
MODPATH 7 Packages
Contents:
- flopy.modpath.mp7 module
- flopy.modpath.mp7bas module
- flopy.modpath.mp7particledata module
- flopy.modpath.mp7particlegroup module
- flopy.modpath.mp7sim module
MODPATH 6 Packages
Contents:
Flopy Utilities
Model Utilities (including binary file readers)
Contents:
- flopy.utils.binaryfile module
BinaryHeader
BinaryLayerFile
BudgetIndexError
CellBudgetFile
CellBudgetFile.close()
CellBudgetFile.get_data()
CellBudgetFile.get_indices()
CellBudgetFile.get_kstpkper()
CellBudgetFile.get_nrecords()
CellBudgetFile.get_position()
CellBudgetFile.get_record()
CellBudgetFile.get_residual()
CellBudgetFile.get_times()
CellBudgetFile.get_ts()
CellBudgetFile.get_unique_package_names()
CellBudgetFile.get_unique_record_names()
CellBudgetFile.list_records()
CellBudgetFile.list_unique_packages()
CellBudgetFile.list_unique_records()
CellBudgetFile.nrecords
CellBudgetFile.reverse()
HeadFile
HeadUFile
UcnFile
binaryread()
binaryread_struct()
get_headfile_precision()
join_struct_arrays()
write_budget()
write_head()
- flopy.utils.check module
check
check.append_passed()
check.bc_stage_names
check.get_active()
check.get_neighbors()
check.isvalid()
check.package_check_levels
check.print_summary()
check.property_threshold_values
check.remove_passed()
check.solver_packages
check.stress_period_data_values()
check.summarize()
check.thin_cell_threshold
check.values()
check.view_summary_array_fields()
fields_view()
mf6check
- flopy.utils.compare module
- flopy.utils.crs module
- flopy.utils.cvfdutil module
- flopy.utils.datafile module
- flopy.utils.datautil module
ArrayIndexIter
ConstIter
DatumUtil
FileIter
MultiList
MultiListIter
NameIter
PathIter
PyListUtil
PyListUtil.save_array()
PyListUtil.array_comp()
PyListUtil.clean_numeric()
PyListUtil.consistent_delim
PyListUtil.delimiter_list
PyListUtil.delimiter_used
PyListUtil.first_item()
PyListUtil.has_one_item()
PyListUtil.is_empty_list()
PyListUtil.is_iterable()
PyListUtil.line_num
PyListUtil.max_multi_dim_list_size()
PyListUtil.next_item()
PyListUtil.next_list()
PyListUtil.numeric_chars
PyListUtil.quote_list
PyListUtil.reset_delimiter_used()
PyListUtil.riv_array_comp()
PyListUtil.save_array()
PyListUtil.save_array_diff()
PyListUtil.split_data_line()
clean_filename()
clean_name()
find_keyword()
max_tuple_abs_size()
- flopy.utils.flopy_io module
- flopy.utils.formattedfile module
- flopy.utils.geometry module
- flopy.utils.geospatial_utils module
- flopy.utils.get_modflow module
- flopy.utils.gridgen module
Gridgen
Gridgen.add_active_domain()
Gridgen.add_refinement_features()
Gridgen.build()
Gridgen.export()
Gridgen.get_angldegx()
Gridgen.get_area()
Gridgen.get_bot()
Gridgen.get_cellxy()
Gridgen.get_center()
Gridgen.get_cl12()
Gridgen.get_disu()
Gridgen.get_fahl()
Gridgen.get_fldr()
Gridgen.get_gridprops_disu5()
Gridgen.get_gridprops_disu6()
Gridgen.get_gridprops_disv()
Gridgen.get_gridprops_unstructuredgrid()
Gridgen.get_gridprops_vertexgrid()
Gridgen.get_hwva()
Gridgen.get_iac()
Gridgen.get_ihc()
Gridgen.get_ivc()
Gridgen.get_ja()
Gridgen.get_nlay()
Gridgen.get_nod_recarray()
Gridgen.get_nodelay()
Gridgen.get_nodes()
Gridgen.get_top()
Gridgen.get_vertices()
Gridgen.get_verts_iverts()
Gridgen.gridarray_to_flopyusg_gridarray()
Gridgen.intersect()
Gridgen.plot()
Gridgen.read_qtg_area_dat()
Gridgen.read_qtg_cl_dat()
Gridgen.read_qtg_fahl_dat()
Gridgen.read_qtg_fldr_dat()
Gridgen.read_qtg_iac_dat()
Gridgen.read_qtg_ja_dat()
Gridgen.read_qtg_nod()
Gridgen.read_qtg_nodesperlay_dat()
Gridgen.read_qtgrid_shp()
Gridgen.read_quadtreegrid_bot_dat()
Gridgen.read_quadtreegrid_top_dat()
Gridgen.resolve_shapefile_path()
Gridgen.set_surface_interpolation()
features_to_shapefile()
get_ia_from_iac()
get_isym()
is_symmetrical()
ndarray_to_asciigrid()
read1d()
repair_array_asymmetry()
- flopy.utils.gridintersect module
- flopy.utils.gridutil module
- flopy.utils.lgrutil module
- flopy.utils.mflistfile module
ListBudget
ListBudget.get_budget()
ListBudget.get_cumulative()
ListBudget.get_data()
ListBudget.get_dataframes()
ListBudget.get_incremental()
ListBudget.get_kstpkper()
ListBudget.get_model_runtime()
ListBudget.get_record_names()
ListBudget.get_reduced_pumping()
ListBudget.get_times()
ListBudget.get_tslens()
ListBudget.isvalid()
ListBudget.set_budget_key()
Mf6ListBudget
MfListBudget
MfusgListBudget
SwrListBudget
SwtListBudget
- flopy.utils.mfreadnam module
- flopy.utils.modpathfile module
- flopy.utils.mtlistfile module
- flopy.utils.observationfile module
- flopy.utils.optionblock module
OptionBlock
OptionBlock.dtype
OptionBlock.load_options()
OptionBlock.n_nested
OptionBlock.nested
OptionBlock.optional
OptionBlock.simple_flag
OptionBlock.simple_float
OptionBlock.simple_int
OptionBlock.simple_str
OptionBlock.simple_tabfile
OptionBlock.single_line_options
OptionBlock.update_from_package()
OptionBlock.vars
OptionBlock.write_options()
OptionUtil
- flopy.utils.parse_version module
- flopy.utils.particletrackfile module
- flopy.utils.postprocessing module
- flopy.utils.rasters module
Raster
Raster.FLOAT32
Raster.FLOAT64
Raster.INT16
Raster.INT32
Raster.INT64
Raster.INT8
Raster.bands
Raster.bounds
Raster.crop()
Raster.crs
Raster.get_array()
Raster.histogram()
Raster.load()
Raster.nodatavals
Raster.plot()
Raster.raster_from_array()
Raster.resample_to_grid()
Raster.sample_point()
Raster.sample_polygon()
Raster.to_crs()
Raster.transform
Raster.write()
Raster.xcenters
Raster.ycenters
- flopy.utils.recarray_utils module
- flopy.utils.reference module
- flopy.utils.sfroutputfile module
- flopy.utils.swroutputfile module
- flopy.utils.triangle module
Triangle
Triangle.add_hole()
Triangle.add_polygon()
Triangle.add_region()
Triangle.build()
Triangle.clean()
Triangle.get_attribute_array()
Triangle.get_boundary_marker_array()
Triangle.get_cell2d()
Triangle.get_cell_edge_length()
Triangle.get_edge_cells()
Triangle.get_vertices()
Triangle.get_xcyc()
Triangle.label_cells()
Triangle.label_vertices()
Triangle.plot()
Triangle.plot_boundary()
Triangle.plot_centroids()
Triangle.plot_vertices()
- flopy.utils.util_array module
ArrayFormat
ArrayFormat.fortran
ArrayFormat.py
ArrayFormat.numpy
ArrayFormat.npl
ArrayFormat.width
ArrayFormat.decimal
ArrayFormat.format
ArrayFormat.free
ArrayFormat.binary
ArrayFormat.array_free_format
ArrayFormat.binary
ArrayFormat.decimal
ArrayFormat.decode_fortran_descriptor()
ArrayFormat.float()
ArrayFormat.format
ArrayFormat.fortran
ArrayFormat.free
ArrayFormat.get_default_numpy_fmt()
ArrayFormat.integer()
ArrayFormat.npl
ArrayFormat.numpy
ArrayFormat.py
ArrayFormat.width
Transient2d
Transient2d.transient_2ds
Transient2d.array
Transient2d.build_transient_sequence()
Transient2d.data_type
Transient2d.dtype
Transient2d.export()
Transient2d.from_4d()
Transient2d.get_kper_entry()
Transient2d.get_zero_2d()
Transient2d.masked4d_array_to_kper_dict()
Transient2d.model
Transient2d.name
Transient2d.plot()
Transient2d.plottable
Transient3d
Util2d
Util2d.array
Util2d.how
Util2d.format
Util2d.all()
Util2d.array
Util2d.array2string()
Util2d.cnstnt_str
Util2d.data_type
Util2d.dtype
Util2d.export()
Util2d.filename
Util2d.format
Util2d.get_constant_cr()
Util2d.get_external_cr()
Util2d.get_file_entry()
Util2d.get_internal_cr()
Util2d.get_openclose_cr()
Util2d.get_value()
Util2d.how
Util2d.load()
Util2d.load_bin()
Util2d.load_block()
Util2d.load_txt()
Util2d.model
Util2d.model_file_path
Util2d.name
Util2d.parse_control_record()
Util2d.parse_value()
Util2d.plot()
Util2d.plottable
Util2d.python_file_path
Util2d.set_fmtin()
Util2d.string
Util2d.sum()
Util2d.unique()
Util2d.vtype
Util2d.write_bin()
Util2d.write_txt()
Util3d
new_u2d()
read1d()
- flopy.utils.util_list module
MfList
MfList.mxact
MfList.add_record()
MfList.append()
MfList.array
MfList.attribute_by_kper()
MfList.binary
MfList.check_kij()
MfList.data
MfList.data_type
MfList.df
MfList.drop()
MfList.dtype
MfList.export()
MfList.fmt_string
MfList.from_4d()
MfList.get_dataframe()
MfList.get_empty()
MfList.get_filename()
MfList.get_filenames()
MfList.get_indices()
MfList.get_itmp()
MfList.masked4D_arrays_to_stress_period_data()
MfList.masked_4D_arrays
MfList.masked_4D_arrays_itr()
MfList.mg
MfList.model
MfList.mxact
MfList.name
MfList.package
MfList.plot()
MfList.plottable
MfList.to_array()
MfList.to_shapefile()
MfList.vtype
MfList.write_transient()
- flopy.utils.utils_def module
- flopy.utils.utl_import module
- flopy.utils.voronoi module
- flopy.utils.zonbud module
Plotting Utilities
Contents:
- flopy.plot.crosssection module
PlotCrossSection
PlotCrossSection.contour_array()
PlotCrossSection.get_extent()
PlotCrossSection.get_grid_line_collection()
PlotCrossSection.get_grid_patch_collection()
PlotCrossSection.plot_array()
PlotCrossSection.plot_bc()
PlotCrossSection.plot_endpoint()
PlotCrossSection.plot_fill_between()
PlotCrossSection.plot_grid()
PlotCrossSection.plot_ibound()
PlotCrossSection.plot_inactive()
PlotCrossSection.plot_pathline()
PlotCrossSection.plot_surface()
PlotCrossSection.plot_timeseries()
PlotCrossSection.plot_vector()
PlotCrossSection.polygons
PlotCrossSection.set_zcentergrid()
PlotCrossSection.set_zpts()
- flopy.plot.map module
PlotMapView
PlotMapView.contour_array()
PlotMapView.extent
PlotMapView.plot_array()
PlotMapView.plot_bc()
PlotMapView.plot_endpoint()
PlotMapView.plot_grid()
PlotMapView.plot_ibound()
PlotMapView.plot_inactive()
PlotMapView.plot_pathline()
PlotMapView.plot_shapefile()
PlotMapView.plot_shapes()
PlotMapView.plot_timeseries()
PlotMapView.plot_vector()
- flopy.plot.plotutil module
PlotUtilities
SwiConcentration
UnstructuredPlotUtilities
advanced_package_bc_helper()
filter_modpath_by_travel_time()
intersect_modpath_with_crosssection()
parse_modpath_selection_options()
plot_shapefile()
reproject_modpath_to_crosssection()
shapefile_extents()
shapefile_get_vertices()
shapefile_to_patch_collection()
to_mp7_endpoints()
to_mp7_pathlines()
to_prt_pathlines()
- flopy.plot.styles module
Export Utilities
Contents:
- flopy.export.longnames module
- flopy.export.metadata module
- flopy.export.netcdf module
Logger
NetCdf
NetCdf.add_global_attributes()
NetCdf.add_sciencebase_metadata()
NetCdf.append()
NetCdf.copy()
NetCdf.create_group_variable()
NetCdf.create_variable()
NetCdf.difference()
NetCdf.empty_like()
NetCdf.get_longnames_from_docstrings()
NetCdf.initialize_file()
NetCdf.initialize_geometry()
NetCdf.initialize_group()
NetCdf.nc_crs
NetCdf.normalize_name()
NetCdf.write()
NetCdf.zeros_like()
- flopy.export.shapefile_utils module
- flopy.export.unitsformat module
- flopy.export.utils module
- flopy.export.vtk module
PEST Utilities
Contents:
Discretization Utilities
Contents:
- flopy.discretization.grid module
CachedData
Grid
Grid.grid_type
Grid.top
Grid.botm
Grid.idomain
Grid.lenuni
Grid.xoffset
Grid.yoffset
Grid.angrot
Grid.angrot_radians
Grid.xcenters
Grid.ycenters
Grid.ycenters
Grid.xyzcellcenters
Grid.get_coords()
Grid.angrot
Grid.angrot_radians
Grid.attribs_from_namfile_header()
Grid.botm
Grid.cell_thickness
Grid.convert_grid()
Grid.cross_section_adjust_indicies()
Grid.cross_section_lay_ncpl_ncb()
Grid.cross_section_nodeskip()
Grid.cross_section_set_contour_arrays()
Grid.cross_section_vertices
Grid.crs
Grid.epsg
Grid.extent
Grid.from_binary_grid_file()
Grid.geo_dataframe()
Grid.get_coords()
Grid.get_lni()
Grid.get_local_coords()
Grid.get_number_plottable_layers()
Grid.get_plottable_layer_array()
Grid.get_plottable_layer_shape()
Grid.get_xcellcenters_for_layer()
Grid.get_xvertices_for_layer()
Grid.get_ycellcenters_for_layer()
Grid.get_yvertices_for_layer()
Grid.grid_lines
Grid.grid_type
Grid.idomain
Grid.intersect()
Grid.is_complete
Grid.is_valid
Grid.iverts
Grid.laycbd
Grid.lenuni
Grid.load_coord_info()
Grid.map_polygons
Grid.ncpl
Grid.neighbors()
Grid.nlay
Grid.nnodes
Grid.nvert
Grid.prj
Grid.prjfile
Grid.proj4
Grid.read_usgs_model_reference_file()
Grid.remove_confining_beds()
Grid.saturated_thick()
Grid.saturated_thickness()
Grid.set_coord_info()
Grid.shape
Grid.size
Grid.thick
Grid.top
Grid.top_botm
Grid.units
Grid.verts
Grid.write_shapefile()
Grid.xcellcenters
Grid.xoffset
Grid.xvertices
Grid.xyzcellcenters
Grid.xyzextent
Grid.xyzvertices
Grid.ycellcenters
Grid.yoffset
Grid.yvertices
Grid.zcellcenters
Grid.zvertices
- flopy.discretization.modeltime module
- flopy.discretization.structuredgrid module
StructuredGrid
StructuredGrid.get_cell_vertices()
StructuredGrid.array_at_faces()
StructuredGrid.array_at_verts()
StructuredGrid.array_at_verts_basic()
StructuredGrid.convert_grid()
StructuredGrid.cross_section_vertices
StructuredGrid.delc
StructuredGrid.delr
StructuredGrid.delz
StructuredGrid.extent
StructuredGrid.from_binary_grid_file()
StructuredGrid.from_gridspec()
StructuredGrid.geo_dataframe
StructuredGrid.get_cell_vertices()
StructuredGrid.get_lrc()
StructuredGrid.get_node()
StructuredGrid.get_number_plottable_layers()
StructuredGrid.get_plottable_layer_array()
StructuredGrid.grid_lines
StructuredGrid.intersect()
StructuredGrid.is_complete
StructuredGrid.is_rectilinear
StructuredGrid.is_regular
StructuredGrid.is_regular_x
StructuredGrid.is_regular_xy
StructuredGrid.is_regular_xz
StructuredGrid.is_regular_y
StructuredGrid.is_regular_yz
StructuredGrid.is_regular_z
StructuredGrid.is_valid
StructuredGrid.iverts
StructuredGrid.map_polygons
StructuredGrid.ncol
StructuredGrid.ncpl
StructuredGrid.neighbors()
StructuredGrid.nlay
StructuredGrid.nnodes
StructuredGrid.nrow
StructuredGrid.nvert
StructuredGrid.plot()
StructuredGrid.shape
StructuredGrid.top_botm
StructuredGrid.top_botm_withnan
StructuredGrid.verts
StructuredGrid.xycenters
StructuredGrid.xyedges
StructuredGrid.xyzcellcenters
StructuredGrid.xyzvertices
StructuredGrid.zedges
StructuredGrid.zverts_smooth
array_at_faces_1d()
array_at_verts_basic2d()
- flopy.discretization.unstructuredgrid module
UnstructuredGrid
UnstructuredGrid.get_cell_vertices()
UnstructuredGrid.cell2d
UnstructuredGrid.clean_iverts()
UnstructuredGrid.convert_grid()
UnstructuredGrid.cross_section_adjust_indicies()
UnstructuredGrid.cross_section_lay_ncpl_ncb()
UnstructuredGrid.cross_section_nodeskip()
UnstructuredGrid.cross_section_set_contour_arrays()
UnstructuredGrid.cross_section_vertices
UnstructuredGrid.extent
UnstructuredGrid.from_argus_export()
UnstructuredGrid.from_binary_grid_file()
UnstructuredGrid.from_gridspec()
UnstructuredGrid.geo_dataframe
UnstructuredGrid.get_cell_vertices()
UnstructuredGrid.get_layer_node_range()
UnstructuredGrid.get_number_plottable_layers()
UnstructuredGrid.get_plottable_layer_array()
UnstructuredGrid.get_plottable_layer_shape()
UnstructuredGrid.get_xcellcenters_for_layer()
UnstructuredGrid.get_xvertices_for_layer()
UnstructuredGrid.get_ycellcenters_for_layer()
UnstructuredGrid.get_yvertices_for_layer()
UnstructuredGrid.grid_lines
UnstructuredGrid.grid_varies_by_layer
UnstructuredGrid.iac
UnstructuredGrid.intersect()
UnstructuredGrid.is_complete
UnstructuredGrid.is_valid
UnstructuredGrid.iverts
UnstructuredGrid.ja
UnstructuredGrid.map_polygons
UnstructuredGrid.ncpl
UnstructuredGrid.ncpl_from_ihc()
UnstructuredGrid.neighbors()
UnstructuredGrid.nlay
UnstructuredGrid.nnodes
UnstructuredGrid.nvert
UnstructuredGrid.plot()
UnstructuredGrid.set_ncpl()
UnstructuredGrid.shape
UnstructuredGrid.top_botm
UnstructuredGrid.verts
UnstructuredGrid.xyzcellcenters
UnstructuredGrid.xyzvertices
- flopy.discretization.vertexgrid module
VertexGrid
VertexGrid.get_cell_vertices()
VertexGrid.cell1d
VertexGrid.cell2d
VertexGrid.convert_grid()
VertexGrid.extent
VertexGrid.from_binary_grid_file()
VertexGrid.geo_dataframe
VertexGrid.get_cell_vertices()
VertexGrid.get_number_plottable_layers()
VertexGrid.get_plottable_layer_array()
VertexGrid.get_xcellcenters_for_layer()
VertexGrid.get_xvertices_for_layer()
VertexGrid.get_ycellcenters_for_layer()
VertexGrid.get_yvertices_for_layer()
VertexGrid.grid_lines
VertexGrid.intersect()
VertexGrid.is_complete
VertexGrid.is_valid
VertexGrid.iverts
VertexGrid.map_polygons
VertexGrid.ncpl
VertexGrid.nlay
VertexGrid.nnodes
VertexGrid.nvert
VertexGrid.plot()
VertexGrid.shape
VertexGrid.top_botm
VertexGrid.verts
VertexGrid.xyzcellcenters
VertexGrid.xyzvertices