Class CnossosPropagationModel
java.lang.Object
org.noise_planet.noisemodelling.propagation.cnossos.CnossosPropagationModel
- All Implemented Interfaces:
PropagationModel
CNOSSOS P2P propagation model
Note : the instances of the class are thread-safe.
- Author:
- Martin Glesser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a list of pathscomputeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiver
-
Constructor Details
-
CnossosPropagationModel
public CnossosPropagationModel()Constructor for CnossosPropagationModel objects
-
-
Method Details
-
computeAttenuation
public List<AttenuationOutput> computeAttenuation(SceneWithAttenuation scene, CutProfile cutProfile, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute the attenuation for a list of paths- Specified by:
computeAttenuationin interfacePropagationModel- Parameters:
scene- Geometrical information about the propagation scenecutProfile- Geometrical cross-sectionattenuationParameters- parameters of the computationisExportAttenuationMatrix- if true, store intermediate values in attenuationOutput for debugging purpose- Returns:
- List of AttenuationOutput objects [favorable, homogeneous]
-
computeDirectAttenuation
public AttenuationOutput computeDirectAttenuation(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, SceneWithAttenuation scene, AttenuationParameters attenuationParameters, boolean isExportAttenuationMatrix) Compute attenuation along direct path between source and receiver- Specified by:
computeDirectAttenuationin interfacePropagationModel- Parameters:
source- source point informationreceiver- receiver point informationscene- Geometrical information about the propagation sceneattenuationParameters- parameters of the computationisExportAttenuationMatrix- if true, store intermediate values in attenuationOutput for debugging purpose- Returns:
- Attenuation
-