IRC SP 38 (1992) provides a comprehensive manual for the Road Investment Decision Model (RIDM), a tool designed to assist engineers and planners in evaluating the economic viability of highway projects in India. It covers input data preparation, cost estimation, traffic growth projections, vehicle operating costs, and output report generation, enabling informed decision-making on road investments, including widening and maintenance strategies.
Overview
IRC SP 38 (1992) provides a comprehensive manual for the Road Investment Decision Model (RIDM), a tool designed to assist engineers and planners in evaluating the economic viability of highway projects in India. It covers input data preparation, cost estimation, traffic growth projections, vehicle operating costs, and output report generation, enabling informed decision-making on road investments, including widening and maintenance strategies.
Audience
Contents
Structure
IRC SP 38: Introduction and Scope – Key Formulas & Tables
The code models traffic speed-flow relationships for various road types and terrains, essential for road design and fuel consumption analysis.
| Road Type | Plain Terrain | Rolling Terrain | Hilly Terrain |
|---|---|---|---|
| Single Lane | Vc = 49.98 - 0.041Q | Vc = 47.48 - 0.039Q | Vc = 41.48 - 0.034Q |
| Vt = 42.45 - 0.024Q | Vt = 40.33 - 0.023Q | Vt = 32.69 - 0.018Q | |
| Vb = 46.92 - 0.032Q | Vb = 43.63 - 0.030Q | Vb = 35.66 - 0.024Q | |
| Vtw = 42.98 - 0.035Q | Vtw = 40.83 - 0.033Q | Vtw = 36.96 - 0.030Q | |
| Intermediate Lane | Vc = 64.04 - 0.020Q | Vc = 60.84 - 0.019Q | Vc = 53.79 - 0.017Q |
| Vt = 51.05 - 0.010Q | Vt = 48.50 - 0.010Q | Vt = 39.82 - 0.008Q | |
| Vb = 58.85 - 0.017Q | Vb = 55.32 - 0.016Q | Vb = 45.31 - 0.013Q | |
| Vtw = 53.10 - 0.017Q | Vtw = 55.97 - 0.017Q | Vtw = 49.49 - 0.016Q | |
| Two Lane | Vc = 67.96 - 0.012Q | Vc = 65.24 |
IRC SP 38 - System Requirements & Installation Summary
C> CD\LOTUS
C> COPY A:*.WK1
C> DIR
C> COPY A:*.WK1 B:
Key inputs include:
flowchart TD
A[Start PC] --> B[Change Directory to LOTUS]
B --> C[Copy RIDM files from Floppy]
C --> D[Verify Files in Directory]
D --> E{Backup Disk?}
E -- Yes --> F[Copy to Backup Disk]
E -- No --> G[Run Program]
This ensures smooth RIDM installation and data preparation per IRC SP 38 guidelines.
IRC SP 38: Input Data Preparation - Key Points
| Parameter | Unit | Remarks/Limitations |
|---|---|---|
| Project | Text (45 ch) | Project name |
| State | Text (9 ch) | Specify NH number |
| NH | Text | National Highway number |
| Section | Text (9 ch) | E.g., Km 0-25 |
| Road Width | m | Carriageway width (e.g., 14m for 4-lane divided) |
| Road Length* | km | Uniform traffic/design section length |
| Base Year | Year | Start year of analysis |
| Year of Completion | Year | Max 5 years construction period |
| Design Period | Years | Up to 20 years |
| Rise and Fall | m/km | Max 50 m/km |
| Roughness | mm/km | At end of construction year |
| Increase in Roughness/Yr | mm/km/year | Optional |
| Overlay/Strengthening Year | Year | Year of overlay/strengthening |
| Roughness after OVL/STG | mm/km | Post overlay roughness |
| Design Service Volume (DSV) | PCU/day | For 4 vehicle types (cars, buses, trucks, 2-wheelers) |
| Traffic Growth Rate | % | Max 3 growth rates per vehicle type |
| Construction Cost with Phasing | Rs lakh | Include maintenance during construction |
| Overlay Cost | Rs lakh | |
| Annual Maintenance Cost/km | Rs lakh/km | (i) ORD repairs (ii) PRD renewal |
| Economic Cost Factor | - | Default 0.80 |
| Discount Rate | % | Max 3 rates |
| Economic Cost of Resources (ECR) | Rs/unit | Default 1984 prices |
| Value of Travel Time (VTT) | - | Default 1984 prices |
| VOC Update Factor | - | Multiplier to update ECR to base year prices |
| Time Value Update Factor | - | Separate for passenger and commodity |
IRC SP 38: Traffic Volume & Growth Projections — Key Formulas & Tables
| Road Type | Terrain | Cars (Vc) | Trucks (Vt) | Buses (Vb) | Two Wheelers (Vtw) |
|---|---|---|---|---|---|
| Single lane | Plain | Vc = 49.98 - 0.041Q | Vt = 42.45 - 0.024Q | Vb = 46.92 - 0.032Q | Vtw = 42.98 - 0.035Q |
| Rolling | Vc = 47.48 - 0.039Q | Vt = 40.33 - 0.023Q | Vb = 43.63 - 0.030Q | Vtw = 40.83 - 0.033Q | |
| Hilly | Vc = 41.48 - 0.034Q | Vt = 32.69 - 0.018Q | Vb = 35.66 - 0.024Q | Vtw = 36.96 - 0.030Q | |
| Intermediate lane | Plain | Vc = 64.04 - 0.020Q | Vt = 51.05 - 0.010Q | Vb = 58.85 - 0.017Q | Vtw = 53.10 - 0.017Q |
| Two lane | Plain | Vc = 67.96 - 0.012Q | Vt = 58.96 - 0.008Q | Vb = 66.79 - 0.013Q | Vtw = 51.58 - 0.007Q |
| Four lane | Plain | Vc = 68.73 - 0.0049Q | Vt = 63.25 - 0.0047Q | Vb = 74.48 - 0.0042Q | Vtw = |
Vehicle Operating Cost (VOC) Model - IRC SP 38 Key Points
VOC Calculation:
VOC and travel time costs are computed internally via speed-flow relationships and VOC equations, while construction and maintenance costs are user inputs.
Congestion Effect:
When traffic volume > design service volume, VOC increases due to congestion.
Congestion factors applied to VOC:
| Vehicle | Congestion Factor |
|---|---|
| Cars | 1.64 |
| Buses | 1.28 |
| Trucks | 1.31 |
VOC Tables & Graphs:
The model can generate VOC tables (VOC vs. Year) and includes Appendix 7 with VOC trends.
[ VOC = VOC_{steady} \times \text{Congestion Factor} ]
Where:
flowchart LR
TrafficVolume -->|> DesignServiceVolume| CongestionEffect
CongestionEffect -->|Apply Factor| VOCIncrease
VOCIncrease --> VehicleOperatingCost
TrafficVolume -->|<= DesignServiceVolume| SteadyStateVOC
SteadyStateVOC --> VehicleOperatingCost
Summary: Use congestion factors to adjust baseline VOC for traffic volumes exceeding design capacity, enabling realistic vehicle operating cost estimation within the model.
Economic Cost Conversion and Discounting (IRC SP 38)
Economic Cost Conversion Factor (ECF):
Converts financial costs to economic costs to reflect true resource cost.
[ \text{Economic Cost} = \text{Financial Cost} \times \text{ECF} ]
Net Present Value (NPV):
Used to discount future costs/benefits to present value.
[ NPV = \sum_{t=0}^{n} \frac{C_t}{(1 + r)^t} ]
Discount Rate & NPV Graph (Appendix 5):
Shows how NPV varies with discount rate, aiding selection of appropriate (r).
Additional Graphs:
Time Savings Economic Analysis (Appendix 4):
Incorporates user time savings into economic evaluation.
| Parameter | Description |
|---|---|
| ECF | Economic Cost Conversion Factor |
| (r) | Discount Rate |
| (n) | Project Life (years) |
| (C_t) | Cost/Benefit at year (t) |
| NPV | Net Present Value |
flowchart TD
FinancialCost -->|Multiply by ECF| EconomicCost
EconomicCost -->|Discounting| PresentValue
PresentValue -->|Sum over n years| NPV
Use: Apply ECF to financial costs, then discount using NPV formula with chosen discount rate to evaluate project economics.
IRC SP 38: Construction and Maintenance Cost Inputs
User Input:
Construction and maintenance costs are directly specified by the user in financial terms (Clause 1.4.2, 1.4.3).
Conversion to Economic Cost:
Financial costs are converted to economic costs using a factor or relationship (Clause 1.4.3), typically:
[ \text{Economic Cost} = \text{Financial Cost} \times \text{Conversion Factor} ]
(The exact factor depends on local economic parameters, inflation, subsidies, etc.)
Vehicle Operating Cost (VOC) & Travel Time Cost:
These are calculated endogenously by the model using VOC equations and speed-flow relationships.
| Cost Type | Input Mode | Notes |
|---|---|---|
| Construction Cost | User-specified | Financial terms converted to economic cost |
| Maintenance Cost | User-specified | Financial terms converted to economic cost |
| Vehicle Operating Cost | Model-calculated | Based on VOC equations and speed-flow |
| Travel Time Cost | Model-calculated | Based on traffic flow and speed |
[ \text{Economic Cost} = \frac{\text{Financial Cost}}{(1 + r)^t} ]
If you need specific tables or factors, refer to local economic indices or IRC annexures related to economic analysis.
RIDM Program (IRC SP 38) – Key Points for Running
Since IRC SP 38 provides a user manual for the RIDM (Road Infrastructure Damage Model) program, here are essential highlights:
[ D = \sum \left( \frac{N_i}{N_f} \right) ]
flowchart TD
A[Start] --> B[Input Traffic Data]
B --> C[Input Pavement Properties]
C --> D[Input Environmental Data]
D --> E[Calculate Damage]
E --> F[Generate Output Reports]
F --> G[End]
For detailed stepwise instructions, refer to the floppy disk user manual enclosed with IRC SP 38.
IRC SP 38: Output Reports and Interpretation - Key Points
The IRC SP 38 does not provide explicit formulas for output reports but specifies the structure and content of input/output data for the RIDM (Road Investment Decision Model) software.
| Parameter | Units | Remarks |
|---|---|---|
| Road Width | m | E.g., 14 m for 4-lane divided |
| Road Length | km | Uniform traffic/design section |
| Design Period | years | Up to 20 years |
| Roughness | mm/km | At end of construction year |
| Traffic Growth Rate | % | Max 3 rates per vehicle type |
| Construction Cost | Rs lakh | Including maintenance cost |
| Annual Maintenance Cost | Rs lakh/km | Ordinary & periodic renewal |
| Discount Rate | % | Up to 3 rates |
| Economic Cost Factor | - | Default 0.80 |
| Value of Travel Time (VTT) | - | Default at 1984 prices |
flowchart TD
A[Input Data Preparation] --> B[RIDM Software]
B --> C[Analysis Computation]
C --> D[Output Reports]
D --> E[Interpretation & Decision Making]
For detailed report formats and specimen input data, refer to Appendix 2 of IRC SP 38.
The IRC SP 38 does not explicitly specify detailed formulas or tables for Graphical Outputs and Printing but provides references to graphical appendices and output reports related to road infrastructure decision making.
Graphical Outputs:
Output Reports:
Input Data:
[ NPV = \sum_{t=0}^{n} \frac{C_t}{(1+r)^t} ]
graph LR
A[Input Data] --> B[RIDM Processing]
B --> C[Output Reports]
B --> D[Graphs]
D --> E[NPV vs Discount Rate]
D --> F[Roughness vs Year]
D --> G[Vehicle Operating Cost vs Year]
For detailed graphical output formatting and printing, refer to the software or tool implementing RIDM as IRC SP 38 focuses on data and report content rather than printing specifications.
IRC SP 38 primarily references the Manual for Road Investment Decision Model, which builds upon IRC SP 30-1984 for economic evaluation of highway projects.
Net Present Value (NPV):
[
NPV = \sum_{t=0}^{n} \frac{B_t - C_t}{(1 + r)^t}
]
Where:
Discount Rate: Used to bring future costs and benefits to present value, reflecting time value of money.
Graphs (Appendices 5-7):
graph LR
A[Investment Strategy] --> B[Estimate Costs & Benefits]
B --> C[Calculate NPV using Discount Rate]
C --> D{NPV > 0?}
D -- Yes --> E[Accept Strategy]
D -- No --> F[Reject Strategy or Modify]
Summary: Use NPV calculations with discount rates, supported by roughness and vehicle operating cost models, to evaluate and compare alternative road investment strategies effectively.
IRC SP 38: Key Appendices Overview
Appendix 1: Fuel Consumption Equations
Provides formulas to estimate fuel consumption based on vehicle parameters and operating conditions.
Typical form:
[
FC = a + b \times V + c \times V^2
]
where (FC) = fuel consumption, (V) = speed, and (a,b,c) are empirical coefficients.
Appendix 2: Input Format with Specimen Data
Specifies the required input data format for software or manual calculations, including traffic, pavement, and economic parameters.
Appendix 5: Net Present Value (NPV) vs Discount Rate Graph
Illustrates how NPV changes with varying discount rates, aiding economic decision-making for pavement projects.
Appendix 6: Roughness vs Year Graph
Shows typical pavement roughness progression over time, useful for maintenance planning.
Appendix 7: Vehicle Operating Cost vs Year Graph
Depicts how vehicle operating costs evolve with pavement condition deterioration.
| Parameter | Description |
|---|---|
| (FC) | Fuel consumption (liters/km) |
| (V) | Vehicle speed (km/h) |
| (a,b,c) | Empirical constants |
graph LR
A[Discount Rate Increase] --> B[NPV Decrease]
B --> C[Project Viability Assessment]
For detailed tables and exact coefficients, refer directly to IRC SP 38 Appendices 1-7.
Frequently Asked
Hardware Requirements for RIDM (IRC SP 38, Clause 5.25):
Software Requirements:
Installation & Running:
Loading diagram...
This setup reflects early PC hardware standards; modern systems require emulators or virtual machines to run RIDM.
The IRC SP 38 model incorporates traffic growth and vehicle types analysis as follows:
Vehicle Types Considered: Cars, buses, trucks, and two-wheelers.
Speed-Flow Relationships: The model uses specific speed-flow equations (Table 1) for each vehicle type across different road types (single lane to four-lane) and terrains (plain, rolling, hilly).
Minimum Speed Cutoff: If calculated speeds fall below 10 km/h, a cutoff speed of 10 km/h is used to avoid unrealistic travel time savings.
Traffic Growth Sensitivity: The model can analyze how changes in traffic growth rates affect outcomes.
Congestion Effects: When volume exceeds design service volume, congestion factors increase vehicle operating cost (VOC):
| Vehicle | Congestion Factor |
|---|---|
| Cars | 1.64 |
| Buses | 1.28 |
| Trucks | 1.31 |
VOC and Travel Time Cost: Calculated internally using speed-flow and VOC equations, reflecting traffic growth and vehicle mix impacts.
This integrated approach ensures realistic estimation of travel time savings and operating costs under varying traffic conditions.
Economic Evaluation Costs in IRC SP 38
The economic evaluation of road projects includes:
Financial costs are converted to economic costs to reflect true resource use, often adjusting for subsidies, taxes, or market distortions.
| Cost Type | Description |
|---|---|
| Construction Cost | Capital investment for road construction |
| Maintenance Cost | Periodic repair and upkeep expenses |
| Road User Cost | Vehicle operating cost, travel time, accidents |
This comprehensive cost inclusion ensures the economic viability of highway projects by capturing both direct and indirect impacts.
Loading diagram...
Vehicle Operating Cost (VOC) and Travel Time Savings Calculation in IRC SP 38
Vehicle Operating Cost (VOC):
Travel Time Savings:
Road User Cost = VOC + Travel Time Cost + Accident Cost
| Parameter | Formula / Value |
|---|---|
| Truck VOC (Rs/km) | (57.74 + \frac{5115.08}{V} + 0.0271 V^2 + 0.0016 RG + 1.01 RF) |
| Minimum speed for savings | 10 km/h |
| VTT (Bus passenger) | Rs 4.49/hr |
| VTT (Car & 2-wheeler) | Rs 8.21/hr |
| VTT (Commodity) | Rs 3.00/hr |
Loading diagram...
Yes, the IRC SP 38 model can evaluate staged construction and alternative road improvement options.
Key capabilities include:
This makes it ideal for selecting the best road improvement option at the project level, balancing cost, performance, and construction feasibility.
Loading diagram...
Ask AI about any clause, requirement, or provision in IRC SP 38. Get instant, clause-cited responses powered by our indexed library.
Free tier includes 150 queries (50 AI + 100 Reference) · No credit card required