The indices for the isothermal two-phase n-component model.  
#include <dumux/porousmediumflow/2pnc/indices.hh>
|  | 
| static constexpr int | firstPhaseOnly = 1 | 
|  | Only the first phase (in fluid system) is present. 
 | 
|  | 
| static constexpr int | secondPhaseOnly = 2 | 
|  | Only the second phase (in fluid system) is present. 
 | 
|  | 
| static constexpr int | bothPhases = 3 | 
|  | Both phases are present. 
 | 
|  | 
| static constexpr int | pressureIdx = 0 | 
|  | 
| static constexpr int | switchIdx = 1 | 
|  | index for first/second phase pressure (depending on formulation) in privar vector 
 | 
|  | 
| static constexpr int | conti0EqIdx = 0 | 
|  | index of either the saturation or the mass/mole fraction of the first/second component 
 | 
|  | 
◆ bothPhases
  
  | 
        
          | int Dumux::TwoPNCIndices::bothPhases = 3 |  | staticconstexpr | 
 
 
◆ conti0EqIdx
  
  | 
        
          | int Dumux::TwoPNCIndices::conti0EqIdx = 0 |  | staticconstexpr | 
 
 
◆ firstPhaseOnly
  
  | 
        
          | int Dumux::TwoPNCIndices::firstPhaseOnly = 1 |  | staticconstexpr | 
 
 
◆ pressureIdx
  
  | 
        
          | int Dumux::TwoPNCIndices::pressureIdx = 0 |  | staticconstexpr | 
 
 
◆ secondPhaseOnly
  
  | 
        
          | int Dumux::TwoPNCIndices::secondPhaseOnly = 2 |  | staticconstexpr | 
 
 
◆ switchIdx
  
  | 
        
          | int Dumux::TwoPNCIndices::switchIdx = 1 |  | staticconstexpr | 
 
 
The documentation for this struct was generated from the following file: