VPNurbsForwardSolver FluenceOfRhoAndZAndFt Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the temporal frequency and radial resolved fluence.

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

public override IEnumerable<Complex> FluenceOfRhoAndZAndFt(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> rhos,
	IEnumerable<double> zs,
	IEnumerable<double> fts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
set of optical properties for the medium
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source-detector separations (mm)
zs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
z values (mm)
fts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
temporal frequency (GHz)

Return Value

Type: OnlineIEnumerable OnlineComplex 

Implements

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

Not implemented.
See Also