Class TramwaySchall03
- java.lang.Object
-
- org.noise_planet.noisemodelling.emission.railway.schall03.TramwaySchall03
-
public class TramwaySchall03 extends Object
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 Modifier and Type Class Description static class
TramwaySchall03.GROUND_TYPE
-
Field Summary
Fields Modifier and Type Field Description static double
grass_a_factor
static double
grass_b_factor
static double
rigid_a_factor
static double
rigid_b_factor
static double
speed_reference
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
evaluate(double speed, double tw_per_hour, TramwaySchall03.GROUND_TYPE ground_type, boolean has_anti_vibration)
Evaluation of Tramway sound source
-
-
-
Field Detail
-
grass_a_factor
public static final double grass_a_factor
- See Also:
- Constant Field Values
-
rigid_a_factor
public static final double rigid_a_factor
- See Also:
- Constant Field Values
-
grass_b_factor
public static final double grass_b_factor
- See Also:
- Constant Field Values
-
rigid_b_factor
public static final double rigid_b_factor
- See Also:
- Constant Field Values
-
speed_reference
public static final double speed_reference
- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
-