#include <test/porousmediumflow/2p/implicit/incompressible/problem.hh>
Public Types | |
using | Scalar = GetPropType< TypeTag, Properties::Scalar > |
using | WettingPhase = FluidSystems::OnePLiquid< Scalar, Components::SimpleH2O< Scalar > > |
using | NonwettingPhase = FluidSystems::OnePLiquid< Scalar, Components::Trichloroethene< Scalar > > |
using | type = FluidSystems::TwoPImmiscible< Scalar, WettingPhase, NonwettingPhase > |
using Dumux::Properties::FluidSystem< TypeTag, TTag::TwoPIncompressible >::NonwettingPhase = FluidSystems::OnePLiquid<Scalar, Components::Trichloroethene<Scalar> > |
using Dumux::Properties::FluidSystem< TypeTag, TTag::TwoPIncompressible >::Scalar = GetPropType<TypeTag, Properties::Scalar> |
using Dumux::Properties::FluidSystem< TypeTag, TTag::TwoPIncompressible >::type = FluidSystems::TwoPImmiscible<Scalar, WettingPhase, NonwettingPhase> |
using Dumux::Properties::FluidSystem< TypeTag, TTag::TwoPIncompressible >::WettingPhase = FluidSystems::OnePLiquid<Scalar, Components::SimpleH2O<Scalar> > |