ORB5  v4.9.4
util_orb Module Reference

Data Types

interface  reverse
 

Functions/Subroutines

real function reverse_i8 (nbase, i)
 
real function reverse_i4 (nbase, i)
 
real function, public den (s, isp)
 Return distribution function for particle loading in space. More...
 

Function/Subroutine Documentation

◆ den()

real function, public util_orb::den ( real, intent(in)  s,
integer, intent(in)  isp 
)

Return distribution function for particle loading in space.

Corresponds to equation (4.37) of Sébastien's thesis (without K normalization)

Parameters
[in]sRadial postion
[in]ispSpecies under consideration
Returns
Value of the distribution function
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ reverse_i4()

real function util_orb::reverse_i4 ( integer, intent(in)  nbase,
integer, intent(in)  i 
)

◆ reverse_i8()

real function util_orb::reverse_i8 ( integer, intent(in)  nbase,
integer(kind=i8), intent(in)  i 
)
private