Class that determines the material with the lowest capillary pressure (under fully water-saturated conditions) around the nodes of a grid.
More...
template<class GridGeometry, class PcKrSw>
class Dumux::BoxMaterialInterfaces< GridGeometry, PcKrSw >
These parameters are then associated with the global degree of freedom. On the basis of these parameters, the saturations in the remaining sub-control volumes connected to the vertex can be reconstructed.
|
| template<class SpatialParams , class SolutionVector > |
| | BoxMaterialInterfaces (const GridGeometry &gridGeometry, const SpatialParams &spatialParams, const SolutionVector &x) |
| |
| template<class SpatialParams , class SolutionVector > |
| void | update (const GridGeometry &gridGeometry, const SpatialParams &spatialParams, const SolutionVector &x) |
| | Updates the scv -> dofparameter map. More...
|
| |
| bool | isOnMaterialInterface (const SubControlVolume &scv) const |
| | Returns if this scv is connected to a material interface. More...
|
| |
| const PcKrSw & | pcSwAtDof (const SubControlVolume &scv) const |
| | Returns the material parameters associated with the dof. More...
|
| |