convertNvalue2VsSoil Function

public pure function convertNvalue2VsSoil(obj, Nvalue, Formula, H, Yg, St) result(Vs)

Type Bound

Soil_

Arguments

Type IntentOptional Attributes Name
class(Soil_), intent(in) :: obj
real(kind=real64), intent(in) :: Nvalue(:)
integer(kind=int32), intent(in) :: Formula
real(kind=real64), intent(in), optional :: H(:)
real(kind=real64), intent(in), optional :: Yg(:)
real(kind=real64), intent(in), optional :: St(:)

Return Value real(kind=real64), allocatable, (:)