Parameters that specify the particle aggregate. More...
Public Member Functions | |
function set | type (in obj, in value) |
Set method for type. More... | |
function set | disperse (in obj, in value) |
Set method for disperse. More... | |
function set | positionArray (in obj, in value) |
Set method for positionArray. More... | |
function set | refractiveIndexArray (in obj, in value) |
Set method for refractive index. More... | |
function get | uniqueRefractiveIndices (in obj) |
Get method for unique refractive index values, returns ordered. More... | |
function get | numUniqueRefractiveIndices (in obj) |
Get method for the number of unique refractive indices. More... | |
function get | refractiveIndexArrayIndex (in obj) |
Get method for refractive index array in terms of indices given by. More... | |
function set | radiusArray (in obj, in value) |
Set method for radiusArray. More... | |
function get | uniqueRadii (in obj) |
Get method for unique radii values, returns ordered vector of unique radii. More... | |
function get | numUniqueRadii (in obj) |
Get method for the number of unique radii. More... | |
function get | radiusArrayIndex (in obj) |
Get method for radius array in terms of indices given by uniqueRadii, sorted smallest to largest. More... | |
function get | uniqueRadiusIndexPairs (in obj) |
Get method to get unique pairs of radii and indices for. More... | |
function get | uniqueSingleRadiusIndexPairs (in obj) |
Get method to get unique pairs of radii and indices for. More... | |
function get | singleUniqueIndex (in obj) |
Get method for creating a single index encompassing unique pair. More... | |
function get | singleUniqueArrayIndex (in obj) |
Get method for a map of particles indexed by singleUniqueIndex. More... | |
function get | numUniquePairs (in obj) |
Get method for the number of unique pairs of indices and. More... | |
function set | number (in obj, in value) |
Set method for particle number. More... | |
function get | number (in obj) |
Set method for particle number. More... | |
function | compute_maximal_particle_distance (in obj) |
Set the maximalParticleDistance attribute to the correct value. More... | |
Public Attributes | |
Property | type |
particle type, so far only 'sphere' implemented More... | |
Property | disperse |
monodisperse or polydisperse? so far only 'mono' implemented. More... | |
Property | positionArray |
positions of the particles in the format [x(:),y(:),z(:)] More... | |
Property | refractiveIndexArray |
complex refractive indices of the particles, n+ik More... | |
Property | radiusArray |
radii of the particles More... | |
Property | maxParticleDistance |
maximal distance between two particles More... | |
Property | number |
number of particles More... | |
Property | uniqueRadii |
unique radii list More... | |
Property | numUniqueRadii |
number of unique radii More... | |
Property | radiusArrayIndex |
radiusArray in terms of indices given by uniqueRadii More... | |
Property | uniqueRefractiveIndices |
unique index list More... | |
Property | numUniqueRefractiveIndices |
number of unique refractive indices More... | |
Property | refractiveIndexArrayIndex |
refractiveIndexArray in terms of indices given by More... | |
Property | uniqueRadiusIndexPairs |
unique pairs of refractive indices and radii More... | |
Property | uniqueSingleRadiusIndexPairs |
unique pairs of refractive indices and radii More... | |
Property | numUniquePairs |
number of unique pairs of refractive indices and radii More... | |
Property | singleUniqueIndex |
single index encompassing radius and refractive index More... | |
Property | singleUniqueArrayIndex |
singleUniqueIndexMap in terms of indices given by More... | |
Parameters that specify the particle aggregate.
function compute_maximal_particle_distance | ( | in | obj | ) |
Set the maximalParticleDistance attribute to the correct value.
function set disperse | ( | in | obj, |
in | value | ||
) |
Set method for disperse.
function set number | ( | in | obj, |
in | value | ||
) |
Set method for particle number.
function get number | ( | in | obj | ) |
Set method for particle number.
function get numUniquePairs | ( | in | obj | ) |
Get method for the number of unique pairs of indices and.
function get numUniqueRadii | ( | in | obj | ) |
Get method for the number of unique radii.
function get numUniqueRefractiveIndices | ( | in | obj | ) |
Get method for the number of unique refractive indices.
function set positionArray | ( | in | obj, |
in | value | ||
) |
Set method for positionArray.
function set radiusArray | ( | in | obj, |
in | value | ||
) |
Set method for radiusArray.
function get radiusArrayIndex | ( | in | obj | ) |
Get method for radius array in terms of indices given by uniqueRadii, sorted smallest to largest.
function set refractiveIndexArray | ( | in | obj, |
in | value | ||
) |
Set method for refractive index.
function get refractiveIndexArrayIndex | ( | in | obj | ) |
Get method for refractive index array in terms of indices given by.
function get singleUniqueArrayIndex | ( | in | obj | ) |
Get method for a map of particles indexed by singleUniqueIndex.
function get singleUniqueIndex | ( | in | obj | ) |
Get method for creating a single index encompassing unique pair.
function set type | ( | in | obj, |
in | value | ||
) |
Set method for type.
function get uniqueRadii | ( | in | obj | ) |
Get method for unique radii values, returns ordered vector of unique radii.
function get uniqueRadiusIndexPairs | ( | in | obj | ) |
Get method to get unique pairs of radii and indices for.
function get uniqueRefractiveIndices | ( | in | obj | ) |
Get method for unique refractive index values, returns ordered.
function get uniqueSingleRadiusIndexPairs | ( | in | obj | ) |
Get method to get unique pairs of radii and indices for.
Property disperse |
monodisperse or polydisperse? so far only 'mono' implemented.
that means that all particles are the same.
Property maxParticleDistance |
maximal distance between two particles
Property number |
number of particles
Property numUniquePairs |
number of unique pairs of refractive indices and radii
Property numUniqueRadii |
number of unique radii
Property numUniqueRefractiveIndices |
number of unique refractive indices
Property positionArray |
positions of the particles in the format [x(:),y(:),z(:)]
Property radiusArray |
radii of the particles
Property radiusArrayIndex |
radiusArray in terms of indices given by uniqueRadii
Property refractiveIndexArray |
complex refractive indices of the particles, n+ik
Property refractiveIndexArrayIndex |
refractiveIndexArray in terms of indices given by
Property singleUniqueArrayIndex |
singleUniqueIndexMap in terms of indices given by
Property singleUniqueIndex |
single index encompassing radius and refractive index
Property type |
particle type, so far only 'sphere' implemented
Property uniqueRadii |
unique radii list
Property uniqueRadiusIndexPairs |
unique pairs of refractive indices and radii
Property uniqueRefractiveIndices |
unique index list
Property uniqueSingleRadiusIndexPairs |
unique pairs of refractive indices and radii