Package pulse.problem.schemes.rte.dom
Class HenyeyGreensteinPF
- java.lang.Object
-
- pulse.problem.schemes.rte.dom.PhaseFunction
-
- pulse.problem.schemes.rte.dom.HenyeyGreensteinPF
-
- All Implemented Interfaces:
Serializable
,Reflexive
public class HenyeyGreensteinPF extends PhaseFunction
The single-parameter Henyey-Greenstein scattering phase function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HenyeyGreensteinPF(ThermoOpticalProperties properties, Discretisation intensities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
function(int i, int k)
void
init(ThermoOpticalProperties properties)
-
Methods inherited from class pulse.problem.schemes.rte.dom.PhaseFunction
cosineTheta, fullSum, getAnisotropyFactor, getDiscreteIntensities, getHalfAlbedo, inwardPartialSum, partialSum, sumExcludingIndex, toString
-
-
-
-
Constructor Detail
-
HenyeyGreensteinPF
public HenyeyGreensteinPF(ThermoOpticalProperties properties, Discretisation intensities)
-
-
Method Detail
-
init
public void init(ThermoOpticalProperties properties)
- Overrides:
init
in classPhaseFunction
-
function
public double function(int i, int k)
- Specified by:
function
in classPhaseFunction
-
-