ryujin 2.1.1 revision d1a5601757449924e68a428cfd892dfe8915810d
Public Member Functions | Static Public Attributes | List of all members
ryujin::EquationOfStateLibrary::Sesame Class Reference

#include <source/euler_aeos/equation_of_state_sesame.h>

Inheritance diagram for ryujin::EquationOfStateLibrary::Sesame:
Inheritance graph
[legend]
Collaboration diagram for ryujin::EquationOfStateLibrary::Sesame:
Collaboration graph
[legend]

Public Member Functions

 Sesame (const std::string &subsection)
 
double pressure (double, double) const final
 
double specific_internal_energy (double, double) const final
 
double temperature (double, double) const final
 
double speed_of_sound (double, double) const final
 
- Public Member Functions inherited from ryujin::EquationOfStateLibrary::EquationOfState
 EquationOfState (const std::string &name, const std::string &subsection)
 
virtual double pressure (double rho, double e) const =0
 
virtual void pressure (const dealii::ArrayView< double > &p, const dealii::ArrayView< double > &rho, const dealii::ArrayView< double > &e) const
 
virtual double specific_internal_energy (double rho, double p) const =0
 
virtual void specific_internal_energy (const dealii::ArrayView< double > &e, const dealii::ArrayView< double > &rho, const dealii::ArrayView< double > &p) const
 
virtual double temperature (double rho, double e) const =0
 
virtual void temperature (const dealii::ArrayView< double > &T, const dealii::ArrayView< double > &rho, const dealii::ArrayView< double > &e) const
 
virtual double speed_of_sound (double rho, double e) const =0
 
virtual void speed_of_sound (const dealii::ArrayView< double > &c, const dealii::ArrayView< double > &rho, const dealii::ArrayView< double > &e) const
 

Static Public Attributes

static constexpr auto message
 

Additional Inherited Members

- Protected Attributes inherited from ryujin::EquationOfStateLibrary::EquationOfState
double interpolation_b_
 
bool prefer_vector_interface_
 

Detailed Description

A tabulated equation of state based on the EOSPAC6/Sesame database.

Units are: [rho] = kg / m^3 [p] = Pa = Kg / m / s^2 [e] = J / Kg = N m / Kg = m^2 / s^2

Definition at line 212 of file equation_of_state_sesame.h.

Constructor & Destructor Documentation

◆ Sesame()

ryujin::EquationOfStateLibrary::Sesame::Sesame ( const std::string &  subsection)
inline

Definition at line 396 of file equation_of_state_sesame.h.

Member Function Documentation

◆ pressure()

double ryujin::EquationOfStateLibrary::Sesame::pressure ( double  rho,
double  e 
) const
inlinefinalvirtual

Return the pressure given density rho and specific internal energy e.

Implements ryujin::EquationOfStateLibrary::EquationOfState.

Definition at line 405 of file equation_of_state_sesame.h.

References message.

◆ specific_internal_energy()

double ryujin::EquationOfStateLibrary::Sesame::specific_internal_energy ( double  rho,
double  p 
) const
inlinefinalvirtual

Return the specific internal energy e for a given density rho and pressure p.

Implements ryujin::EquationOfStateLibrary::EquationOfState.

Definition at line 411 of file equation_of_state_sesame.h.

References message.

◆ temperature()

double ryujin::EquationOfStateLibrary::Sesame::temperature ( double  rho,
double  e 
) const
inlinefinalvirtual

Return the temperature T for a given density rho and specific internal energy e.

Implements ryujin::EquationOfStateLibrary::EquationOfState.

Definition at line 417 of file equation_of_state_sesame.h.

References message.

◆ speed_of_sound()

double ryujin::EquationOfStateLibrary::Sesame::speed_of_sound ( double  rho,
double  e 
) const
inlinefinalvirtual

Return the sound speed c for a given density rho and specific internal energy e.

Implements ryujin::EquationOfStateLibrary::EquationOfState.

Definition at line 423 of file equation_of_state_sesame.h.

References message.

Member Data Documentation

◆ message

constexpr auto ryujin::EquationOfStateLibrary::Sesame::message
staticconstexpr
Initial value:
=
"ryujin has to be configured with eospac support in order to use "
"the Sesame EOS database"

Definition at line 401 of file equation_of_state_sesame.h.

Referenced by pressure(), specific_internal_energy(), speed_of_sound(), and temperature().


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