Uses of Class
org.noise_planet.noisemodelling.propagation.SceneWithAttenuation
-
Packages that use SceneWithAttenuation Package Description org.noise_planet.noisemodelling.jdbc.input org.noise_planet.noisemodelling.propagation org.noise_planet.noisemodelling.propagation.cnossos -
-
Uses of SceneWithAttenuation in org.noise_planet.noisemodelling.jdbc.input
Subclasses of SceneWithAttenuation in org.noise_planet.noisemodelling.jdbc.input Modifier and Type Class Description class
SceneWithEmission
Add emission information for each source in the computation scene This is input data, not thread safe, never update anything here during propagation -
Uses of SceneWithAttenuation in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation declared as SceneWithAttenuation Modifier and Type Field Description SceneWithAttenuation
AttenuationComputeOutput. scene
Constructors in org.noise_planet.noisemodelling.propagation with parameters of type SceneWithAttenuation Constructor Description AttenuationComputeOutput(boolean exportPaths, boolean exportAttenuationMatrix, SceneWithAttenuation scene)
AttenuationComputeOutput(boolean exportPaths, SceneWithAttenuation scene)
-
Uses of SceneWithAttenuation in org.noise_planet.noisemodelling.propagation.cnossos
Methods in org.noise_planet.noisemodelling.propagation.cnossos with parameters of type SceneWithAttenuation Modifier and Type Method Description static double[]
AttenuationCnossos. computeCnossosAttenuation(AttenuationParameters data, CnossosPath proPathParameters, SceneWithAttenuation scene, boolean exportAttenuationMatrix)
Compute the Attenuation for each frequency with a given sourceId, sourceLi and sourceId
-