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