3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Attributes | List of all members
Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > > Struct Template Reference

component traits for tabulated component More...

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

Description

template<class RawComponent, bool useVaporPressure>
struct Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > >

component traits for tabulated component

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

if the component implements a gaseous state

◆ 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

if the component implements a liquid state

◆ 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

if the component implements a solid state


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