All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Opm::EQUIL::Miscibility::RvVD Class Reference

Type that implements "vaporized oil-gas ratio" tabulated as a function of depth policy. More...

#include <EquilibrationHelpers.hpp>

Inheritance diagram for Opm::EQUIL::Miscibility::RvVD:
Opm::EQUIL::Miscibility::RsFunction

Public Member Functions

 RvVD (const BlackoilPropertiesInterface &props, const int cell, const std::vector< double > &depth, const std::vector< double > &rv)
 Constructor. More...
 
double operator() (const double depth, const double press, const double temp, const double sat_oil=0.0) const
 Function call. More...
 

Detailed Description

Type that implements "vaporized oil-gas ratio" tabulated as a function of depth policy.

Data typically taken from keyword 'RVVD'.

Constructor & Destructor Documentation

Opm::EQUIL::Miscibility::RvVD::RvVD ( const BlackoilPropertiesInterface props,
const int  cell,
const std::vector< double > &  depth,
const std::vector< double > &  rv 
)
inline

Constructor.

Parameters
[in]propsproperty object
[in]cellany cell in the pvt region
[in]depthDepth nodes.
[in]rvDissolved gas-oil ratio at depth.

Member Function Documentation

double Opm::EQUIL::Miscibility::RvVD::operator() ( const double  depth,
const double  press,
const double  temp,
const double  sat_oil = 0.0 
) const
inlinevirtual

Function call.

Parameters
[in]depthDepth at which to calculate RV value.
[in]pressPressure at which to calculate RV value.
[in]tempTemperature at which to calculate RV value.
Returns
Vaporized oil-gas ratio (RV) at depth depth and pressure press.

Implements Opm::EQUIL::Miscibility::RsFunction.


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