Class that determines the material with the lowest capillary pressure (under fully water-saturated conditions) around the nodes of a grid. More...
#include <dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh>
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.
Public Types | |
using | MaterialLawParams = typename SpatialParams::MaterialLaw::Params |
Public Member Functions | |
template<class GridGeometry , class SolutionVector > | |
void | update (const GridGeometry &gridGeometry, const SpatialParams &spatialParams, const SolutionVector &x) |
Updates the scv -> dofparameter map. More... | |
template<class Scv > | |
bool | isOnMaterialInterface (const Scv &scv) const |
Returns if this scv is connected to a material interface. More... | |
template<class Scv > | |
const MaterialLawParams & | getDofParams (const Scv &scv) const |
Returns the material parameters associated with the dof. More... | |
using Dumux::BoxMaterialInterfaceParams< SpatialParams >::MaterialLawParams = typename SpatialParams::MaterialLaw::Params |
|
inline |
Returns the material parameters associated with the dof.
|
inline |
Returns if this scv is connected to a material interface.
|
inline |
Updates the scv -> dofparameter map.
gridGeometry | The finite volume grid geometry |
spatialParams | Class encapsulating the spatial parameters |
x | The current state of the solution vector |