#include <perturbed_B_field.hpp>
|
| PerturbedBField (NLReader::NamelistReader &nlr, bool rampup_vac_in, int num_ntor_in, int rampup_time_in, int start_time_in, int nnode_in, int *ntor_in) |
|
| PerturbedBField () |
|
void | update_rampup_fac_from_fortran () const |
|
KOKKOS_INLINE_FUNCTION void | get_delta_b (const Grid< Device > &grid, const Simd< double > &fld_phi, const Simd< int > &itr, const SimdGridVec &p, SimdVector &tdb) const |
|
|
bool | rampup_vac |
| (.true.) Ramp up perturbed field slowly, (.false.) turn on perturbed field abruptly More...
|
|
int | num_ntor |
| Number of toroidal mode numbers (<= sml_nphi_total) More...
|
|
int | rampup_time |
| Number of time steps over which the perturbed field is ramped up. More...
|
|
int | start_time |
| Time step in which perturbed field is switched on. More...
|
|
int | mode |
| Mode of RMP operation (details in XGC_core/module_ptb_3db.F90 –> ptb_3db_mode) More...
|
|
bool | full_spec_on |
| (EM-only) whether to retain the full RMP spectrum from M3D-C1 or only |m/q-n|<=sml_mode_select_mres_q More...
|
|
double | rampup_fac |
| The current relative amplitude of the vacuum vector potential (if ptb_3db_mode==2) - this is updated during the simulation. More...
|
|
Kokkos::View< int
*, Kokkos::LayoutRight, Device > | ntor |
| Array to store the toroidal mode numbers. More...
|
|
Kokkos::View< PertVec
**, Kokkos::LayoutRight,
Device > | bfield_im_vac |
| perturbed vacuum field on XGC mesh, imaginary part More...
|
|
Kokkos::View< PertVec
**, Kokkos::LayoutRight,
Device > | bfield_re_vac |
| perturbed vacuum field on XGC mesh, real part, dimensions: (grid vertex, R-Z-phi components, tor. mode number) More...
|
|
Constructor for perturbed magnetic field class
Get magnetic field perturbation vector for a vector of particle locations
- Parameters
-
[in] | grid | The grid object |
[in] | fld_phi | Phi coordinate |
[in] | itr | Triangle the particles are in |
[in] | p | Weighting of triangle vertices |
[out] | tdb | Magnetic field perturbation vector |
perturbed vacuum field on XGC mesh, imaginary part
perturbed vacuum field on XGC mesh, real part, dimensions: (grid vertex, R-Z-phi components, tor. mode number)
(EM-only) whether to retain the full RMP spectrum from M3D-C1 or only |m/q-n|<=sml_mode_select_mres_q
template<class Device>
Kokkos::View<int*,Kokkos::LayoutRight,Device> PerturbedBField< Device >::ntor |
Array to store the toroidal mode numbers.
Number of toroidal mode numbers (<= sml_nphi_total)
The current relative amplitude of the vacuum vector potential (if ptb_3db_mode==2) - this is updated during the simulation.
Number of time steps over which the perturbed field is ramped up.
(.true.) Ramp up perturbed field slowly, (.false.) turn on perturbed field abruptly
Time step in which perturbed field is switched on.
The documentation for this class was generated from the following files: