get_uTau_logLayer Function

public pure function get_uTau_logLayer(visc_div_dist, velSW) result(uTau)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: visc_div_dist

dynamic viscosity divided by vertical distance from the wall

real(kind=rk), intent(in) :: velSW

velocity stream-wise parallel to wall

Return Value real(kind=rk)

friction velocity


Called by

proc~~get_utau_loglayer~~CalledByGraph proc~get_utau_loglayer get_uTau_logLayer proc~fricvel_schmitt fricVel_Schmitt proc~fricvel_schmitt->proc~get_utau_loglayer