ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
viennashe::quantity Namespace Reference

Holds a function per quantity, which returns the name of the respective quantity as std::string.
More...

Functions

std::string potential ()
 
std::string electron_density ()
 
std::string hole_density ()
 
std::string density_gradient_electron_correction ()
 
std::string density_gradient_hole_correction ()
 
std::string lattice_temperature ()
 
std::string electron_distribution_function ()
 
std::string hole_distribution_function ()
 

Detailed Description

Holds a function per quantity, which returns the name of the respective quantity as std::string.

Function Documentation

◆ density_gradient_electron_correction()

std::string viennashe::quantity::density_gradient_electron_correction ( )
inline

Definition at line 39 of file simulator_quantity.hpp.

◆ density_gradient_hole_correction()

std::string viennashe::quantity::density_gradient_hole_correction ( )
inline

Definition at line 40 of file simulator_quantity.hpp.

◆ electron_density()

std::string viennashe::quantity::electron_density ( )
inline

Definition at line 37 of file simulator_quantity.hpp.

◆ electron_distribution_function()

std::string viennashe::quantity::electron_distribution_function ( )
inline

Definition at line 42 of file simulator_quantity.hpp.

◆ hole_density()

std::string viennashe::quantity::hole_density ( )
inline

Definition at line 38 of file simulator_quantity.hpp.

◆ hole_distribution_function()

std::string viennashe::quantity::hole_distribution_function ( )
inline

Definition at line 43 of file simulator_quantity.hpp.

◆ lattice_temperature()

std::string viennashe::quantity::lattice_temperature ( )
inline

Definition at line 41 of file simulator_quantity.hpp.

◆ potential()

std::string viennashe::quantity::potential ( )
inline

Definition at line 36 of file simulator_quantity.hpp.