component traits for tabulated component More...
#include <dumux/material/components/tabulatedcomponent.hh>
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... | |
using Dumux::ComponentTraits< Components::TabulatedComponent< RawComponent, useVaporPressure > >::Scalar = typename RawComponent::Scalar |
|
staticconstexpr |
if the component implements a gaseous state
|
staticconstexpr |
if the component implements a liquid state
|
staticconstexpr |
if the component implements a solid state