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.  
#include <dumux/porenetwork/2p/static/staticdrainge.hh>
|  | 
|  | 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. 
 | 
|  | 
| std::size_t | numThroatsInvaded () const | 
|  | Returns the number of invaded throats. 
 | 
|  | 
◆ TwoPStaticDrainage()
◆ numThroatsInvaded()
◆ updateInvasionState()
- 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: