BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
debye Module Reference

Functions/Subroutines

subroutine, public debye_table (n, m, p, q, z, y)
subroutine, public callaway_conductivity (params, result, status)

Function/Subroutine Documentation

◆ callaway_conductivity()

subroutine, public debye::callaway_conductivity ( real( c_double ), dimension(20), intent(in) params,
real( c_double ), intent(out) result,
integer, intent(out) status )

◆ debye_table()

subroutine, public debye::debye_table ( real( c_double ), intent(in) n,
integer( c_int ), intent(in) m,
integer( c_int ), intent(in) p,
integer( c_int ), intent(in) q,
real( c_double ), dimension( q ), intent(out) z,
real( c_double ), dimension( q ), intent(out) y )
Parameters
[in]nexponent value for integral
[in]mnumber of integration points per inteval
[in]pnumber of points to peak value
[in]qtotal number of points, n=3: 330, n=4: 237, n=5: 196
[out]zoutput table of abscissae
[out]youtput table of function values