version 3.8
Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > > Struct Template Reference

component traits for tabulated component

#include <dumux/material/components/tabulatedcomponent.hh>

Public Types

using Scalar = typename RawComponent::Scalar
 

Static Public Attributes

static constexpr bool hasSolidState = std::is_base_of<Components::Solid<Scalar, RawComponent>, RawComponent>::value
 if the component implements a solid state More...
 
static constexpr bool hasLiquidState = std::is_base_of<Components::Liquid<Scalar, RawComponent>, RawComponent>::value
 if the component implements a liquid state More...
 
static constexpr bool hasGasState = std::is_base_of<Components::Gas<Scalar, RawComponent>, RawComponent>::value
 if the component implements a gaseous state More...
 

Member Typedef Documentation

◆ Scalar

template<class RawComponent , bool useVaporPressure>
using Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > >::Scalar = typename RawComponent::Scalar

Member Data Documentation

◆ hasGasState

template<class RawComponent , bool useVaporPressure>
constexpr bool Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > >::hasGasState = std::is_base_of<Components::Gas<Scalar, RawComponent>, RawComponent>::value
staticconstexpr

◆ hasLiquidState

template<class RawComponent , bool useVaporPressure>
constexpr bool Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > >::hasLiquidState = std::is_base_of<Components::Liquid<Scalar, RawComponent>, RawComponent>::value
staticconstexpr

◆ hasSolidState

template<class RawComponent , bool useVaporPressure>
constexpr bool Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > >::hasSolidState = std::is_base_of<Components::Solid<Scalar, RawComponent>, RawComponent>::value
staticconstexpr

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