VPNurbsForwardSolver FluenceOfFxAndZAndTime Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the spatial frequancy and time resolved fluence.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public override IEnumerable<double> FluenceOfFxAndZAndTime(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs,
	IEnumerable<double> zs,
	IEnumerable<double> ts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
set of optical properties for the medium
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequencies (1/mm)
zs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
z values (mm)
ts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
times (ns)

Return Value

Type: OnlineIEnumerable OnlineDouble 

Implements

IForwardSolver FluenceOfFxAndZAndTime(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )
Remarks

Not implemented.
See Also