3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::Properties::CouplingFluidSystem< TypeTag > Struct Template Reference

Public Types

using Scalar = GetPropType< TypeTag, Properties::Scalar >
 
using H2OType = Dumux::Components::SimpleH2O< Scalar >
 
using H2OPhase = Dumux::FluidSystems::OnePLiquid< Scalar, H2OType >
 
using AirType = Dumux::Components::TabulatedComponent< Components::Air< Scalar >, false >
 
using AirPhase = Dumux::FluidSystems::OnePGas< Scalar, AirType >
 
using type = FluidSystems::TwoPImmiscible< Scalar, H2OPhase, AirPhase >
 

Member Typedef Documentation

◆ AirPhase

template<class TypeTag >
using Dumux::Properties::CouplingFluidSystem< TypeTag >::AirPhase = Dumux::FluidSystems::OnePGas<Scalar, AirType>

◆ AirType

template<class TypeTag >
using Dumux::Properties::CouplingFluidSystem< TypeTag >::AirType = Dumux::Components::TabulatedComponent<Components::Air<Scalar>, false >

◆ H2OPhase

template<class TypeTag >
using Dumux::Properties::CouplingFluidSystem< TypeTag >::H2OPhase = Dumux::FluidSystems::OnePLiquid<Scalar, H2OType>

◆ H2OType

template<class TypeTag >
using Dumux::Properties::CouplingFluidSystem< TypeTag >::H2OType = Dumux::Components::SimpleH2O<Scalar>

◆ Scalar

template<class TypeTag >
using Dumux::Properties::CouplingFluidSystem< TypeTag >::Scalar = GetPropType<TypeTag, Properties::Scalar>

◆ type

template<class TypeTag >
using Dumux::Properties::CouplingFluidSystem< TypeTag >::type = FluidSystems::TwoPImmiscible<Scalar, H2OPhase, AirPhase>

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