#include <FlowsContainer.hpp>
|
| 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 |
|
◆ FlowsContainer()
template<class FluidSystem >
Opm::FlowsContainer< FluidSystem >::FlowsContainer |
( |
const Schedule & |
schedule, |
|
|
const SummaryConfig & |
summaryConfig |
|
) |
| |
◆ 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 >
◆ anyFlows()
template<class FluidSystem >
◆ 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 >
◆ 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 >
◆ hasBlockFlows()
template<class FluidSystem >
◆ hasFlores()
template<class FluidSystem >
◆ hasFloresn()
template<class FluidSystem >
◆ hasFlows()
template<class FluidSystem >
◆ hasFlowsn()
template<class FluidSystem >
◆ outputRestart()
template<class FluidSystem >
The documentation for this class was generated from the following file:
|