WarpX
|
#include "SpeciesPhysicalProperties.H"
#include "Utils/WarpXConst.H"
#include <AMReX_AmrCore.H>
#include <limits>
#include <map>
#include <string>
Namespaces | |
species | |
Functions | |
std::optional< PhysicalSpecies > | species::from_string (const std::string &species_name) |
Returns the PhysicalSpecies associated to a given name. More... | |
amrex::Real | species::get_charge (const PhysicalSpecies &ps) |
Returns the charge associated to a PhysicalSpecies. More... | |
amrex::Real | species::get_mass (const PhysicalSpecies &ps) |
Returns the mass associated to a PhysicalSpecies. More... | |
std::string | species::get_name (const PhysicalSpecies &ps) |
Returns the name associated to a PhysicalSpecies. More... | |