R/constants.R

Defines functions free_diffusivity gyromagnetic_ratio

gyromagnetic_ratio <- function() {
  2.675987e8 # rad s^-1 T^-1
}

free_diffusivity <- function() {
  3.0e-9 # m^2 s^-1
}

Try the midi package in your browser

Any scripts or data that you put into this service are public.

midi documentation built on June 22, 2024, 7:20 p.m.