|
| MatterDef ()=default |
|
| MatterDef (const std::string &fname, const std::string &fnotation, long fqatom, const std::vector< std::string > &fatom_not, const std::vector< double > &fweight_quan, double fdensity, double ftemperature) |
|
| MatterDef (const std::string &fname, const std::string &fnotation, const std::string &fatom_not, double fdensity, double ftemperature) |
|
| MatterDef (const std::string &fname, const std::string &fnotation, const std::string &fatom_not1, double fweight_quan1, const std::string &fatom_not2, double fweight_quan2, double fdensity, double ftemperature) |
|
| MatterDef (const std::string &fname, const std::string &fnotation, const std::string &fatom_not1, double fweight_quan1, const std::string &fatom_not2, double fweight_quan2, const std::string &fatom_not3, double fweight_quan3, double fdensity, double ftemperature) |
|
virtual | ~MatterDef ()=default |
|
const std::string & | name () const |
|
const std::string & | notation () const |
|
double | density () const |
|
double | temperature () const |
|
double | I_eff () const |
|
void | print (std::ostream &file, int l) const |
|
MatterDef * | copy () const |
|
| AtomMixDef ()=default |
| Default constructor.
|
|
| AtomMixDef (unsigned long fqatom, const std::vector< std::string > &fatom_not, const std::vector< double > &fweight_quan) |
| Constructor from list of atoms and weights.
|
|
| AtomMixDef (unsigned long fqatom, const std::vector< std::string > &fatom_not, const std::vector< long > &fweight_quan) |
| Constructor from list of atoms and number of atoms per molecule.
|
|
void | print (std::ostream &file, int l) const |
|
long | qatom () const |
|
const std::vector< const AtomDef * > & | atom () const |
|
const AtomDef * | atom (long n) const |
|
const std::vector< double > & | weight_quan () const |
|
const std::vector< double > & | weight_mass () const |
|
double | weight_quan (long n) const |
|
double | weight_mass (long n) const |
|
double | Z_mean () const |
|
double | A_mean () const |
|
double | inv_A_mean () const |
|
double | mean_ratio_Z_to_A () const |
|
double | NumberOfElectronsInGram () const |
|
Definition of matter (material or any media). Only the basic information: the name, the notation, the atomic mixture, temperature, density, effective ionization potential.
1998-2004 I. Smirnov
Definition at line 14 of file MatterDef.h.