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

Compute item for the relativistic specific enthalpy \(h\). More...

#include <SpecificEnthalpy.hpp>

Public Types

using argument_tags
using return_type = Scalar<DataType>
using base = SpecificEnthalpy<DataType>
Public Types inherited from hydro::Tags::SpecificEnthalpy< DataType >
using type = Scalar<DataType>

Static Public Attributes

static constexpr auto function

Detailed Description

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

Compute item for the relativistic specific enthalpy \(h\).

Can be retrieved using hydro::Tags::SpecificEnthalpy

Member Typedef Documentation

◆ argument_tags

template<typename DataType>
using hydro::Tags::SpecificEnthalpyCompute< DataType >::argument_tags
Initial value:
tmpl::list<RestMassDensity<DataType>, SpecificInternalEnergy<DataType>,
The fluid pressure .
Definition Tags.hpp:234
The specific internal energy .
Definition Tags.hpp:286

Member Data Documentation

◆ function

template<typename DataType>
auto hydro::Tags::SpecificEnthalpyCompute< DataType >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
Require a pointer to not be a nullptr
Definition Gsl.hpp:197
void relativistic_specific_enthalpy(gsl::not_null< Scalar< DataType > * > result, const Scalar< DataType > &rest_mass_density, const Scalar< DataType > &specific_internal_energy, const Scalar< DataType > &pressure)
Computes the relativistic specific enthalpy as: where is the specific internal energy,...
Tensor< T, Symmetry<>, index_list<> > Scalar
Scalar type.
Definition TypeAliases.hpp:21

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