MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
GweInterfaceModel.f90 File Reference

Go to the source code of this file.

Data Types

type  gweinterfacemodelmodule::gweinterfacemodeltype
 The GWE Interface Model is a utility to calculate the solution's exchange coefficients from the interface between a GWE model and its GWE neighbors. The interface model itself will not be part of the solution, it is not being solved. More...
 

Modules

module  gweinterfacemodelmodule
 

Functions/Subroutines

subroutine gweinterfacemodelmodule::gweifmod_cr (this, name, iout, gridConn)
 Create the interface model, analogously to what. More...
 
subroutine gweinterfacemodelmodule::allocate_scalars (this, modelname)
 Allocate scalars associated with the interface model object. More...
 
subroutine gweinterfacemodelmodule::allocate_fmi (this)
 Allocate a Flow Model Interface (FMI) object for the interface model. More...
 
subroutine gweinterfacemodelmodule::gweifmod_df (this)
 Define the GWE interface model. More...
 
subroutine gweinterfacemodelmodule::gweifmod_ar (this)
 Override allocate and read the GWE interface model and its packages so that we can create stuff from memory instead of input files. More...
 
subroutine gweinterfacemodelmodule::gweifmod_da (this)
 Clean up resources. More...