MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Estimation of effect of struts on radiative properties. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | cylprop::cylconst (lambda, theta, radius, Qs, Qt, gcyl) |
Determines efficiency factors of scattering, extinction and asymmetry factor. More... | |
real(dp) function, public | cylprop::trextcoeffintstrut (theta) |
Evaluates transport extinction coefficient of strut integrand. More... | |
real(dp) function, public | cylprop::extcoeffintstrut (theta) |
Evaluates extinction coefficient of strut integrand. More... | |
real(dp) function, public | cylprop::scattcoeffintstrut (theta) |
Evaluates scattering coefficient of strut integrand. More... | |
Estimation of effect of struts on radiative properties.
Determines probability of absorption, scattering and transmittion.
Definition in file cylprop.f90.
subroutine, public cylprop::cylconst | ( | real(dp), intent(in) | lambda, |
real(dp), intent(in) | theta, | ||
real(dp), intent(in) | radius, | ||
real(dp), intent(out) | Qs, | ||
real(dp), intent(out) | Qt, | ||
real(dp), intent(out) | gcyl | ||
) |
Determines efficiency factors of scattering, extinction and asymmetry factor.
Assumes struts are infinitely long cylinders. according to Dombrovsky: Thermal Radiation in Disperse Systems: An Engineering Approach (2010)
[in] | lambda | wavelength |
[in] | theta | incident angle |
[in] | radius | radius of cylinder |
[out] | qs | efficiency factor of scattering |
[out] | qt | efficiency factor of extinction |
[out] | gcyl | anisotropy factor |
Definition at line 22 of file cylprop.f90.
real(dp) function, public cylprop::extcoeffintstrut | ( | real(dp), intent(in) | theta | ) |
Evaluates extinction coefficient of strut integrand.
[in] | theta | angle of incidence |
Definition at line 178 of file cylprop.f90.
References lambda.
real(dp) function, public cylprop::scattcoeffintstrut | ( | real(dp), intent(in) | theta | ) |
Evaluates scattering coefficient of strut integrand.
[in] | theta | angle of incidence |
Definition at line 189 of file cylprop.f90.
References lambda.
real(dp) function, public cylprop::trextcoeffintstrut | ( | real(dp), intent(in) | theta | ) |
Evaluates transport extinction coefficient of strut integrand.
[in] | theta | angle of incidence |
Definition at line 167 of file cylprop.f90.
References lambda.