|
double | pressure (void) const |
|
long | qmolec (void) const |
|
const DynLinArr< PassivePtr< MoleculeDef > > & | molec (void) const |
|
PassivePtr< MoleculeDef > | molec (long n) const |
|
const DynLinArr< double > & | weight_quan_molec (void) const |
|
const DynLinArr< double > & | weight_mass_molec (void) const |
|
double | weight_quan_molec (long n) const |
|
double | weight_mass_molec (long n) const |
|
double | Z_mean_molec (void) const |
|
| GasDef (void) |
|
| GasDef (const String &fname, const String &fnotation, long fqmolec, const DynLinArr< String > &fmolec_not, const DynLinArr< double > &fweight_quan_molec, double fpressure, double ftemperature, double fdensity=-1.0) |
|
| GasDef (const String &fname, const String &fnotation, long fqmolec, const DynLinArr< String > &fmolec_not, const DynLinArr< double > &fweight_volume_molec, double fpressure, double ftemperature, int s1, int s2) |
|
| GasDef (const String &fname, const String &fnotation, const String &fmolec_not, double fpressure, double ftemperature, double fdensity=-1.0) |
|
| GasDef (const String &fname, const String &fnotation, const String &fmolec_not, double fpressure, double ftemperature, int s1, int s2) |
|
| GasDef (const String &fname, const String &fnotation, const String &fmolec_not1, double fweight_quan_molec1, const String &fmolec_not2, double fweight_quan_molec2, double fpressure, double ftemperature, double fdensity=-1.0) |
|
| GasDef (const String &fname, const String &fnotation, const String &fmolec_not1, double fweight_volume_molec1, const String &fmolec_not2, double fweight_volume_molec2, double fpressure, double ftemperature, int s1, int s2) |
|
| GasDef (const String &fname, const String &fnotation, const String &fmolec_not1, double fweight_quan_molec1, const String &fmolec_not2, double fweight_quan_molec2, const String &fmolec_not3, double fweight_quan_molec3, double fpressure, double ftemperature, double fdensity=-1.0) |
|
| GasDef (const String &fname, const String &fnotation, const String &fmolec_not1, double fweight_volume_molec1, const String &fmolec_not2, double fweight_volume_molec2, const String &fmolec_not3, double fweight_volume_molec3, double fpressure, double ftemperature, int s1, int s2) |
|
| GasDef (const String &fname, const String &fnotation, const GasDef &gd, double fpressure, double ftemperature, double fdensity=-1.0) |
|
virtual void | print (std::ostream &file, int l=0) const |
|
| macro_copy_total (GasDef) |
|
| MatterDef (void) |
|
| MatterDef (const String &fname, const String &fnotation, long fqatom, const DynLinArr< String > &fatom_not, const DynLinArr< double > &fweight_quan, double fdensity, double ftemperature) |
|
| MatterDef (const String &fname, const String &fnotation, const String &fatom_not, double fdensity, double ftemperature) |
|
| MatterDef (const String &fname, const String &fnotation, const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2, double fdensity, double ftemperature) |
|
| MatterDef (const String &fname, const String &fnotation, const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2, const String &fatom_not3, double fweight_quan3, double fdensity, double ftemperature) |
|
| ~MatterDef () |
|
virtual void | print (std::ostream &file, int l) const |
|
const String & | name (void) const |
|
const String & | notation (void) const |
|
double | density (void) const |
|
double | temperature (void) const |
|
double | I_eff (void) const |
|
void | verify (void) |
|
| macro_copy_total (MatterDef) |
|
| AtomMixDef (void) |
|
| AtomMixDef (long fqatom, const DynLinArr< String > &fatom_not, const DynLinArr< double > &fweight_quan) |
|
| AtomMixDef (long fqatom, const DynLinArr< String > &fatom_not, const DynLinArr< long > &fweight_quan) |
|
| AtomMixDef (const String &fatom_not) |
|
| AtomMixDef (const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2) |
|
| AtomMixDef (const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2, const String &fatom_not3, double fweight_quan3) |
|
| AtomMixDef (const String &fatom_not1, double fweight_quan1, const String &fatom_not2, double fweight_quan2, const String &fatom_not3, double fweight_quan3, const String &fatom_not4, double fweight_quan4) |
|
void | print (std::ostream &file, int l) const |
|
long | qatom (void) const |
|
const DynLinArr< PassivePtr< AtomDef > > & | atom (void) const |
|
PassivePtr< AtomDef > | atom (long n) const |
|
const DynLinArr< double > & | weight_quan (void) const |
|
const DynLinArr< double > & | weight_mass (void) const |
|
double | weight_quan (long n) const |
|
double | weight_mass (long n) const |
|
double | Z_mean (void) const |
|
double | A_mean (void) const |
|
double | inv_A_mean (void) const |
|
double | mean_ratio_Z_to_A (void) const |
|
double | NumberOfElectronsInGram (void) const |
|
Definition at line 39 of file GasDef.h.