MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling

Effective properties of solid. More...

Go to the source code of this file.

Functions/Subroutines

subroutine, public solidprop::optconst (lambda, n, k)
 Determine optical constants n,k for one wavelength. More...
 
real(dp) function solidprop::nwew (lambda)
 Evaluates real part of index of refraction times emissive power. More...
 
real(dp) function solidprop::kwew (lambda)
 Evaluates real part of index of refraction times emissive power. More...
 
real(dp) function solidprop::planck (temp, lambda)
 Determines emissive power. More...
 

Detailed Description

Effective properties of solid.

Author
Pavel Ferkl

Radiative properties of solid phase.

Definition in file solidprop.f90.

Function/Subroutine Documentation

◆ kwew()

real(dp) function solidprop::kwew ( real(dp)  lambda)

Evaluates real part of index of refraction times emissive power.

Parameters
lambdawavelength

Definition at line 97 of file solidprop.f90.

◆ nwew()

real(dp) function solidprop::nwew ( real(dp)  lambda)

Evaluates real part of index of refraction times emissive power.

Parameters
lambdawavelength

Definition at line 80 of file solidprop.f90.

◆ optconst()

subroutine, public solidprop::optconst ( real(dp), intent(in)  lambda,
real(dp), intent(out)  n,
real(dp), intent(out)  k 
)

Determine optical constants n,k for one wavelength.

Parameters
[in]lambdawavelength
[out]nreal part of refractive index
[out]kimaginary part of refractive index

Definition at line 16 of file solidprop.f90.

◆ planck()

real(dp) function solidprop::planck ( real(dp), intent(in)  temp,
real(dp), intent(in)  lambda 
)

Determines emissive power.

Parameters
[in]temptemperature
[in]lambdawavelength

Definition at line 114 of file solidprop.f90.