Virtual PhotonicsThe SimulationOptions type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SimulationOptions |
default constructor
|
![]() | SimulationOptions(Int32) |
constructor that takes in seed but uses default values for all other parameters
|
![]() | SimulationOptions(Int32, RandomNumberGeneratorType, AbsorptionWeightingType) |
constructor that uses Henyey-Greenstein phase function, does not save photon data to database,
tallies 2nd moment information, does not track statistics and designates simulation index to 0
|
![]() | SimulationOptions(Int32, RandomNumberGeneratorType, AbsorptionWeightingType, PhaseFunctionType, IList DatabaseType , Boolean, Boolean, Double, Int32) |
constructor for simulation options, a class sub to SimulationInput
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | AbsorptionWeightingType |
absorption weighting type
|
![]() | Databases |
list of databases to be written
|
![]() | PhaseFunctionType |
phase function type
|
![]() | RandomNumberGeneratorType |
random number generator type
|
![]() | RussianRouletteWeightThreshold |
photon weight threshold to perform Russian Roulette. Default = 0 means no RR performed.
|
![]() | Seed |
seed of random number generator (-1=randomly selected seed, >=0 reproducible sequence)
|
![]() | SimulationIndex |
simulation index
|
![]() | TallySecondMoment |
flag indicating whether to tally second moment information for error results
|
![]() | TrackStatistics |
flag indicating whether to track statistics about where photon ends up
|
See Also