Contains the intensive quantities of the flash-based compositional multi-phase model. More...
#include <flashintensivequantities.hh>
Public Types | |
typedef Opm::CompositionalFluidState < Evaluation, FluidSystem, enableEnergy > | FluidState |
The type of the object returned by the fluidState() method. | |
Public Member Functions | |
FlashIntensiveQuantities (const FlashIntensiveQuantities &other)=default | |
FlashIntensiveQuantities & | operator= (const FlashIntensiveQuantities &other)=default |
void | update (const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) |
const FluidState & | fluidState () const |
Returns the phase state for the control-volume. More... | |
const DimMatrix & | intrinsicPermeability () const |
Returns the intrinsic permeability tensor a degree of freedom. More... | |
const Evaluation & | relativePermeability (unsigned phaseIdx) const |
Returns the relative permeability of a given phase within the control volume. More... | |
const Evaluation & | mobility (unsigned phaseIdx) const |
Returns the effective mobility of a given phase within the control volume. More... | |
const Evaluation & | porosity () const |
Returns the average porosity within the control volume. More... | |
Contains the intensive quantities of the flash-based compositional multi-phase model.
|
inline |
Returns the phase state for the control-volume.
|
inline |
Returns the intrinsic permeability tensor a degree of freedom.
|
inline |
Returns the effective mobility of a given phase within the control volume.
phaseIdx | The index of the fluid phase of interest. |
|
inline |
Returns the average porosity within the control volume.
|
inline |
Returns the relative permeability of a given phase within the control volume.
phaseIdx | The index of the fluid phase of interest. |
|
inline |