The indices for the isothermal three-phase three-component model.  
#include <dumux/porousmediumflow/3p3c/indices.hh>
|  | 
| static constexpr int | threePhases = 1 | 
|  | All three phases are present. 
 | 
|  | 
| static constexpr int | wPhaseOnly = 2 | 
|  | Only the water phase is present. 
 | 
|  | 
| static constexpr int | gnPhaseOnly = 3 | 
|  | Only gas and NAPL phases are present. 
 | 
|  | 
| static constexpr int | wnPhaseOnly = 4 | 
|  | Only water and NAPL phases are present. 
 | 
|  | 
| static constexpr int | gPhaseOnly = 5 | 
|  | Only gas phase is present. 
 | 
|  | 
| static constexpr int | wgPhaseOnly = 6 | 
|  | Only water and gas phases are present. 
 | 
|  | 
| static constexpr int | pressureIdx = 0 | 
|  | index for gas phase pressure in a solution vector 
 | 
|  | 
| static constexpr int | switch1Idx = 1 | 
|  | index 1 of saturation or mole fraction 
 | 
|  | 
| static constexpr int | switch2Idx = 2 | 
|  | index 2 of saturation or mole fraction 
 | 
|  | 
| static constexpr int | pgIdx = pressureIdx | 
|  | index for gas phase pressure in a solution vector 
 | 
|  | 
| static constexpr int | sOrX1Idx = switch1Idx | 
|  | index of either the saturation of the wetting phase or the mole fraction secondary component if a phase is not present 
 | 
|  | 
| static constexpr int | sOrX2Idx = switch2Idx | 
|  | index of either the saturation of the nonwetting phase or the mole fraction secondary component if a phase is not present 
 | 
|  | 
| static constexpr int | conti0EqIdx = 0 | 
|  | 
◆ conti0EqIdx
  
  | 
        
          | int Dumux::ThreePThreeCIndices::conti0EqIdx = 0 |  | staticconstexpr | 
 
 
◆ gnPhaseOnly
  
  | 
        
          | int Dumux::ThreePThreeCIndices::gnPhaseOnly = 3 |  | staticconstexpr | 
 
 
◆ gPhaseOnly
  
  | 
        
          | int Dumux::ThreePThreeCIndices::gPhaseOnly = 5 |  | staticconstexpr | 
 
 
◆ pgIdx
◆ pressureIdx
  
  | 
        
          | int Dumux::ThreePThreeCIndices::pressureIdx = 0 |  | staticconstexpr | 
 
 
◆ sOrX1Idx
  
  | 
        
          | int Dumux::ThreePThreeCIndices::sOrX1Idx = switch1Idx |  | staticconstexpr | 
 
 
◆ sOrX2Idx
  
  | 
        
          | int Dumux::ThreePThreeCIndices::sOrX2Idx = switch2Idx |  | staticconstexpr | 
 
 
◆ switch1Idx
  
  | 
        
          | int Dumux::ThreePThreeCIndices::switch1Idx = 1 |  | staticconstexpr | 
 
 
◆ switch2Idx
  
  | 
        
          | int Dumux::ThreePThreeCIndices::switch2Idx = 2 |  | staticconstexpr | 
 
 
◆ threePhases
  
  | 
        
          | int Dumux::ThreePThreeCIndices::threePhases = 1 |  | staticconstexpr | 
 
 
◆ wgPhaseOnly
  
  | 
        
          | int Dumux::ThreePThreeCIndices::wgPhaseOnly = 6 |  | staticconstexpr | 
 
 
◆ wnPhaseOnly
  
  | 
        
          | int Dumux::ThreePThreeCIndices::wnPhaseOnly = 4 |  | staticconstexpr | 
 
 
◆ wPhaseOnly
  
  | 
        
          | int Dumux::ThreePThreeCIndices::wPhaseOnly = 2 |  | staticconstexpr | 
 
 
The documentation for this class was generated from the following file: