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

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

Collaboration diagram for isotherminterfacemodule::derivative_if:
Collaboration graph

Private Member Functions

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

Detailed Description

Definition at line 32 of file IsothermInterface.f90.

Constructor & Destructor Documentation

◆ derivative_if()

real(dp) function isotherminterfacemodule::derivative_if::derivative_if ( class(isothermtype), intent(in)  this,
real(dp), dimension(:), intent(in)  c,
integer(i4b), intent(in)  n 
)
private
Returns
derivative d(value)/dc evaluated at c
Parameters
[in]thisisotherm object
[in]cconcentration array
[in]nnode index

Definition at line 32 of file IsothermInterface.f90.

33  ! -- import
34  import :: isothermtype, dp, i4b
35  ! -- return
36  real(DP) :: derv !< derivative d(value)/dc evaluated at c
37  ! -- dummy
38  class(IsothermType), intent(in) :: this !< isotherm object
39  real(DP), dimension(:), intent(in) :: c !< concentration array
40  integer(I4B), intent(in) :: n !< node index

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