SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
hydro::Tags::SpecificEntropyCompute< DataType > Struct Template Reference

Compute item for the specific entropy \(s\). More...

#include <SpecificEntropy.hpp>

Public Types

using argument_tags
using return_type = Scalar<DataType>
using base = SpecificEntropy<DataType>
Public Types inherited from hydro::Tags::SpecificEntropy< 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 > &rest_mass_density, const Scalar< DataType > &temperature, const Scalar< DataType > &electron_fraction, const EquationOfStateType &equation_of_state)

Detailed Description

template<typename DataType>
struct hydro::Tags::SpecificEntropyCompute< DataType >

Compute item for the specific entropy \(s\).

See also
hydro::specific_entropy

Can be retrieved using hydro::Tags::SpecificEntropy

Member Typedef Documentation

◆ argument_tags

template<typename DataType>
using hydro::Tags::SpecificEntropyCompute< DataType >::argument_tags
Initial value:
typename tmpl::list<RestMassDensity<DataType>, Temperature<DataType>,
The electron fraction .
Definition Tags.hpp:105
The equation of state retrieved from the analytic solution / data in the input file.
Definition Tags.hpp:349
The temperature of the fluid.
Definition Tags.hpp:298

The documentation for this struct was generated from the following file:
  • src/PointwiseFunctions/Hydro/SpecificEntropy.hpp