R/S_0_di.R

Defines functions S_0_di

#' Saturated Traffic Flow Rate Under Basic Conditions in Two-point Crossover Diamond-shaped Interchange
#'
#' Saturated traffic flow rate (pcphgpl, passenger car per hour of green per lane) under basic conditions in a two-point crossover diamond-shaped interchange (expressway connection road-general road junction). 2200 pcphgpl.
#'     The initial number of waiting vehicles for each display of the internal link is measured and used as an input value to calculate the additional loss time for green time.
#'     It follows a definition in KHCM(2013), p.427.
#' @keywords saturated traffic flow rate two-point diamond interchange
#' @export S_0_di 2200
#' @example
#' S_0_di()
S_0_di <- function(){
  2200
}
regenesis90/KHCMinR documentation built on Dec. 22, 2021, 2:06 p.m.