Traffic noise formula (Traffic Noise Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Line 34: Line 34:
:<math>E_{c,start}</math> Emission start value. Configurable with model attribute [[Emission start (Traffic Noise Overlay)]]. See also: InfoMil [https://www.infomil.nl/onderwerpen/geluid/regelgeving/wet-geluidhinder/wegverkeerslawaai/akoestisch-rapport/cwegdek/]
:<math>E_{c,start}</math> Emission start value. Configurable with model attribute [[Emission start (Traffic Noise Overlay)]]. See also: InfoMil [https://www.infomil.nl/onderwerpen/geluid/regelgeving/wet-geluidhinder/wegverkeerslawaai/akoestisch-rapport/cwegdek/]
:<math>E_{c_mult}</math> Emission factor. Configurable with model attribute [[Emission mult (Traffic Noise Overlay)]]. See also: InfoMil [https://www.infomil.nl/onderwerpen/geluid/regelgeving/wet-geluidhinder/wegverkeerslawaai/akoestisch-rapport/cwegdek/]
:<math>E_{c_mult}</math> Emission factor. Configurable with model attribute [[Emission mult (Traffic Noise Overlay)]]. See also: InfoMil [https://www.infomil.nl/onderwerpen/geluid/regelgeving/wet-geluidhinder/wegverkeerslawaai/akoestisch-rapport/cwegdek/]
:<math>V_c</math> = The traffic type's speed, configured in roads with Function Value [[Traffic speed (Traffic Noise Overlay)|TRAFFIC_SPEED]].
:<math>V0_c</math> = The traffic type's reference speed, configured per traffic type using the model attribute [[V0 (Traffic Noise Overlay)|V0]].
:<math>\sigma</math> = road surface correction value at reference traffic speed. Configurable in roads with Function Value [[Traffic noise sigma (Traffic Noise Overlay)|TRAFFIC_NOISE_SIGMA]]
:<math>\sigma</math> = road surface correction value at reference traffic speed. Configurable in roads with Function Value [[Traffic noise sigma (Traffic Noise Overlay)|TRAFFIC_NOISE_SIGMA]]
:<math>\tau</math> = road surface correction factor per 10 km/hour deviation from reference traffic speed. Configurable in roads with Function Value [[Traffic noise tau (Traffic Noise Overlay)|TRAFFIC_NOISE_TAU]]
:<math>\tau</math> = road surface correction factor per 10 km/hour deviation from reference traffic speed. Configurable in roads with Function Value [[Traffic noise tau (Traffic Noise Overlay)|TRAFFIC_NOISE_TAU]]

Revision as of 15:44, 2 March 2022

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:

where:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E} = the combined noise emission
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Ec} = the calculated noise emission for cars
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Ev} = the calculated noise emission for vans
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Et} = the calculated noise emission for trucks
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 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:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Ec = E_{c,start} + E_{c,mult} \cdot log_{10}(\frac {V_c}{V0_c}) + 10 \cdot log_{10}(\frac{Q_c}{V_c}) + \sigma + \tau \cdot log_{10}(\frac{V_c}{V0_c})}

where:

Emission start value. Configurable with model attribute Emission start (Traffic Noise Overlay). See also: InfoMil [2]
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{c_mult}} Emission factor. Configurable with model attribute Emission mult (Traffic Noise Overlay). See also: InfoMil [3]
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V_c} = The traffic type's speed, configured in roads with Function Value TRAFFIC_SPEED.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V0_c} = The traffic type's reference speed, configured per traffic type using the model attribute V0.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sigma} = road surface correction value at reference traffic speed. Configurable in roads with Function Value TRAFFIC_NOISE_SIGMA
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \tau} = 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