SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
serif::eos::EOSInput Struct Reference

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)
 

Detailed Description

Input parameters for an EOS calculation.

This struct holds the necessary physical conditions (composition, density, temperature) required to query the Equation of State.

Examples
/Users/tboudreaux/Programming/SERiF/src/eos/public/EOS.h.

Definition at line 17 of file EOS.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const EOSInput & input )
friend

Member Data Documentation

◆ composition

serif::composition::Composition serif::eos::EOSInput::composition

The composition of the system.

Examples
/Users/tboudreaux/Programming/SERiF/src/eos/public/EOS.h.

Definition at line 18 of file EOS.h.

◆ density

double serif::eos::EOSInput::density

The density of the system in cgs (g/cm^3).

Examples
/Users/tboudreaux/Programming/SERiF/src/eos/public/EOS.h.

Definition at line 19 of file EOS.h.

◆ temperature

double serif::eos::EOSInput::temperature

The temperature of the system in cgs (K).

Examples
/Users/tboudreaux/Programming/SERiF/src/eos/public/EOS.h.

Definition at line 20 of file EOS.h.


The documentation for this struct was generated from the following file: