java.lang.Object
org.noise_planet.noisemodelling.propagation.cnossos.Path
org.noise_planet.noisemodelling.propagation.cnossos.CnossosPath

public class CnossosPath extends Path
Attenuation computed from vertical Profile and scene settings following CNOSSOS-EU method.
  • Field Details

    • aAtm

      public double[] aAtm
    • aDiv

      public double[] aDiv
    • aRef

      public double[] aRef
    • double_aBoundary

      public double[] double_aBoundary
    • aRetroDiff

      public double[] aRetroDiff
    • aGlobal

      public double[] aGlobal
      Final attenuation (dB) aGlobalRaw but with attenuation (dB) from the ponderation of - the directivity attenuation (favourable or homogeneous atmospheric conditions) - The source directivity attenuation
    • aGlobalRaw

      public double[] aGlobalRaw
      Global attenuation (dB) without source directivity or atmospheric conditions probability ponderation
    • aDif

      public double[] aDif
    • aSource

      public double[] aSource
    • delta

      public double delta
      Step delta, in meters, between the receiver-source line and the top of the diffraction point in the path.
    • deltaPrime

      public double deltaPrime
    • deltaSPrimeR

      public double deltaSPrimeR
    • deltaSRPrime

      public double deltaSRPrime
    • aBoundary

      public CnossosPath.ABoundary aBoundary
    • groundAttenuation

      public CnossosPath.GroundAttenuation groundAttenuation
    • e

      public double e
    • deltaRetro

      public double deltaRetro
  • Constructor Details

    • CnossosPath

      public CnossosPath()
    • CnossosPath

      public CnossosPath(CutProfile cutProfile)
    • CnossosPath

      public CnossosPath(CnossosPath other)
  • Method Details

    • init

      public void init(int size)