The indices for the two-phase one-component model.  
#include <dumux/porousmediumflow/2p1c/indices.hh>
|  | 
| static const int | twoPhases = 1 | 
|  | Both liquid and gas phase are present. 
 | 
|  | 
| static const int | liquidPhaseOnly = 2 | 
|  | Only the liquid phase is present. 
 | 
|  | 
| static const int | gasPhaseOnly = 3 | 
|  | Only gas phase is present. 
 | 
|  | 
| static const int | pressureIdx = 0 | 
|  | Index for phase pressure in a solution vector. 
 | 
|  | 
| static const int | switchIdx = 1 | 
|  | Index of saturation or temperature. 
 | 
|  | 
| static const int | conti0EqIdx = 0 | 
|  | Index of the mass conservation equation for the water component. 
 | 
|  | 
| static const int | energyEqIdx = 1 | 
|  | 
| static const int | temperatureIdx = -99 | 
|  | For compatibility reasons. Do not use. 
 | 
|  | 
◆ conti0EqIdx
  
  | 
        
          | const int Dumux::TwoPOneCIndices::conti0EqIdx = 0 |  | static | 
 
 
◆ energyEqIdx
  
  | 
        
          | const int Dumux::TwoPOneCIndices::energyEqIdx = 1 |  | static | 
 
 
◆ gasPhaseOnly
  
  | 
        
          | const int Dumux::TwoPOneCIndices::gasPhaseOnly = 3 |  | static | 
 
 
◆ liquidPhaseOnly
  
  | 
        
          | const int Dumux::TwoPOneCIndices::liquidPhaseOnly = 2 |  | static | 
 
 
◆ pressureIdx
  
  | 
        
          | const int Dumux::TwoPOneCIndices::pressureIdx = 0 |  | static | 
 
 
◆ switchIdx
  
  | 
        
          | const int Dumux::TwoPOneCIndices::switchIdx = 1 |  | static | 
 
 
◆ temperatureIdx
  
  | 
        
          | const int Dumux::TwoPOneCIndices::temperatureIdx = -99 |  | static | 
 
 
◆ twoPhases
  
  | 
        
          | const int Dumux::TwoPOneCIndices::twoPhases = 1 |  | static | 
 
 
The documentation for this class was generated from the following file: