![]() |
ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
|
#include <source/euler_aeos/equation_of_state_function.h>


Public Member Functions | |
| Function (const std::string &subsection) | |
| double | pressure (double rho, double e) const final |
| double | specific_internal_energy (double rho, double p) const final |
| double | specific_entropy (double rho, double e) const final |
| double | cold_curve_bound (double rho) const final |
| double | temperature (double rho, double e) const final |
| double | speed_of_sound (double rho, double e) const final |
| virtual double | pressure (double rho, double e) const=0 |
| virtual double | specific_internal_energy (double rho, double p) const=0 |
| virtual double | speed_of_sound (double, double) const |
| virtual double | temperature (double, double) const |
Public Member Functions inherited from ryujin::EquationOfStateLibrary::EquationOfState | |
| EquationOfState (const std::string &name, const std::string &subsection) | |
Additional Inherited Members | |
Protected Attributes inherited from ryujin::EquationOfStateLibrary::EquationOfState | |
| double | covolume_constant_ |
| double | interpolation_pinfty_ |
| double | interpolation_q_ |
A user-specified equation of state
Definition at line 23 of file equation_of_state_function.h.
|
inline |
|
inlinefinalvirtual |
Return the pressure given density rho and specific internal energy e.
Implements ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 126 of file equation_of_state_function.h.
|
inlinefinalvirtual |
Return the specific internal energy e for a given density rho and pressure p.
Implements ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 131 of file equation_of_state_function.h.
|
inlinefinalvirtual |
Return the specific entropy s for a given density rho and specific internal energy e.
Reimplemented from ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 136 of file equation_of_state_function.h.
|
inlinefinalvirtual |
Return the cold curve bound \(e\ge e_{s_0}(\rho)\) that defines the admissible set.
Reimplemented from ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 141 of file equation_of_state_function.h.
|
inlinefinalvirtual |
Return the temperature T for a given density rho and specific internal energy e.
Reimplemented from ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 146 of file equation_of_state_function.h.
|
inlinefinalvirtual |
Return the sound speed c for a given density rho and specific internal energy e.
Reimplemented from ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 151 of file equation_of_state_function.h.
|
virtual |
Return the pressure given density rho and specific internal energy e.
Implements ryujin::EquationOfStateLibrary::EquationOfState.
|
virtual |
Return the specific internal energy e for a given density rho and pressure p.
Implements ryujin::EquationOfStateLibrary::EquationOfState.
|
inlinevirtual |
Return the sound speed c for a given density rho and specific internal energy e.
Reimplemented from ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 123 of file equation_of_state.h.
|
inlinevirtual |
Return the temperature T for a given density rho and specific internal energy e.
Reimplemented from ryujin::EquationOfStateLibrary::EquationOfState.
Definition at line 109 of file equation_of_state.h.