SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Namespaces | |
namespace | helmholtz |
Classes | |
class | EOS |
Main class for accessing Equation of State data. More... | |
struct | EOSInput |
Input parameters for an EOS calculation. More... | |
class | EOSio |
Handles the input/output operations for EOS tables. More... | |
struct | EOSOutput |
Output from an EOS calculation. More... | |
struct | EOSParameter |
Represents a thermodynamic parameter and its derivatives. More... | |
Typedefs | |
using | EOSTable = std::variant<std::unique_ptr<serif::eos::helmholtz::HELMTable>> |
Enumerations | |
enum | EOSFormat { HELM } |
Variables | |
static std::unordered_map< EOSFormat, std::string > | FormatStringLookup |
using serif::eos::EOSTable = std::variant<std::unique_ptr<serif::eos::helmholtz::HELMTable>> |
Enumerator | |
---|---|
HELM | Helmholtz EOS format. |
|
inlinestatic |