#include <LSEoS.h>
|
| LSEoS () |
| It creates a new empty LSEoS.
|
|
vector< double > | calculateP (double gamma, vector< double > rho, vector< double > e) |
| It calculates the pressure.
|
|
| ~LSEoS () |
| It destroys the LSEoS object.
|
|
| EoS () |
| It creates a new empty EoS. It will be invoked by the constructors of its children classes.
|
|
| ~EoS () |
| It destroys the EoS object.
|
|
It creates a new empty LSEoS.
It destroys the LSEoS object.
vector< double > LSEoS::calculateP |
( |
double |
gamma, |
|
|
vector< double > |
rho, |
|
|
vector< double > |
e |
|
) |
| |
|
virtual |
It calculates the pressure.
- Parameters
-
gamma | adiabatic index |
rho | rest mass density (densidad de masa en reposo) |
e | the specific internal energy |
- Returns
- the value of the pressure
Implements EoS.
The documentation for this class was generated from the following files: