R/S_R0_si.R

Defines functions S_R0_si

#' Saturated Traffic Flow Rate for Right Turns at Signalized Intersections
#'
#' Saturated traffic flow rate for right turns at signal intersections(pcphgpl).
#'     Although there are some differences depending on the radius of the right-turn curve,
#'     the general value of the saturated traffic flow rate
#'     in the free right-turn state at general intersections of urban roads is 1900 pcphgpl.
#'     It follows a definition in KHCM(2013), p.232.
#' @keywords saturated traffic flow rate two-point diamond interchange
#' @export S_R0_si 1900
#' @example
#' S_R0_si()
S_R0_si <- function(){
  1900
}
regenesis90/KHCMinR documentation built on Dec. 22, 2021, 2:06 p.m.