VPDiffusionParameters MembersVirtual Photonics - VTS Library
Virtual Photonics

The DiffusionParameters type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCopy
Create a new copy of a DiffusionParameters object
Public methodStatic memberCreate
Create a DiffusionParameters object from OpticalProperties object and a ForwardModel choice.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyA
Diffusion boundary parameter A = (1 + R2)/(1 - R1)
Public propertycn
speed of light adjusted according to the refractive index of the media cn = c / n, where n is the media refractive index
Public propertyD
diffusion coefficient = 1/3/mutr
Public propertygTilde
1st moment of the scattering phase function, if Eddington = g, if delta-Eddington = g/(g+1)
Public propertymua
absorption coefficient
Public propertymueff
effective attenuation coefficient = sqrt(mua / D)
Public propertymusTilde
reduced scattering length as a function of the phase function, if Eddington: = musPrime, if delta-Eddington = musStar
Public propertymutr
mean reduced transport length
Public propertymutTilde
mean reduced tranport length as a function of the phase function, if Eddington: = mutr, if delta-Eddington = mutStar
Public propertyzb
extrapolated boundary distance
Public propertyzp
??? z0, better explain
Back to Top
See Also