MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
numericalexchangemodule::numericalexchangetype Type Reference
Inheritance diagram for numericalexchangemodule::numericalexchangetype:
Inheritance graph
Collaboration diagram for numericalexchangemodule::numericalexchangetype:
Collaboration graph

Private Member Functions

procedure exg_df
 
procedure exg_ac
 
procedure exg_mc
 
procedure exg_ar
 
procedure exg_ad
 
procedure exg_cf
 
procedure exg_fc
 
procedure exg_cc
 
procedure exg_cq
 
procedure exg_bd
 
procedure exg_ot
 
procedure exg_da
 
procedure get_iasym
 
procedure exg_rp
 
procedure exg_calculate_delt
 
procedure exg_fp
 
procedure connects_model
 

Private Attributes

character(len=7) typename
 name of the type (e.g., 'GWF-GWF') More...
 
character(len=lenexchangename) name
 the name of this exchange More...
 
character(len=lenmempath) memorypath
 the location in the memory manager where the variables are stored More...
 
character(len=lenmempath) input_mempath
 
integer(i4b) id
 

Detailed Description

Definition at line 16 of file NumericalExchange.f90.

Member Function/Subroutine Documentation

◆ connects_model()

procedure baseexchangemodule::baseexchangetype::connects_model
privateinherited

Definition at line 29 of file BaseExchange.f90.

◆ exg_ac()

procedure numericalexchangemodule::numericalexchangetype::exg_ac
private

Definition at line 22 of file NumericalExchange.f90.

◆ exg_ad()

procedure numericalexchangemodule::numericalexchangetype::exg_ad
private

Definition at line 26 of file NumericalExchange.f90.

◆ exg_ar()

procedure numericalexchangemodule::numericalexchangetype::exg_ar
private

Definition at line 24 of file NumericalExchange.f90.

◆ exg_bd()

procedure numericalexchangemodule::numericalexchangetype::exg_bd
private

Definition at line 31 of file NumericalExchange.f90.

◆ exg_calculate_delt()

procedure baseexchangemodule::baseexchangetype::exg_calculate_delt
privateinherited

Definition at line 25 of file BaseExchange.f90.

◆ exg_cc()

procedure numericalexchangemodule::numericalexchangetype::exg_cc
private

Definition at line 29 of file NumericalExchange.f90.

◆ exg_cf()

procedure numericalexchangemodule::numericalexchangetype::exg_cf
private

Definition at line 27 of file NumericalExchange.f90.

◆ exg_cq()

procedure numericalexchangemodule::numericalexchangetype::exg_cq
private

Definition at line 30 of file NumericalExchange.f90.

◆ exg_da()

procedure numericalexchangemodule::numericalexchangetype::exg_da
private

Definition at line 33 of file NumericalExchange.f90.

◆ exg_df()

procedure numericalexchangemodule::numericalexchangetype::exg_df
private

Definition at line 21 of file NumericalExchange.f90.

◆ exg_fc()

procedure numericalexchangemodule::numericalexchangetype::exg_fc
private

Definition at line 28 of file NumericalExchange.f90.

◆ exg_fp()

procedure baseexchangemodule::baseexchangetype::exg_fp
privateinherited

Definition at line 27 of file BaseExchange.f90.

◆ exg_mc()

procedure numericalexchangemodule::numericalexchangetype::exg_mc
private

Definition at line 23 of file NumericalExchange.f90.

◆ exg_ot()

procedure numericalexchangemodule::numericalexchangetype::exg_ot
private

Definition at line 32 of file NumericalExchange.f90.

◆ exg_rp()

procedure baseexchangemodule::baseexchangetype::exg_rp
privateinherited

Definition at line 24 of file BaseExchange.f90.

◆ get_iasym()

procedure numericalexchangemodule::numericalexchangetype::get_iasym
private

Definition at line 34 of file NumericalExchange.f90.

Member Data Documentation

◆ id

integer(i4b) baseexchangemodule::baseexchangetype::id
privateinherited

Definition at line 18 of file BaseExchange.f90.

18  integer(I4B) :: id

◆ input_mempath

character(len=lenmempath) baseexchangemodule::baseexchangetype::input_mempath
privateinherited

Definition at line 17 of file BaseExchange.f90.

17  character(len=LENMEMPATH) :: input_mempath

◆ memorypath

character(len=lenmempath) baseexchangemodule::baseexchangetype::memorypath
privateinherited

Definition at line 16 of file BaseExchange.f90.

16  character(len=LENMEMPATH) :: memoryPath !< the location in the memory manager where the variables are stored

◆ name

character(len=lenexchangename) baseexchangemodule::baseexchangetype::name
privateinherited

Definition at line 15 of file BaseExchange.f90.

15  character(len=LENEXCHANGENAME) :: name !< the name of this exchange

◆ typename

character(len=7) numericalexchangemodule::numericalexchangetype::typename
private

Definition at line 17 of file NumericalExchange.f90.

17  character(len=7) :: typename !< name of the type (e.g., 'GWF-GWF')

The documentation for this type was generated from the following file: