Class that determines the material with the lowest capillary pressure (under fully water-saturated conditions) around the nodes of a grid.
More...
template<class SpatialParams>
class Dumux::BoxMaterialInterfaceParams< SpatialParams >
Class that determines the material with the lowest capillary pressure (under fully water-saturated conditions) around the nodes of a grid.
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 GridGeometry, class SolutionVector> |
| void | update (const GridGeometry &gridGeometry, const SpatialParams &spatialParams, const SolutionVector &x) |
| | Updates the scv -> dofparameter map.
|
| template<class Scv> |
| bool | isOnMaterialInterface (const Scv &scv) const |
| | Returns if this scv is connected to a material interface.
|
| template<class Scv> |
| const MaterialLawParams & | getDofParams (const Scv &scv) const |
| | Returns the material parameters associated with the dof.
|