MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
isotherminterfacemodule::value_if Interface Reference

Evaluate the isotherm at a given node. More...

Collaboration diagram for isotherminterfacemodule::value_if:
Collaboration graph

Private Member Functions

real(dp) function value_if (this, c, n)
 

Detailed Description

Definition at line 19 of file IsothermInterface.f90.

Constructor & Destructor Documentation

◆ value_if()

real(dp) function isotherminterfacemodule::value_if::value_if ( class(isothermtype), intent(in)  this,
real(dp), dimension(:), intent(in)  c,
integer(i4b), intent(in)  n 
)
private
Returns
isotherm value
Parameters
[in]thisisotherm object
[in]cconcentration array
[in]nnode index

Definition at line 19 of file IsothermInterface.f90.

20  ! -- import
21  import :: isothermtype, dp, i4b
22  ! -- return
23  real(DP) :: val !< isotherm value
24  ! -- dummy
25  class(IsothermType), intent(in) :: this !< isotherm object
26  real(DP), dimension(:), intent(in) :: c !< concentration array
27  integer(I4B), intent(in) :: n !< node index

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