MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Effective properties of the foam. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | foamprop::effrad (spectra) |
Determine effective radiative properties of foam. More... | |
real(dp) function | foamprop::rosextc (lambda) |
Evaluate integrand for Rosseland extinction coefficient. More... | |
real(dp) function | foamprop::planckextc (lambda) |
Evaluate integrand for Planck mean extinction coefficient. More... | |
real(dp) function | foamprop::planckalbedo (lambda) |
Evaluate integrand for scattering albedo - Planck style. More... | |
real(dp) function, public | foamprop::fbep (n, lambda, T) |
Fraction of blackbody radiation. More... | |
Effective properties of the foam.
Determines effective conductive and radiative properties of the foam.
Definition in file foamprop.f90.
subroutine, public foamprop::effrad | ( | character(len=*), intent(in) | spectra | ) |
Determine effective radiative properties of foam.
[in] | spectra | filename of specral results |
Definition at line 31 of file foamprop.f90.
References lambda.
real(dp) function, public foamprop::fbep | ( | real(dp), intent(in) | n, |
real(dp), intent(in) | lambda, | ||
real(dp), intent(in) | T | ||
) |
Fraction of blackbody radiation.
According to eq. (1-33) in Siegel's and Howell's 4th Thermal Radiation Heat Transfer.
[in] | n | index of refraction |
[in] | lambda | wavelength |
[in] | t | temperature |
Definition at line 484 of file foamprop.f90.
real(dp) function foamprop::planckalbedo | ( | real(dp), intent(in) | lambda | ) |
Evaluate integrand for scattering albedo - Planck style.
[in] | lambda | wavelength |
Definition at line 449 of file foamprop.f90.
real(dp) function foamprop::planckextc | ( | real(dp), intent(in) | lambda | ) |
Evaluate integrand for Planck mean extinction coefficient.
[in] | lambda | wavelength |
Definition at line 417 of file foamprop.f90.
real(dp) function foamprop::rosextc | ( | real(dp), intent(in) | lambda | ) |
Evaluate integrand for Rosseland extinction coefficient.
[in] | lambda | wavelength |
Definition at line 385 of file foamprop.f90.