Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
procedure(Abstract_Calculate_Viscosity), | public, | nopass, pointer | :: | Calculate_Viscosity | => | null() | |
real(kind=real64), | public, | allocatable | :: | Kflh(:) | |||
real(kind=real64), | public | :: | Ks |
saturated hydraulic conductivity |
|||
real(kind=real64), | public | :: | alpha1 | ||||
real(kind=real64), | public | :: | kzero | ||||
real(kind=real64), | public | :: | l | ||||
real(kind=real64), | public | :: | m1 | ||||
real(kind=real64), | public | :: | m2 | ||||
real(kind=real64), | public | :: | n1 | ||||
real(kind=real64), | public | :: | n2 | ||||
integer(kind=int32), | public | :: | nsize | ||||
real(kind=real64), | public | :: | thetaR |
residual water content |
|||
real(kind=real64), | public | :: | thetaS |
saturated water content |
|||
real(kind=real64), | public | :: | w1 | ||||
real(kind=real64), | public | :: | w2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Type_HCF_Base_Viscosity_DVGCH), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | h | |||
real(kind=real64), | intent(in) | :: | Temperature |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Type_HCF_Base_Viscosity_DVGCH), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | h |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | Calculate_Viscosity_Type | |||
procedure(Abstract_Calculate_Viscosity), | intent(inout), | pointer | :: | Calculate_Viscosity |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Type_HCF_Base_Viscosity_DVGCH), | intent(inout) | :: | self | |||
real(kind=real64), | intent(in) | :: | arr_h(:) | |||
real(kind=real64), | intent(in) | :: | arr_Temperature(:) |
type, extends(Abstract_HCF_Base_Viscosity) :: Type_HCF_Base_Viscosity_DVGCH real(real64) :: m1 real(real64) :: n2 real(real64) :: m2 real(real64) :: w1 real(real64) :: w2 contains procedure :: Calculate_kr => Calculate_kr_Base_Viscosity_DVGCH procedure, nopass :: Set_Calculate_Viscosity => Set_Calculate_Viscosity_Base procedure :: Calculate_Kflh => Calculate_Kflh_Base_Viscosity_DVGCH procedure :: Update_Kflh => Update_Kflh_Base_Viscosity_DVGCH end type Type_HCF_Base_Viscosity_DVGCH