SPH
|
Equation of state for ideal gas. More...
#include <Eos.h>
Public Member Functions | |
IdealGasEos (const Float gamma) | |
virtual Pair< Float > | evaluate (const Float rho, const Float u) const override |
Computes pressure and local sound speed from given density rho and specific internal energy u. More... | |
virtual Float | getInternalEnergy (const Float rho, const Float p) const override |
Inverted function; computes specific internal energy u from given density rho and pressure p. More... | |
virtual Float | getDensity (const Float p, const Float u) const override |
Inverted function; computes density from pressure p and internal energy u. More... | |
Float | getTemperature (const Float u) const |
Float | getSpecificEntropy (const Float rho, const Float p) const |
Public Member Functions inherited from Polymorphic | |
virtual | ~Polymorphic () |
|
explicit |