Classes | Typedefs
equation_of_state.hpp File Reference

Base class for equation of state. More...

#include <string>
#include <vector>
Include dependency graph for equation_of_state.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EquationOfState
 Base class for equation of state. More...
 

Typedefs

typedef std::vector< double > tvector
 
typedef std::vector< bool > svector
 

Detailed Description

Base class for equation of state.

Author
Almog Yalinewich

Definition in file equation_of_state.hpp.

Typedef Documentation

◆ svector

typedef std::vector<bool> svector

typedef for string vector

Definition at line 15 of file equation_of_state.hpp.

◆ tvector

typedef std::vector<double> tvector

typedef for tracer vector

Definition at line 13 of file equation_of_state.hpp.