SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
NewtonianEuler::Tags::MachNumberCompute< DataType, Dim, Fr > Struct Template Reference

Compute item for the local Mach number, Ma. More...

#include <MachNumber.hpp>

Public Types

using base = MachNumber< DataType >
 
using argument_tags = implementation defined
 
using return_type = Scalar< DataType >
 
- Public Types inherited from NewtonianEuler::Tags::MachNumber< DataType >
using type = Scalar< DataType >
 

Static Public Attributes

static constexpr auto function
 

Detailed Description

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

Compute item for the local Mach number, Ma.

See also
NewtonianEuler::mach_number

Can be retrieved using NewtonianEuler::Tags::MachNumber

Member Data Documentation

◆ function

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

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