![]() |
ORB5
4.00
|
Functions/Subroutines | |
| subroutine, public | init_profile_update |
| subroutine | compute_bin_volume |
| Compute the volume of the bin. | |
| integer function, public | get_space_bin (st, chit, phit, isp) |
| Given a marker position (st, chit, phit), gives the bin (ibin) in which it is contained. | |
| subroutine | momentum_computation (isp) |
| Compute and save a set of moments of the distribution function. | |
| subroutine, public | updated_momentum_saving |
| Save moments. | |
Variables | |
| real(kind=r8), dimension(:,:,:,:), allocatable, save, public | sliding_momentum |
| real(kind=r8), dimension(:), allocatable, save, public | bin_volume |
| real(kind=r8), save, public | total_volume |
| integer, save | slide_numb |
| integer, save, public | n_saved |
| integer, save, public | nbin |
| real(kind=r8), save, public | dsb |
| real(kind=r8), save, public | dchib |
|
private |
Compute the volume of the bin.
| integer function, public profile_update_mod::get_space_bin | ( | real(kind=r8), intent(in) | st, |
| real(kind=r8), intent(in) | chit, | ||
| real(kind=r8), intent(in) | phit, | ||
| integer, intent(in) | isp ) |
Given a marker position (st, chit, phit), gives the bin (ibin) in which it is contained.
| subroutine, public profile_update_mod::init_profile_update |
|
private |
Compute and save a set of moments of the distribution function.
| subroutine, public profile_update_mod::updated_momentum_saving |
Save moments.
| real(kind=r8), dimension(:), allocatable, save, public profile_update_mod::bin_volume |
| real(kind=r8), save, public profile_update_mod::dchib |
| real(kind=r8), save, public profile_update_mod::dsb |
| integer, save, public profile_update_mod::n_saved |
| integer, save, public profile_update_mod::nbin |
|
private |
| real(kind=r8), dimension(:,:,:,:), allocatable, save, public profile_update_mod::sliding_momentum |
| real(kind=r8), save, public profile_update_mod::total_volume |