valSPH
 All Classes Files Functions Variables
LSEoS Class Reference

#include <LSEoS.h>

Inheritance diagram for LSEoS:
Inheritance graph
Collaboration diagram for LSEoS:
Collaboration graph

Public Member Functions

 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.
 
- Public Member Functions inherited from EoS
 EoS ()
 It creates a new empty EoS. It will be invoked by the constructors of its children classes.
 
 ~EoS ()
 It destroys the EoS object.
 

Constructor & Destructor Documentation

LSEoS::LSEoS ( )

It creates a new empty LSEoS.

LSEoS::~LSEoS ( )

It destroys the LSEoS object.

Member Function Documentation

vector< double > LSEoS::calculateP ( double  gamma,
vector< double >  rho,
vector< double >  e 
)
virtual

It calculates the pressure.

Parameters
gammaadiabatic index
rhorest mass density (densidad de masa en reposo)
ethe specific internal energy
Returns
the value of the pressure

Implements EoS.


The documentation for this class was generated from the following files: