MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
type | gwfinterfacemodelmodule::gwfinterfacemodeltype |
The GWF Interface Model is a utility to calculate the solution's exchange coefficients from the interface between a GWF model and its GWF neighbors. The interface model itself will not be part of the solution, it is not being solved. Patching (a part of the) discretizations of two GWF models in a general way, e.g. DIS+DIS with refinement, requires the resulting. More... | |
Modules | |
module | gwfinterfacemodelmodule |
Functions/Subroutines | |
subroutine | gwfinterfacemodelmodule::gwfifm_cr (this, name, iout, gridConn) |
set up the interface model, analogously to what More... | |
subroutine | gwfinterfacemodelmodule::gwfifm_df (this) |
Define, mostly DISU and the NPF package. More... | |
subroutine | gwfinterfacemodelmodule::gwfifm_ar (this) |
allocate and read the packages More... | |
subroutine | gwfinterfacemodelmodule::gwfifm_da (this) |
Clean up. More... | |
subroutine | gwfinterfacemodelmodule::setnpfoptions (this, npfOptions) |
Copy NPF options from the model owning the interface to the data structure. More... | |
subroutine | gwfinterfacemodelmodule::setbuydata (this, buyData) |
Sets the BUY input data from the models that make up this interface. We adopt everything from the owning model, but during validation it should be. More... | |