Opm::Aquancon::AquancCell Struct Reference

#include <Aquancon.hpp>

Public Member Functions

 AquancCell (int aquiferID_arg, std::size_t gi, const std::pair< bool, double > &ic, double im, FaceDir::DirEnum fd)
 
 AquancCell ()=default
 
bool operator== (const AquancCell &other) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Public Attributes

int aquiferID
 
std::size_t global_index
 
std::pair< bool, double > influx_coeff
 
double influx_mult
 
FaceDir::DirEnum face_dir
 

Constructor & Destructor Documentation

◆ AquancCell() [1/2]

Opm::Aquancon::AquancCell::AquancCell ( int  aquiferID_arg,
std::size_t  gi,
const std::pair< bool, double > &  ic,
double  im,
FaceDir::DirEnum  fd 
)
inline

◆ AquancCell() [2/2]

Opm::Aquancon::AquancCell::AquancCell ( )
default

Member Function Documentation

◆ operator==()

bool Opm::Aquancon::AquancCell::operator== ( const AquancCell other) const
inline

◆ serializeOp()

template<class Serializer >
void Opm::Aquancon::AquancCell::serializeOp ( Serializer serializer)
inline

Member Data Documentation

◆ aquiferID

int Opm::Aquancon::AquancCell::aquiferID

Referenced by operator==(), and serializeOp().

◆ face_dir

FaceDir::DirEnum Opm::Aquancon::AquancCell::face_dir

Referenced by operator==(), and serializeOp().

◆ global_index

std::size_t Opm::Aquancon::AquancCell::global_index

Referenced by operator==(), and serializeOp().

◆ influx_coeff

std::pair<bool, double> Opm::Aquancon::AquancCell::influx_coeff

Referenced by operator==(), and serializeOp().

◆ influx_mult

double Opm::Aquancon::AquancCell::influx_mult

Referenced by operator==(), and serializeOp().


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