SpECTRE  v2024.04.12
hydro::Tags::EquationOfState< IsRelativistic, ThermodynamicDim > Struct Template Reference

The equation of state retrieved from the analytic solution / data in the input file. More...

#include <Tags.hpp>

Public Types

using type = std::unique_ptr< EquationsOfState::EquationOfState< IsRelativistic, ThermodynamicDim > >
 
template<typename Metavariables >
using option_tags = tmpl::list< OptionTags::EquationOfState< IsRelativistic, ThermodynamicDim >, ::evolution::initial_data::OptionTags::InitialData >
 

Static Public Member Functions

template<typename Metavariables >
static type create_from_options (const std::optional< type > &eos, const std::unique_ptr<::evolution::initial_data::InitialData > &initial_data)
 

Static Public Attributes

static constexpr bool pass_metavariables = true
 

Detailed Description

template<bool IsRelativistic, size_t ThermodynamicDim>
struct hydro::Tags::EquationOfState< IsRelativistic, ThermodynamicDim >

The equation of state retrieved from the analytic solution / data in the input file.


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