VPMathFunctions HGPhaseFunction_2D Method Virtual Photonics - VTS Library
Virtual Photonics
This function describes phase function or scattering kernel and is set to be Henyey-Greenstein phase function

Namespace: Vts.FemModeling.MGRTE._2D
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static void HGPhaseFunction_2D(
	double[] f,
	double[] dAng,
	int n,
	double g
)

Parameters

f
Type:  OnlineSystem Double 
function output
dAng
Type:  OnlineSystem Double 
angular array
n
Type: OnlineSystem Int32
number of angles
g
Type: OnlineSystem Double
anisotropy factor
See Also