fricVel_reichardt_newton Subroutine

private subroutine fricVel_reichardt_newton(velTau, velSW, distToBnd, viscKine, nElems)

This routine computes friction velocity from reichardt wall model profile using Newton iteration method

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(inout) :: velTau(:)

Friction velocity computed from wall model. it is inout to provide velTau from previous timestep as initial velTau for fixed-point or Newton iteration solver

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

Stream-wise velocity component from which friction velocity is computed

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

Distance to the boundary in the discrete normai direction

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

Kinematic viscosity

integer, intent(in) :: nElems

Number of elements in input and output arrays


Calls

proc~~fricvel_reichardt_newton~~CallsGraph proc~fricvel_reichardt_newton fricVel_reichardt_newton proc~tem_abort tem_abort proc~fricvel_reichardt_newton->proc~tem_abort

Contents

None