Constants and convenience functions

SNMRForward exports values of a number of useful physical constants related to the physics of the SNMR technique.

SNMRForward.γhConstant

gyromagnetic ratio of the hydrogen nucleus (bound in water) (radians/(second Tesla))

source
SNMRForward.mag_factorFunction
m0 = mag_factor(temp)

Returns the ratio between the magnetisation of completely saturated water (100% water content) and the ambient magnetic field at thermal equilibrium.

Parameters:

  • temp: temperature in Kelvin.

Returns:

  • m0: magnetisation ratio, in Amperes per (metre Tesla).
source