struct CDIM

riCh: riCh Single Planar MIrror.

[more]char name[80]
name of the material.
[more]float rlos
reflexion loss.
[more]float dens
particle density (Rayleigh Scattering).
[more]int nabs
absorption loss: number of defined points.
[more]int iabs
absorption loss: index in table CPOI.
[more]int nref
refractive index: number of defined points.
[more]int iref
refractive index: index in table CPOI.


Documentation

riCh: riCh Single Planar MIrror.

CDIM: riCh DIelectric Material

A dielectric material is defined by refering to a definition of a refractive index in the table CPOI. The definition starts in this table CPOI in the row iref and consists out of nref points. Similar in the table CPOI the absorption loss is defined with nabs points starting in row iabs. For the simulation of rayleigh scat- tering the particle densisity has to be defined. Setting it to -1 switches the simulation of Rayleigh scattering of. A quick simulation of the reflexion loss occuring, when the photon crosses the material can be switched on, by set- ting rlos to a value greater zero. To allow book keeping a name of the material have to be defined.

ochar name[80]
name of the material.

ofloat rlos
reflexion loss.

ofloat dens
particle density (Rayleigh Scattering).

oint nabs
absorption loss: number of defined points.

oint iabs
absorption loss: index in table CPOI.

oint nref
refractive index: number of defined points.

oint iref
refractive index: index in table CPOI.

Alphabetic index



This page was generated with the help of DOC++.