SpECTRE  v2024.03.19
NewtonianEuler::Tags::SoundSpeedSquaredCompute< DataType > Struct Template Reference

Compute item for the sound speed squared \(c_s^2\). More...

#include <SoundSpeedSquared.hpp>

Public Types

using argument_tags = tmpl::list< hydro::Tags::RestMassDensity< DataType >, hydro::Tags::SpecificInternalEnergy< DataType >, hydro::Tags::EquationOfState< false, 2 > >
 
using return_type = Scalar< DataType >
 
using base = hydro::Tags::SoundSpeedSquared< DataType >
 
- Public Types inherited from hydro::Tags::SoundSpeedSquared< DataType >
using type = Scalar< DataType >
 

Static Public Member Functions

template<typename EquationOfStateType >
static void function (const gsl::not_null< Scalar< DataType > * > result, const Scalar< DataType > &mass_density, const Scalar< DataType > &specific_internal_energy, const EquationOfStateType &equation_of_state)
 

Detailed Description

template<typename DataType>
struct NewtonianEuler::Tags::SoundSpeedSquaredCompute< DataType >

Compute item for the sound speed squared \(c_s^2\).

See also
NewtonianEuler::sound_speed_squared

Can be retrieved using NewtonianEuler::Tags::SoundSpeedSquared


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