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 = typedef decltype(C::gasPressure(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasLiquidPressure = typedef decltype(C::liquidPressure(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasDensity = typedef decltype(C::template gasDensity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasEnthalpy = typedef decltype(C::template gasEnthalpy<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasHeatCapacity = typedef decltype(C::template gasHeatCapacity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasThermalCond = typedef decltype(C::template gasThermalConductivity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoGasViscosity = typedef decltype(C::template gasViscosity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidDensity = typedef decltype(C::template liquidDensity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidEnthalpy = typedef decltype(C::template liquidEnthalpy<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidHeatCapacity = typedef decltype(C::template liquidHeatCapacity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidThermalCond = typedef decltype(C::template liquidThermalConductivity<DisableStaticAssert>(0.0, 0.0)) |
using Dumux::Components::Detail::CompHasNoLiquidViscosity = typedef decltype(C::template liquidViscosity<DisableStaticAssert>(0.0, 0.0)) |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |