calc_Re Subroutine

subroutine calc_Re(Q, Np, rho_a, dtype, dmin, dmax, apm, bpm, rho_c, p1, p2, p3, Re)

Uses

  • proc~~calc_re~3~~UsesGraph proc~calc_re~3 calc_Re module~math_lib~4 math_lib proc~calc_re~3->module~math_lib~4

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in) :: Q
real(kind=8), intent(in) :: Np
real(kind=8), intent(in) :: rho_a
integer, intent(in) :: dtype
real(kind=8), intent(in) :: dmin
real(kind=8), intent(in) :: dmax
real(kind=8), intent(inout) :: apm
real(kind=8), intent(inout) :: bpm
real(kind=8), intent(in) :: rho_c
real(kind=8), intent(in) :: p1
real(kind=8), intent(in) :: p2
real(kind=8), intent(in) :: p3
real(kind=8), intent(out) :: Re

Contents