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...
 

Detailed Description

Estimation of effect of struts on radiative properties.

Author
Pavel Ferkl

Determines probability of absorption, scattering and transmittion.

Definition in file cylprop.f90.

Function/Subroutine Documentation

◆ cylconst()

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)

Parameters
[in]lambdawavelength
[in]thetaincident angle
[in]radiusradius of cylinder
[out]qsefficiency factor of scattering
[out]qtefficiency factor of extinction
[out]gcylanisotropy factor

Definition at line 22 of file cylprop.f90.

◆ extcoeffintstrut()

real(dp) function, public cylprop::extcoeffintstrut ( real(dp), intent(in)  theta)

Evaluates extinction coefficient of strut integrand.

Parameters
[in]thetaangle of incidence

Definition at line 178 of file cylprop.f90.

References lambda.

◆ scattcoeffintstrut()

real(dp) function, public cylprop::scattcoeffintstrut ( real(dp), intent(in)  theta)

Evaluates scattering coefficient of strut integrand.

Parameters
[in]thetaangle of incidence

Definition at line 189 of file cylprop.f90.

References lambda.

◆ trextcoeffintstrut()

real(dp) function, public cylprop::trextcoeffintstrut ( real(dp), intent(in)  theta)

Evaluates transport extinction coefficient of strut integrand.

Parameters
[in]thetaangle of incidence

Definition at line 167 of file cylprop.f90.

References lambda.