create_integral_settings: create_integral_settings

Description Usage Arguments Value

View source: R/j0j0_element.R

Description

creates a list of arguments for the integral

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
create_integral_settings(
  directions,
  k_perp,
  k_par,
  omega,
  omega_c,
  mass,
  distribution,
  integration_method
)

Arguments

directions

character vector with two spatial directions: a combination of x, y, and z. e.g xx, xy or yz.

k_perp

numeric length of component of wavevector perpendicular to the magnetic field.

k_par

numeric length of component of wavevector parallel to the magnetic field.

omega

numeric angular cyclotron frequency of current fluctuations.

omega_c

numeric particle angular cyclotron frequency (omega_c = qB/m).

mass

numeric particle mass in kg.

distribution

list with the velocity distribution and associated settings.

integration_method

character method to use for integration. One of "stats", "hcubature", "pcubature", "cuhre", "divonne", "suave", "vegas"

Value

list with settinngs for the integral


mstejner/j0j0r documentation built on May 23, 2020, 2:37 p.m.