MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
General-purpose hydrogeologic functions.
Functions/Subroutines | |
real(dp) function, public | hyeff (k11, k22, k33, ang1, ang2, ang3, vg1, vg2, vg3, iavgmeth) |
Calculate the effective horizontal hydraulic conductivity from an ellipse using a specified direction (unit vector vg1, vg2, vg3) More... | |
real(dp) function, public hgeoutilmodule::hyeff | ( | real(dp), intent(in) | k11, |
real(dp), intent(in) | k22, | ||
real(dp), intent(in) | k33, | ||
real(dp), intent(in) | ang1, | ||
real(dp), intent(in) | ang2, | ||
real(dp), intent(in) | ang3, | ||
real(dp), intent(in) | vg1, | ||
real(dp), intent(in) | vg2, | ||
real(dp), intent(in) | vg3, | ||
integer(i4b), intent(in) | iavgmeth | ||
) |
k11 is the hydraulic conductivity of the major ellipse axis k22 is the hydraulic conductivity of first minor axis k33 is the hydraulic conductivity of the second minor axis ang1 is the counter-clockwise rotation (radians) of the ellipse in the (x, y) plane ang2 is the rotation of the conductivity ellipsoid upward or downward from the (x, y) plane ang3 is the rotation of the conductivity ellipsoid about the major axis vg1, vg2, and vg3 are the components of a unit vector in model coordinates in the direction of the connection between cell n and m iavgmeth is the averaging method. If zero, then use harmonic averaging. if one, then use arithmetic averaging.
Definition at line 29 of file HGeoUtil.f90.