
Piyush Kumar Rai,

Kamalpreet Kaur,

Lovepreet Kaur,
- Student Department of Civil Engineering, Kurukshetra University, Kurukshetra, Haryana, India.
- Assistant Professor Department of Civil Engineering, Kurukshetra University, Kurukshetra, Haryana, India.
- Assistant professor Department of Civil Engineering, Kurukshetra University, Kurukshetra, Haryana, India.
Abstract
The California Bearing Ratio (CBR) value of the subgrade is a crucial parameter utilized in the design
of flexible pavements, as recommended by the Indian Roads Congress (IRC). The choice of materials
used in constructing the pavement can significantly influence its overall design and performance.
Pavements play an essential role in ensuring traffic flows smoothly, safely, and efficiently. Generally,
pavements are categorized into two types: flexible and rigid. Flexible pavements possess low flexural
strength and exhibit a flexible structural behavior under load. In contrast, rigid pavements are
characterized by their high flexural strength and rigidity. Many existing roads, which are designed
based on empirical guidelines, often fail to withstand heavy wheel loads, leading to their gradual
deterioration over time. To address this issue, various engineering parameters must be meticulously
determined through rigorous experiments. Soil samples are collected along the proposed road
alignment to assess soil properties such as consistency limits, particle size distribution (sieve analysis),
and CBR values. These parameters are then used to design the appropriate pavement thickness for
flexible pavements. Additionally, the road alignment is meticulously designed and established using
precise surveying and leveling techniques. In this study, the total length of the road being designed and
analyzed is 257 m. California Bearing Ratio tests were conducted in the laboratory to obtain accurate
and reliable data for the pavement design. This comprehensive approach ensures the pavement
structure can adequately support the anticipated traffic loads, thereby enhancing the road’s longevity
and performance.
Keywords: CBR, pavement, IRC, flexible, road, road construction, pavements
[This article belongs to Trends in Transport Engineering and Applications(ttea)]
References

Trends in Transport Engineering and Applications
| Volume | 11 |
| Issue | 02 |
| Received | July 22, 2024 |
| Accepted | July 24, 2024 |
| Published | July 26, 2024 |
function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}
