MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Effective properties of solid. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | solidprop::optconst (lambda, n, k) |
Determine optical constants n,k for one wavelength. More... | |
real(dp) function | solidprop::nwew (lambda) |
Evaluates real part of index of refraction times emissive power. More... | |
real(dp) function | solidprop::kwew (lambda) |
Evaluates real part of index of refraction times emissive power. More... | |
real(dp) function | solidprop::planck (temp, lambda) |
Determines emissive power. More... | |
Effective properties of solid.
Radiative properties of solid phase.
Definition in file solidprop.f90.
real(dp) function solidprop::kwew | ( | real(dp) | lambda | ) |
Evaluates real part of index of refraction times emissive power.
lambda | wavelength |
Definition at line 97 of file solidprop.f90.
real(dp) function solidprop::nwew | ( | real(dp) | lambda | ) |
Evaluates real part of index of refraction times emissive power.
lambda | wavelength |
Definition at line 80 of file solidprop.f90.
subroutine, public solidprop::optconst | ( | real(dp), intent(in) | lambda, |
real(dp), intent(out) | n, | ||
real(dp), intent(out) | k | ||
) |
Determine optical constants n,k for one wavelength.
[in] | lambda | wavelength |
[out] | n | real part of refractive index |
[out] | k | imaginary part of refractive index |
Definition at line 16 of file solidprop.f90.
real(dp) function solidprop::planck | ( | real(dp), intent(in) | temp, |
real(dp), intent(in) | lambda | ||
) |
Determines emissive power.
[in] | temp | temperature |
[in] | lambda | wavelength |
Definition at line 114 of file solidprop.f90.