Traffic noise formula (Traffic Noise Overlay)

From Tygron Support wiki
Jump to navigation Jump to search

The calculations for the Traffic Noise Overlay follow the standard rekenmethode 1 (SRM 1), as described on http://wetten.overheid.nl/BWBR0031722/2015-07-01#BijlageIII:

LAeq = E + Co + Cr - Da - Dl - Db - Dm

where:

  • LAeq: equivalent noise level (dB(A))
  • E: emission
  • Co: acceleration term (default = XXX dB(A))
  • Cr: reflection term (omitted)
  • Da: distance reduction
  • Dl: air reduction (default = XXX dB(A))
  • Db: surface reduction (default = XXX dB(A))
  • Dm: meteorological reduction (default = XXX dB(A))

Default values are taken from InfoMil [1]

Emission

Emission is computed as:

The emission per type of traffic is computed similarly, with values specific to the type of traffic. It is calculated as followed for cars:

where:

= the combined noise emission
= the calculated noise emission for cars
= the calculated noise emission for vans
= the calculated noise emission for trucks
= the calculated noise emission for buses
Emission start value. Configurable with model attribute Emission start (Traffic Noise Overlay). See also: [2]
Emission factor. Configurable with model attribute Emission mult (Traffic Noise Overlay). See also: InfoMil [3]
= road surface correction value at reference traffic speed. Configurable in roads with Function Value TRAFFIC_NOISE_SIGMA
= road surface correction factor per 10 km/hour deviation from reference traffic speed. Configurable in roads with Function Value TRAFFIC_NOISE_TAU

Distance reduction

Distance reduction is computed as:

Da = 10 * log(r)

where:

  • Da: distance reduction
  • r: shortest distance between the source and point of evaluation

Geluidsoverlast.png


Notes

  • If the traffic amount is defined as a single value, that value is used for all defined hours. However, if the amount if an array of values, each of the 24 indexes of that array are assumed to correspond to the hour denoted by those indexes, and as such that specific value from the array is used.

See also

References