Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=wp), | public | :: | albedo |
|
|||
real(kind=wp), | public | :: | g2 |
g factor squared |
|||
real(kind=wp), | public | :: | hgg |
g factor |
|||
real(kind=wp), | public | :: | kappa |
|
|||
real(kind=wp), | public | :: | mua |
absoprtion coeff. |
|||
real(kind=wp), | public | :: | mus |
scattering coeff. |
|||
real(kind=wp), | public | :: | n |
refractive index |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mono), | intent(inout) | :: | this | |||
real(kind=wp), | intent(out) | :: | wavelength |
type, extends(opticalProp_base) :: mono contains procedure :: update => updateMono end type mono