|
struct | IndexHelper |
| Helper struct to choose the correct index for phases and components. This is need if the porous-medium-flow model features more fluid phases than the free-flow model. More...
|
|
struct | IndexHelper< freeFlowIdx, porousMediumIndex, FFFS, false > |
| Helper struct to choose the correct index for phases and components. This is need if the porous-medium-flow model features more fluid phases than the free-flow model. Specialization for the case that no adapter is used. More...
|
|
struct | IndexHelper< freeFlowIdx, porousMediumIndex, FFFS, true > |
| Helper struct to choose the correct index for phases and components. This is need if the porous-medium-flow model features more fluid phases than the free-flow model. Specialization for the case that a adapter is used. More...
|
|
struct | IsFicksLaw |
| This structs indicates that Fick's law is not used for diffusion. More...
|
|
struct | IsFicksLaw< Dumux::FicksLaw< T > > |
| This structs indicates that Fick's law is used for diffusion. More...
|
|
struct | IsSameFluidSystem |
| This structs helps to check if the two sub models use the same fluidsystem. Specialization for the case of using an adapter only for the free-flow model. More...
|
|
struct | IsSameFluidSystem< FS, FS > |
| This structs helps to check if the two sub models use the same fluidsystem. More...
|
|