Class TramwaySchall03
java.lang.Object
org.noise_planet.noisemodelling.emission.railway.schall03.TramwaySchall03
Compute sound emission levels of tramway sound source
The proposed model is a very simplified version, inspired by :
Moehler, U.; Liepert, M.; Kurze, U.J.; Onnich, H. The new German prediction model for railway noise 'Schall 03 2006'. In Noise and Vibration Mitigation for Rail Transportation Systems; Springer: Berlin, Germany, 2008; pp. 186–192.
- Author:
- Nicolas Fortin, Université Gustave Eiffel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final doublestatic final double -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleevaluate(double speed, double tw_per_hour, TramwaySchall03.GROUND_TYPE ground_type, boolean has_anti_vibration) Evaluation of Tramway sound source
-
Field Details
-
grass_a_factor
public static final double grass_a_factor- See Also:
-
rigid_a_factor
public static final double rigid_a_factor- See Also:
-
grass_b_factor
public static final double grass_b_factor- See Also:
-
rigid_b_factor
public static final double rigid_b_factor- See Also:
-
speed_reference
public static final double speed_reference- See Also:
-
-
Method Details
-
evaluate
public static double evaluate(double speed, double tw_per_hour, TramwaySchall03.GROUND_TYPE ground_type, boolean has_anti_vibration) Evaluation of Tramway sound source- Parameters:
speed- Average tramway speedtw_per_hour- Average tramway count per hourground_type- Ground categoryhas_anti_vibration- True if rails lies on anti-vibration system- Returns:
- Value in dB(A)
-