Module for advancing and initialising the fields when Radial Variation effects are included
Advance EM fields routines Initialise and Finalise Routines TODO-GA: probably can make private -- need to do!
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | zm | ||||
| logical, | private | :: | debug | = | .false. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex, | intent(inout), | dimension(:, :, -nzgrid:, :) | :: | phi | ||
| character(len=*), | intent(in) | :: | dist | |||
| logical, | intent(in), | optional | :: | skip_fsa |
Non-perturbative approach to solving quasineutrality for radially global simulations
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex, | intent(inout), | dimension(:, :, -nzgrid:, :) | :: | phi |
Add the adiabatic eletron contribution for globally radial simulations. This actually entails solving for the whole ky = 0 slice of phi at once (not really adding!)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex, | intent(inout), | dimension(:, :, -nzgrid:, :) | :: | phi |
Add radial variation of the Jacobian and gyroaveraing in the velocity integration of
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex, | intent(inout), | dimension(:, :, -nzgrid:, :, vmu_lo%llim_proc:) | :: | g_in |
the following routine gets the correction in phi both from gyroaveraging and quasineutrality
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex, | intent(in), | dimension(:, :, -nzgrid:, :, vmu_lo%llim_proc:) | :: | g | ||
| complex, | intent(in), | dimension(:, :, -nzgrid:, :) | :: | phi0 | ||
| character(len=*), | intent(in) | :: | dist |