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

Detailed Description

Effective properties of the foam.

Author
Pavel Ferkl

Determines effective conductive and radiative properties of the foam.

Definition in file foamprop.f90.

Function/Subroutine Documentation

◆ effrad()

subroutine, public foamprop::effrad ( character(len=*), intent(in)  spectra)

Determine effective radiative properties of foam.

Parameters
[in]spectrafilename of specral results

Definition at line 31 of file foamprop.f90.

References lambda.

◆ fbep()

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.

Parameters
[in]nindex of refraction
[in]lambdawavelength
[in]ttemperature

Definition at line 484 of file foamprop.f90.

◆ planckalbedo()

real(dp) function foamprop::planckalbedo ( real(dp), intent(in)  lambda)

Evaluate integrand for scattering albedo - Planck style.

Parameters
[in]lambdawavelength

Definition at line 449 of file foamprop.f90.

◆ planckextc()

real(dp) function foamprop::planckextc ( real(dp), intent(in)  lambda)

Evaluate integrand for Planck mean extinction coefficient.

Parameters
[in]lambdawavelength

Definition at line 417 of file foamprop.f90.

◆ rosextc()

real(dp) function foamprop::rosextc ( real(dp), intent(in)  lambda)

Evaluate integrand for Rosseland extinction coefficient.

Parameters
[in]lambdawavelength

Definition at line 385 of file foamprop.f90.