SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Represents the global composition of a system. This tends to be used after finalize and is primarily for internal use. More...
#include <composition.h>
Public Attributes | |
double | specificNumberDensity |
The specific number density of the composition (\sum_{i} X_i m_i. Where X_i is the number fraction of the ith species and m_i is the mass of the ith species). | |
double | meanParticleMass |
The mean particle mass of the composition (\sum_{i} \frac{n_i}{m_i}. where n_i is the number fraction of the ith species and m_i is the mass of the ith species). | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const GlobalComposition &comp) |
Represents the global composition of a system. This tends to be used after finalize and is primarily for internal use.
Definition at line 53 of file composition.h.
|
friend |
Definition at line 663 of file composition.cpp.
double serif::composition::GlobalComposition::meanParticleMass |
The mean particle mass of the composition (\sum_{i} \frac{n_i}{m_i}. where n_i is the number fraction of the ith species and m_i is the mass of the ith species).
Definition at line 55 of file composition.h.
double serif::composition::GlobalComposition::specificNumberDensity |
The specific number density of the composition (\sum_{i} X_i m_i. Where X_i is the number fraction of the ith species and m_i is the mass of the ith species).
Definition at line 54 of file composition.h.