#include <BlackoilPhases.hpp>

Inheritance diagram for Opm::PhaseUsage:
Inheritance graph

Public Types

enum  PhaseIndex {
  Aqua = 0 , Liquid = 1 , Vapour = 2 , Solvent = 3 ,
  Polymer = 4 , Energy = 5
}
 

Public Attributes

int num_phases
 
int phase_used [MaxNumPhases+NumCryptoPhases]
 
int phase_pos [MaxNumPhases+NumCryptoPhases]
 
bool has_solvent
 
bool has_polymer
 
bool has_energy
 

Static Public Attributes

static const int MaxNumPhases = 3
 
static const int NumCryptoPhases = 3
 

Member Enumeration Documentation

◆ PhaseIndex

Enumerator
Aqua 
Liquid 
Vapour 
Solvent 
Polymer 
Energy 

Member Data Documentation

◆ has_energy

bool Opm::PhaseUsage::has_energy

Referenced by Opm::phaseUsageFromDeck().

◆ has_polymer

bool Opm::PhaseUsage::has_polymer

Referenced by Opm::phaseUsageFromDeck().

◆ has_solvent

bool Opm::PhaseUsage::has_solvent

Referenced by Opm::phaseUsageFromDeck().

◆ MaxNumPhases

const int Opm::BlackoilPhases::MaxNumPhases = 3
staticinherited

◆ num_phases

◆ NumCryptoPhases

const int Opm::BlackoilPhases::NumCryptoPhases = 3
staticinherited

Referenced by Opm::phaseUsageFromDeck().

◆ phase_pos

◆ phase_used


The documentation for this struct was generated from the following file: