Class DistributedDetection

  • All Implemented Interfaces:
    Serializable

    public class DistributedDetection
    extends Object
    implements Serializable
    An interface providing the ability to calculate the integral signal out from a finite-depth material layer. The depth is governed by the current AbsorptionModel.
    See Also:
    Serialized Form
    • Constructor Detail

      • DistributedDetection

        public DistributedDetection()
    • Method Detail

      • evaluateSignal

        public static double evaluateSignal​(AbsorptionModel absorption,
                                            Grid grid,
                                            double[] V)
        Calculates the effective signal registered by the detector, which takes into account a distributed emission pattern. The emissivity is assumed equal to the average absorptivity in the thermal region of the spectrum, as per the Kirchhoff's law.
        Parameters:
        absorption - the absorption model
        V - the current time-temperature profile
        Returns:
        the effective detector signal (arbitrary units)