amrex::Real get_charge(const PhysicalSpecies &ps)
Returns the charge associated to a PhysicalSpecies.
Definition: SpeciesPhysicalProperties.cpp:284
std::string get_name(const PhysicalSpecies &ps)
Returns the name associated to a PhysicalSpecies.
Definition: SpeciesPhysicalProperties.cpp:294
std::optional< PhysicalSpecies > from_string(const std::string &species)
Returns the PhysicalSpecies associated to a given name.
Definition: SpeciesPhysicalProperties.cpp:277
amrex::Real get_mass(const PhysicalSpecies &ps)
Returns the mass associated to a PhysicalSpecies.
Definition: SpeciesPhysicalProperties.cpp:289