Package pulse.problem.schemes
Class DistributedDetection
- java.lang.Object
-
- pulse.problem.schemes.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 currentAbsorptionModel
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistributedDetection()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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 modelV
- the current time-temperature profile- Returns:
- the effective detector signal (arbitrary units)
-
-