SpECTRE  v2024.04.12
hydro::TemperatureInitialization< DerivedSolution > Class Template Reference

Wrapper to add temperature variable to initial data providing only density and or energy_density initialization. More...

#include <Temperature.hpp>

Public Member Functions

template<typename DataType , size_t Dim>
auto variables (const tnsr::I< DataType, Dim > &x, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > >
 
template<typename DataType , size_t Dim>
auto variables (const tnsr::I< DataType, Dim > &x, const double t, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > >
 
template<typename ExtraVars , typename DataType , size_t Dim, typename... Args>
auto variables (ExtraVars &extra_variables, const tnsr::I< DataType, Dim > &x, Args &... extra_args, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > >
 

Detailed Description

template<typename DerivedSolution>
class hydro::TemperatureInitialization< DerivedSolution >

Wrapper to add temperature variable to initial data providing only density and or energy_density initialization.


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