component traits for tabulated component  
#include <dumux/material/components/tabulatedcomponent.hh>
|  | 
| static constexpr bool | hasSolidState = std::is_base_of<Components::Solid<Scalar, RawComponent>, RawComponent>::value | 
|  | if the component implements a solid state 
 | 
|  | 
| static constexpr bool | hasLiquidState = std::is_base_of<Components::Liquid<Scalar, RawComponent>, RawComponent>::value | 
|  | if the component implements a liquid state 
 | 
|  | 
| static constexpr bool | hasGasState = std::is_base_of<Components::Gas<Scalar, RawComponent>, RawComponent>::value | 
|  | if the component implements a gaseous state 
 | 
|  | 
| static constexpr bool | hasSolidState | 
|  | if the component implements a solid state 
 | 
|  | 
| static constexpr bool | hasLiquidState | 
|  | if the component implements a liquid state 
 | 
|  | 
| static constexpr bool | hasGasState | 
|  | if the component implements a gaseous state 
 | 
|  | 
| static constexpr bool | isIon | 
|  | if the component implements an ion 
 | 
|  | 
◆ Scalar [1/2]
◆ Scalar [2/2]
template<class RawComponent, bool useVaporPressure> 
      
 
 
◆ hasGasState [1/2]
◆ hasGasState [2/2]
template<class RawComponent, bool useVaporPressure> 
 
 
◆ hasLiquidState [1/2]
◆ hasLiquidState [2/2]
template<class RawComponent, bool useVaporPressure> 
 
 
◆ hasSolidState [1/2]
◆ hasSolidState [2/2]
template<class RawComponent, bool useVaporPressure> 
 
 
◆ isIon
The documentation for this struct was generated from the following file: