MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Estimation of effect of walls on radiative properties. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | filmprop::filmconst (lambda, theta, h, Rwin, Twin, Awin) |
Determine film reflectance, transmittance and absorbance. More... | |
real(dp) function, public | filmprop::scattwall (dw) |
Evaluates scattering coefficient as a function of wall thickness. More... | |
real(dp) function, public | filmprop::trextwall (dw) |
Evaluates scattering coefficient as a function of wall thickness. More... | |
real(dp) function, public | filmprop::absorwall (dw) |
Evaluates absorption coefficient as a function of wall thickness. More... | |
real(dp) function, public | filmprop::scattcoeffintwall (theta) |
Evaluates scattering coefficient of wall integrand. More... | |
real(dp) function, public | filmprop::trextcoeffintwall (theta) |
Evaluates transport extinction coefficient of wall integrand. More... | |
real(dp) function, public | filmprop::abscoeffintwall (theta) |
Evaluates absorption coefficient of wall integrand. More... | |
Estimation of effect of walls on radiative properties.
Determines probability of absorption, scattering and transmittion.
Definition in file filmprop.f90.
real(dp) function, public filmprop::abscoeffintwall | ( | real(dp), intent(in) | theta | ) |
Evaluates absorption coefficient of wall integrand.
[in] | theta | angle of incidence |
Definition at line 257 of file filmprop.f90.
References lambda.
real(dp) function, public filmprop::absorwall | ( | real(dp), intent(in) | dw | ) |
Evaluates absorption coefficient as a function of wall thickness.
[in] | dw | wall thickness |
Definition at line 201 of file filmprop.f90.
subroutine, public filmprop::filmconst | ( | real(dp), intent(in) | lambda, |
real(dp), intent(in) | theta, | ||
real(dp), intent(in) | h, | ||
real(dp), intent(out) | Rwin, | ||
real(dp), intent(out) | Twin, | ||
real(dp), intent(out) | Awin | ||
) |
Determine film reflectance, transmittance and absorbance.
[in] | lambda | wavelength |
[in] | theta | incident angle |
[in] | h | film thickness |
[out] | rwin | reflectance |
[out] | twin | transmittance |
[out] | awin | absorptance |
Definition at line 18 of file filmprop.f90.
real(dp) function, public filmprop::scattcoeffintwall | ( | real(dp), intent(in) | theta | ) |
Evaluates scattering coefficient of wall integrand.
[in] | theta | angle of incidence |
Definition at line 235 of file filmprop.f90.
References lambda.
real(dp) function, public filmprop::scattwall | ( | real(dp), intent(in) | dw | ) |
Evaluates scattering coefficient as a function of wall thickness.
[in] | dw | wall thickness |
Definition at line 133 of file filmprop.f90.
real(dp) function, public filmprop::trextcoeffintwall | ( | real(dp), intent(in) | theta | ) |
Evaluates transport extinction coefficient of wall integrand.
[in] | theta | angle of incidence |
Definition at line 246 of file filmprop.f90.
References lambda.
real(dp) function, public filmprop::trextwall | ( | real(dp), intent(in) | dw | ) |
Evaluates scattering coefficient as a function of wall thickness.
[in] | dw | wall thickness |
Definition at line 167 of file filmprop.f90.