Traffic noise formula (Traffic Noise Overlay)

From Tygron Preview Support Wiki
Revision as of 14:49, 27 October 2022 by Frank@tygron.nl (talk | contribs) (Undo revision 48422 by Frank@tygron.nl (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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+CrDaDlDbDm

Dl=0.01d0.9

Dm=max(0.0,3.5(1.0e0.04dhs+0.75+hc+0.75))


where:

LAeq = equivalent noise level (dB(A))
E = calculated emission
Co = acceleration term on intersections (default = 0 dB(A))
Cr = reflection term. This term is not used, and by default 0 dB.
Da = distance reduction
Dl = air reduction (default = XXX dB(A))
Db = surface reduction. This term is not used, and by default 0 dB.
Dm = calculated meteorological reduction
d = distance from the receiver to the source.
e = Euler's number, approximated as 2.7182.
hs = Building datum height (DTM) of the noise source
hc = Building datum height (DTM) of the noise receiving cell.

Default values are taken from InfoMil [1]

Acceleration term on intersections

Accelerating on intersections can cause more noise. This value is only calculated for roads of category INTERSECTION. It is calculated as followed:

Co=1.4+Qv+Qt+QbQc+Qv+Qt+Qb

Distance reduction

Distance reduction is computed as:

Da=10log(r)

where:

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

Emission

Emission is computed as:

E=10log10(10Ec10+10Ev10+10Et10+10Eb10)

where:

E = the combined noise emission
Ec = the calculated noise emission for cars
Ev = the calculated noise emission for vans
Et = the calculated noise emission for trucks
Eb = the calculated noise emission for buses

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

Ec=Ec,start+Ec,multlog10(VcV0c)+10log10(QcVc)+σ+τlog10(VcV0c)

where:

Ec,start Emission start value. Configurable with model attribute Emission start (Traffic Noise Overlay). See also: InfoMil [2]
Ec,mult Emission factor. Configurable with model attribute Emission mult (Traffic Noise Overlay). See also: InfoMil [3]
Vc = The traffic type's speed, configured in roads with Function Value TRAFFIC_SPEED.
V0c = The traffic type's reference speed, configured per traffic type using the model attribute V0.
σ = 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


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