SpECTRE  v2024.03.19
NewtonianEuler::Tags::RamPressureCompute< DataType, Dim, Fr > Struct Template Reference

Compute item for the ram pressure, \(\rho v^i v^j\). More...

#include <RamPressure.hpp>

Public Types

using base = RamPressure< DataType, Dim, Fr >
 
using argument_tags = tmpl::list< hydro::Tags::RestMassDensity< DataType >, hydro::Tags::SpatialVelocity< DataType, Dim, Fr > >
 
using return_type = tnsr::II< DataType, Dim, Fr >
 
- Public Types inherited from NewtonianEuler::Tags::RamPressure< DataType, Dim, Frame::Inertial >
using type = tnsr::II< DataType, Dim, Frame::Inertial >
 

Static Public Attributes

static constexpr auto function
 

Additional Inherited Members

- Static Public Member Functions inherited from NewtonianEuler::Tags::RamPressure< DataType, Dim, Frame::Inertial >
static std::string name ()
 

Detailed Description

template<typename DataType, size_t Dim, typename Fr = Frame::Inertial>
struct NewtonianEuler::Tags::RamPressureCompute< DataType, Dim, Fr >

Compute item for the ram pressure, \(\rho v^i v^j\).

See also
NewtonianEuler::ram_pressure

Can be retrieved using NewtonianEuler::Tags::RamPressure

Member Data Documentation

◆ function

template<typename DataType , size_t Dim, typename Fr = Frame::Inertial>
constexpr auto NewtonianEuler::Tags::RamPressureCompute< DataType, Dim, Fr >::function
staticconstexpr
Initial value:
= static_cast<void (*)(
&ram_pressure<DataType, Dim, Fr>)
Definition: ContractFirstNIndices.hpp:16
Require a pointer to not be a nullptr
Definition: Gsl.hpp:183

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