SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Input parameters for an EOS calculation. More...
#include <EOS.h>
Public Attributes | |
serif::composition::Composition | composition |
The composition of the system. | |
double | density |
The density of the system in cgs (g/cm^3). | |
double | temperature |
The temperature of the system in cgs (K). | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const EOSInput &input) |
Input parameters for an EOS calculation.
This struct holds the necessary physical conditions (composition, density, temperature) required to query the Equation of State.
|
friend |
serif::composition::Composition serif::eos::EOSInput::composition |
The composition of the system.
double serif::eos::EOSInput::density |
The density of the system in cgs (g/cm^3).
double serif::eos::EOSInput::temperature |
The temperature of the system in cgs (K).