Opm::FlowsContainer< FluidSystem > Class Template Reference

#include <FlowsContainer.hpp>

Inheritance diagram for Opm::FlowsContainer< FluidSystem >:
Inheritance graph

Public Member Functions

 FlowsContainer (const Schedule &schedule, const SummaryConfig &summaryConfig)
 
void allocate (const std::size_t bufferSize, const unsigned numOutputNnc, const bool allocRestart, std::map< std::string, int > &rstKeywords)
 
void assignFlores (const unsigned globalDofIdx, const int faceId, const unsigned nncId, const Scalar gas, const Scalar oil, const Scalar water)
 
void assignFlows (const unsigned globalDofIdx, const int faceId, const unsigned nncId, const Scalar gas, const Scalar oil, const Scalar water)
 
void outputRestart (data::Solution &sol)
 
const std::array< FlowsData< double >, 3 > & getFlowsn () const
 
bool hasFlowsn () const
 
bool hasFlows () const
 
bool hasBlockFlows () const
 
bool anyFlows () const
 
const std::array< FlowsData< double >, 3 > & getFloresn () const
 
bool hasFloresn () const
 
bool hasFlores () const
 
bool anyFlores () const
 
Scalar getFlow (const unsigned globalDofIdx, const FaceDir::DirEnum dir, const int comp_idx) const
 

Constructor & Destructor Documentation

◆ FlowsContainer()

template<class FluidSystem >
Opm::FlowsContainer< FluidSystem >::FlowsContainer ( const Schedule &  schedule,
const SummaryConfig &  summaryConfig 
)

Member Function Documentation

◆ allocate()

template<class FluidSystem >
void Opm::FlowsContainer< FluidSystem >::allocate ( const std::size_t  bufferSize,
const unsigned  numOutputNnc,
const bool  allocRestart,
std::map< std::string, int > &  rstKeywords 
)

◆ anyFlores()

template<class FluidSystem >
bool Opm::FlowsContainer< FluidSystem >::anyFlores ( ) const
inline

◆ anyFlows()

template<class FluidSystem >
bool Opm::FlowsContainer< FluidSystem >::anyFlows ( ) const
inline

◆ assignFlores()

template<class FluidSystem >
void Opm::FlowsContainer< FluidSystem >::assignFlores ( const unsigned  globalDofIdx,
const int  faceId,
const unsigned  nncId,
const Scalar  gas,
const Scalar  oil,
const Scalar  water 
)

◆ assignFlows()

template<class FluidSystem >
void Opm::FlowsContainer< FluidSystem >::assignFlows ( const unsigned  globalDofIdx,
const int  faceId,
const unsigned  nncId,
const Scalar  gas,
const Scalar  oil,
const Scalar  water 
)

◆ getFloresn()

template<class FluidSystem >
const std::array< FlowsData< double >, 3 > & Opm::FlowsContainer< FluidSystem >::getFloresn ( ) const
inline

◆ getFlow()

template<class FluidSystem >
Scalar Opm::FlowsContainer< FluidSystem >::getFlow ( const unsigned  globalDofIdx,
const FaceDir::DirEnum  dir,
const int  comp_idx 
) const
inline

◆ getFlowsn()

template<class FluidSystem >
const std::array< FlowsData< double >, 3 > & Opm::FlowsContainer< FluidSystem >::getFlowsn ( ) const
inline

◆ hasBlockFlows()

template<class FluidSystem >
bool Opm::FlowsContainer< FluidSystem >::hasBlockFlows ( ) const
inline

◆ hasFlores()

template<class FluidSystem >
bool Opm::FlowsContainer< FluidSystem >::hasFlores ( ) const
inline

◆ hasFloresn()

template<class FluidSystem >
bool Opm::FlowsContainer< FluidSystem >::hasFloresn ( ) const
inline

◆ hasFlows()

template<class FluidSystem >
bool Opm::FlowsContainer< FluidSystem >::hasFlows ( ) const
inline

◆ hasFlowsn()

template<class FluidSystem >
bool Opm::FlowsContainer< FluidSystem >::hasFlowsn ( ) const
inline

◆ outputRestart()

template<class FluidSystem >
void Opm::FlowsContainer< FluidSystem >::outputRestart ( data::Solution &  sol)

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