#include "t_coeff_mod_macro.h"
◆ neutral_degas2_step()
| subroutine neutral_degas2_step |
( |
real(8), intent(in), value |
dt_background, |
|
|
real (kind=8), dimension(2,grid%ntriangle), intent(in) |
neu_np, |
|
|
real (kind=8), dimension(2,grid%ntriangle), intent(in) |
neu_tp |
|
) |
| |
◆ neutral_set_degas2_sources()
| subroutine neutral_set_degas2_sources |
Prepare the neutral source segments around limiter.
- Parameters
-
| grid | (in) type(grid_type), XGC grid information |
| mass | (in) real(8), neutral mass |
◆ neutral_totalf_setup()
| subroutine neutral_totalf_setup |
( |
integer, intent(in), value |
ntriangle | ) |
|
Sets up neutral_totalf variables, and birth locations.
- Parameters
-
| grid | (in) type(grid_type), XGC grid information |