Traits class for the two-phase model. More...
#include <dumux/porousmediumflow/2p/model.hh>
Traits class for the two-phase model.
PV | The type used for primary variables |
FSY | The fluid system type |
FST | The fluid state type |
SSY | The solid system type |
SST | The solid state type |
PT | The type used for permeabilities |
MT | The model traits |
SR | The class used for reconstruction of non-wetting phase saturations in scvs |
Public Types | |
using | PrimaryVariables = PV |
using | FluidSystem = FSY |
using | FluidState = FST |
using | SolidSystem = SSY |
using | SolidState = SST |
using | PermeabilityType = PT |
using | ModelTraits = MT |
using | SaturationReconstruction = SR |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::FluidState = FST |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::FluidSystem = FSY |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::ModelTraits = MT |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::PermeabilityType = PT |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::PrimaryVariables = PV |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::SaturationReconstruction = SR |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::SolidState = SST |
using Dumux::TwoPVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT, SR >::SolidSystem = SSY |