OSHUN  beta
Arbitrary Order Spherical-Harmonic 1D-3P Vlasov-Fokker-Planck-Maxwell code
formulary.cpp File Reference

Plasma Formulary and Units - Definitions. More...

#include <iostream>
#include <vector>
#include <valarray>
#include <complex>
#include <fstream>
#include <iomanip>
#include <cstdlib>
#include <sstream>
#include <string>
#include <cstring>
#include <math.h>
#include <map>
#include "lib-array.h"
#include "input.h"
#include "formulary.h"
Include dependency graph for formulary.cpp:

Go to the source code of this file.

Functions

Formularyformulary ()
 

Detailed Description

Plasma Formulary and Units - Definitions.

Author
PICKSC
Date
September 1, 2016

Definitions 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.cpp.

Function Documentation

◆ formulary()

Formulary& formulary ( )

Definition at line 328 of file formulary.cpp.

Referenced by Export_Files::Xport::Export_h5(), and Export_Files::Xport::Xport().

328  {
329  static Formulary f;
330  return f;
331 }
Here is the caller graph for this function: