Point: $L(r)=L_0-20\log_{10}(r)-\alpha r/1000$
Line: $L(r)=L_0-10\log_{10}(r)-\alpha r/1000$
(reference $r_0=1$ m)
Combine up to 5 noise sources, compute distance attenuation for point and line sources with atmospheric absorption, and apply A-weighting correction. SPL vs distance chart updates in real time.
The fundamental principle is the logarithmic addition of sound pressure levels from multiple incoherent sources, based on their energy.
$$L_{sum}= 10 \log_{10}\left( \sum_{i=1}^{n}10^{L_i/10}\right)$$Where $L_{sum}$ is the total sound pressure level (dB), and $L_i$ is the level from the i-th source (dB). Each $L_i$ is calculated at the receiver point, accounting for distance and atmospheric loss.
For a single source, the level at a distance $r$ from the reference point ($r_0 = 1$ m) is calculated, with different models for geometric spreading.
$$L(r) = L_0 - 10 \cdot n \cdot \log_{10}\left(\frac{r}{r_0}\right) - \frac{\alpha r}{1000}$$Here, $L_0$ is the reference SPL at 1 m (dB). $n$ is the attenuation exponent: $n=2$ for a point source (spherical spreading), $n=1$ for a line source (cylindrical spreading). $\alpha$ is the atmospheric absorption coefficient (dB/km), which is a function of the peak frequency and environmental conditions.
Environmental Impact Assessments: Before building a new factory or highway, engineers must predict the total noise impact on nearby communities. They model each noise source (compressors, fans, traffic lanes), calculate their contributions at different distances, and sum them to ensure legal limits are met.
Workplace Safety & Industrial Hygiene: In a manufacturing plant, a worker might be exposed to noise from multiple machines—lathes, conveyors, and air compressors. Calculating the combined 8-hour exposure level is critical for determining if hearing protection is required and if it meets OSHA or other regulatory standards.
Concert & Event Sound Planning: Sound engineers need to predict noise levels for audiences and, crucially, for the surrounding neighborhood to avoid noise complaints. They model each speaker array as a point source, account for distance, and sum their contributions to ensure front-row levels are safe and back-of-venue levels are adequate, while keeping spillover noise within limits.
Transportation Noise Modeling: Predicting noise from a railway or a busy road involves modeling it as a line source. Planners assess how noise diminishes with distance and use barriers or landscaping to mitigate it. The difference between point and line source attenuation is key here—road noise persists over much greater distances than a single vehicle's noise would.
When starting with this tool, there are several pitfalls that beginners in CAE simulation often encounter. A major misconception is underestimating the importance of source type selection. For instance, are you inadvertently modeling the noise from a fan several meters long as a point source? If the physical size of the source is not sufficiently small compared to the distance to the prediction point (e.g., a 5m long source for a receiver 10m away), using a point source model will overestimate distance attenuation and calculate a lower noise level than in reality. As a rule of thumb, if the source size is more than about 1/5 of the evaluation distance, you should consider switching to a line or area source model.
Next is the mishandling of the "reference sound pressure L₀". This is the "noise level at a point 1 meter from the source," but it's risky to use catalog values directly without measured data. A difference of several decibels can arise depending on whether the catalog value is for "1 meter from the source surface" or "1 meter from the source center." For large machinery, this difference is not negligible. In practice, always check the metadata of the measurement conditions.
Finally, blind trust in the atmospheric absorption coefficient α. While the tool conveniently lets you set it with a slider, the actual α depends heavily on temperature, humidity, and frequency. The attenuation of high-frequency components differs completely between humid summer air at 80% and dry winter air. Rather than calculating all conditions with default values and considering them absolute, it's crucial to adopt an approach of sensitivity analysis—comparing results from multiple cases with varied parameters, understanding that "high-frequency sounds travel farther in dry winter conditions with low humidity."
Highway noise scenario: three sources at L0=75 dB (heavy truck), 72 dB (medium car), 68 dB (ambient traffic). Measure at r=25 m with alpha=0.008 dB/m (typical humid air). Combined SPL at source: 77.8 dB. After inverse-square attenuation and atmospheric loss: 55.2 dB at 25 m. A-weighting correction at 1 kHz reference: −26.2 dB. Final result: 29.0 dBA. This matches regulatory monitoring for OSHA compliance near roadways.