Traits class for the volume variables of the single-phase model. More...
#include <dumux/porousmediumflow/1p/model.hh>
| PV | The type used for primary variables |
| FSY | The fluid system type |
| FST | The fluid state type |
| PT | The type used for permeabilities |
| MT | The model traits |
Public Types | |
| using | PrimaryVariables = PV |
| using | FluidSystem = FSY |
| using | FluidState = FST |
| using | SolidSystem = SSY |
| using | SolidState = SST |
| using | PermeabilityType = PT |
| using | ModelTraits = MT |
| using Dumux::OnePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT >::FluidState = FST |
| using Dumux::OnePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT >::FluidSystem = FSY |
| using Dumux::OnePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT >::ModelTraits = MT |
| using Dumux::OnePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT >::PermeabilityType = PT |
| using Dumux::OnePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT >::PrimaryVariables = PV |
| using Dumux::OnePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT >::SolidState = SST |
| using Dumux::OnePVolumeVariablesTraits< PV, FSY, FST, SSY, SST, PT, MT >::SolidSystem = SSY |