Now whenever you bring any magnet attracting material(Ferrous metals), needle will show deflection. Please note that in its undisturbed condition, needle is always pointed towards magnetic north.

Civil Engineering + Software Engineering ==> Civil Engineering Soft Studies :)
Traffic volume refers to the number of vehicles passing a specific point on a highway, typically on a particular lane and in a specific direction, over a defined time interval, usually measured in vehicles per hour.
Traffic capacity, on the other hand, represents the maximum number of vehicles that can traverse a given point on a lane or roadway per unit time (commonly per hour). It is expressed in the same units as traffic volume—vehicles per hour per lane or roadway.
Although both traffic volume and traffic capacity share the same units, they convey different meanings:
Traffic volume indicates the actual flow rate of vehicles at a given time and reflects fluctuations in traffic demand.
Traffic capacity denotes the maximum possible flow rate that a roadway can sustain under specific operating conditions while maintaining an acceptable level of service.
Traffic capacity varies depending on roadway and traffic conditions. It can be classified into three major types:
Basic Capacity
This is the maximum number of vehicles (in PCU - Passenger Car Units) that can pass a specific point on a lane or roadway in one hour under ideal traffic and roadway conditions.
Roads with identical physical characteristics will have the same basic capacity, regardless of current traffic behavior or conditions.
Possible Capacity
This refers to the maximum number of vehicles that can traverse a point in one hour under actual (prevailing) traffic and roadway conditions.
It is always less than or equal to the basic capacity.
The value depends on how closely prevailing conditions resemble the ideal ones and can range from zero up to the basic capacity.
Practical Capacity (Design Capacity)
This is the maximum number of vehicles that can pass a point on a lane or roadway per hour without causing unreasonable delays, hazards, or restrictions to drivers, under existing conditions.
As defined in "Highway Engineering" by S.K. Khanna, practical capacity is of primary importance to designers, as it directly influences the design of highway infrastructure.
For this reason, it is also known as the design capacity.
![]() |
Center-to-center spacing of Vehicle (Traffic Capacity Studies) |
The theoretical maximum capacity (C) of a single lane can be determined using the formula:
C=S1000×VWhere:
= Capacity of the lane, in vehicles per hour
= Speed of vehicles, in km/h
= Average center-to-center spacing between vehicles, in meters
Capacity depends on both speed and spacing. Spacing is governed primarily by the safe stopping distance, ensuring that the rear vehicle has sufficient distance to stop if the vehicle ahead suddenly halts.
The center-to-center spacing (S) between vehicles is given by:
S=Sg+LWhere:
= Space gap (distance from the front of one vehicle to the rear of the vehicle ahead), in meters
= Average length of a vehicle, in meters
The space gap can be estimated using:
Sg=0.278×V×tWhere:
= Speed in km/h
= Driver’s reaction time, usually between 0.70 to 0.75 seconds.
For calculation purposes, assume t=0.70 seconds.
Substituting in the formula:
Sg=0.278×V×0.70=0.2×VSo, the total center-to-center spacing becomes:
S=0.2×V+L(in meters)By substituting this value of S back into the capacity formula, one can compute the theoretical maximum capacity of the lane for a given design speed and vehicle length.
Hi, Please don't get afraid by the length of the code. It is very simple to copy and paste it into your Python IDEs such as Pycharm or V...