Plasma Formulary and Units - Declarations. More...

Go to the source code of this file.
Data Structures | |
| class | units |
| class | Formulary |
Functions | |
| template<class T > | |
| valarray< T > | Gaussian (const size_t N, const T vmin, const T vmax, const T vth) |
| Formulary & | formulary () |
Plasma Formulary and Units - Declarations.
Declarations for data structures that are related to simple physics concepts: 1) units: a concrete class that combines a label and a numerical value 2) Formulary: A class that enables conversion of units and implements expression from the NRL plasma formulary.
Definition in file formulary.h.
| Formulary& formulary | ( | ) |
Definition at line 328 of file formulary.cpp.
Referenced by Export_Files::Xport::Export_h5(), and Export_Files::Xport::Xport().

| valarray<T> Gaussian | ( | const size_t | N, |
| const T | vmin, | ||
| const T | vmax, | ||
| const T | vth | ||
| ) |
Definition at line 25 of file formulary.h.