A (quasi-) static two-phase pore-network model for drainage processes. This assumes that there are no pressure gradients within the phases and thus, no flow.
More...
#include <dumux/porenetwork/2p/static/staticdrainge.hh>
template<class
GridGeometry, class Scalar>
class Dumux::PoreNetwork::TwoPStaticDrainage< GridGeometry, Scalar >
A (quasi-) static two-phase pore-network model for drainage processes. This assumes that there are no pressure gradients within the phases and thus, no flow.
|
| TwoPStaticDrainage (const GridGeometry &gridGeometry, const std::vector< Scalar > &pcEntry, const std::vector< int > &throatLabel, const int inletPoreLabel, const int outletPoreLabel, const bool allowDraingeOfOutlet=false) |
|
void | updateInvasionState (std::vector< bool > &elementIsInvaded, const Scalar pcGlobal) |
| Updates the invasion state of the network for the given global capillary pressure. More...
|
|
std::size_t | numThroatsInvaded () const |
| Returns the number of invaded throats. More...
|
|
◆ TwoPStaticDrainage()
◆ numThroatsInvaded()
Returns the number of invaded throats.
◆ updateInvasionState()
Updates the invasion state of the network for the given global capillary pressure.
- Parameters
-
elementIsInvaded | A vector storing the invasion state of the network. |
pcGlobal | The global capillary pressure to be applied. |
The documentation for this class was generated from the following file: