My Project
Loading...
Searching...
No Matches
Opm::EQUIL::Miscibility::RvwVD< FluidSystem > Class Template Reference

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

#include <EquilibrationHelpers.hpp>

Inheritance diagram for Opm::EQUIL::Miscibility::RvwVD< FluidSystem >:
Opm::EQUIL::Miscibility::RsFunction< FluidSystem::Scalar >

Public Member Functions

 RvwVD (const int pvtRegionIdx, const std::vector< Scalar > &depth, const std::vector< Scalar > &rvw)
 Constructor.
 
Scalar operator() (const Scalar depth, const Scalar press, const Scalar temp, const Scalar satWat=0.0) const override
 Function call.
 
- Public Member Functions inherited from Opm::EQUIL::Miscibility::RsFunction< FluidSystem::Scalar >
virtual Scalar operator() (const Scalar depth, const Scalar press, const Scalar temp, const Scalar sat=0.0) const=0
 Function call operator.
 

Detailed Description

template<class FluidSystem>
class Opm::EQUIL::Miscibility::RvwVD< FluidSystem >

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

Data typically taken from keyword 'RVWVD'.

Constructor & Destructor Documentation

◆ RvwVD()

template<class FluidSystem >
Opm::EQUIL::Miscibility::RvwVD< FluidSystem >::RvwVD ( const int pvtRegionIdx,
const std::vector< Scalar > & depth,
const std::vector< Scalar > & rvw )

Constructor.

Parameters
[in]pvtRegionIdxThe pvt region index
[in]depthDepth nodes.
[in]rvwEvaporized water-gasl ratio at depth.

Member Function Documentation

◆ operator()()

template<class FluidSystem >
RvwVD< FluidSystem >::Scalar Opm::EQUIL::Miscibility::RvwVD< FluidSystem >::operator() ( const Scalar depth,
const Scalar press,
const Scalar temp,
const Scalar satWat = 0.0 ) const
override

Function call.

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

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