Classes | |
struct | DisableStaticAssert |
class | TabulatedComponentTable |
Typedefs | |
template<class C > | |
using | CompHasNoLiquidEnthalpy = decltype(C::template liquidEnthalpy<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoLiquidDensity = decltype(C::template liquidDensity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoLiquidThermalCond = decltype(C::template liquidThermalConductivity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoLiquidHeatCapacity = decltype(C::template liquidHeatCapacity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoLiquidViscosity = decltype(C::template liquidViscosity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasLiquidPressure = decltype(C::liquidPressure(0.0, 0.0)) |
template<class C > | |
using | CompHasNoGasEnthalpy = decltype(C::template gasEnthalpy<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoGasDensity = decltype(C::template gasDensity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoGasThermalCond = decltype(C::template gasThermalConductivity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoGasHeatCapacity = decltype(C::template gasHeatCapacity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasNoGasViscosity = decltype(C::template gasViscosity<DisableStaticAssert>(0.0, 0.0)) |
template<class C > | |
using | CompHasGasPressure = decltype(C::gasPressure(0.0, 0.0)) |
Functions | |
template<class C > | |
constexpr bool | hasLiquidEnthalpy () |
template<class C > | |
constexpr bool | hasLiquidDensity () |
template<class C > | |
constexpr bool | hasLiquidThermalConductivity () |
template<class C > | |
constexpr bool | hasLiquidHeatCapacity () |
template<class C > | |
constexpr bool | hasLiquidViscosity () |
template<class C > | |
constexpr bool | hasLiquidPressure () |
template<class C > | |
constexpr bool | hasGasEnthalpy () |
template<class C > | |
constexpr bool | hasGasDensity () |
template<class C > | |
constexpr bool | hasGasThermalConductivity () |
template<class C > | |
constexpr bool | hasGasHeatCapacity () |
template<class C > | |
constexpr bool | hasGasViscosity () |
template<class C > | |
constexpr bool | hasGasPressure () |
using Dumux::Components::Detail::CompHasGasPressure = decltype(C::gasPressure(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasLiquidPressure = decltype(C::liquidPressure(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasDensity = decltype(C::template gasDensity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasEnthalpy = decltype(C::template gasEnthalpy<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasHeatCapacity = decltype(C::template gasHeatCapacity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasThermalCond = decltype(C::template gasThermalConductivity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasViscosity = decltype(C::template gasViscosity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidDensity = decltype(C::template liquidDensity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidEnthalpy = decltype(C::template liquidEnthalpy<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidHeatCapacity = decltype(C::template liquidHeatCapacity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidThermalCond = decltype(C::template liquidThermalConductivity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidViscosity = decltype(C::template liquidViscosity<DisableStaticAssert>(0.0, 0.0)) |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |