Graph Framework
Loading...
Searching...
No Matches
dispersion::physics< T, SAFE_MATH > Class Template Reference

Physics. More...

#include <dispersion.hpp>

Inheritance diagram for dispersion::physics< T, SAFE_MATH >:
dispersion::dispersion_function< T, SAFE_MATH > dispersion::acoustic_wave< T, SAFE_MATH > dispersion::bohm_gross< T, SAFE_MATH > dispersion::cold_plasma< T, SAFE_MATH > dispersion::cold_plasma_expansion< T, SAFE_MATH > dispersion::extra_ordinary_wave< T, SAFE_MATH > dispersion::hot_plasma< T, Z, SAFE_MATH > dispersion::hot_plasma_expansion< T, Z, SAFE_MATH > dispersion::ion_cyclotron< T, SAFE_MATH > dispersion::light_wave< T, SAFE_MATH > dispersion::ordinary_wave< T, SAFE_MATH >

Protected Attributes

const T epsion0 = 8.8541878138E-12
 Vacuum permitivity.
 
const T mu0 = M_PI*4.0E-7
 Vacuum permeability.
 
const T q = 1.602176634E-19
 Fundamental charge.
 
const T me = 9.1093837015E-31
 Electron mass.
 
const T c = static_cast<T> (1.0)/std::sqrt(epsion0*mu0)
 Speed of light.
 

Additional Inherited Members

- Public Types inherited from dispersion::dispersion_function< T, SAFE_MATH >
typedef T base
 Type def to retrieve the backend base type.
 
- Public Member Functions inherited from dispersion::dispersion_function< T, SAFE_MATH >
virtual graph::shared_leaf< T, SAFE_MATH > D (graph::shared_leaf< T, SAFE_MATH > w, graph::shared_leaf< T, SAFE_MATH > kx, graph::shared_leaf< T, SAFE_MATH > ky, graph::shared_leaf< T, SAFE_MATH > kz, graph::shared_leaf< T, SAFE_MATH > x, graph::shared_leaf< T, SAFE_MATH > y, graph::shared_leaf< T, SAFE_MATH > z, graph::shared_leaf< T, SAFE_MATH > t, equilibrium::shared< T, SAFE_MATH > &eq)=0
 Interface for a dispersion function.
 
- Static Public Attributes inherited from dispersion::dispersion_function< T, SAFE_MATH >
static constexpr bool safe_math = SAFE_MATH
 Retrieve template parameter of safe math.
 

Detailed Description

template<jit::float_scalar T, bool SAFE_MATH = false>
class dispersion::physics< T, SAFE_MATH >

Physics.

Template Parameters
TBase type of the calculation.
SAFE_MATHUse Safe Math operations.

The documentation for this class was generated from the following file: