Opm::WellIndexFracture Struct Reference

#include <WellIndexFracture.hpp>

Public Member Functions

double wellIndex (const double) const
 

Public Attributes

double ctf {0.0}
 Fracture connection transmissibility factor. More...
 
double pressure {0.0}
 Connection pressure at which ctf was computed. More...
 

Detailed Description

Additional connection transmissibility contributed by a dynamically created fracture crossing an existing well connection. Populated by a fracture model through WellInterfaceGeneric::addFracturePerforations(); zero-initialized entries contribute nothing.

Member Function Documentation

◆ wellIndex()

double Opm::WellIndexFracture::wellIndex ( const double  ) const
inline

Fracture connection factor at the given connection pressure.

The pressure argument is reserved for interpolating the factor between solves; until that is validated the stored factor is returned unchanged.

References ctf.

Member Data Documentation

◆ ctf

double Opm::WellIndexFracture::ctf {0.0}

Fracture connection transmissibility factor.

Referenced by wellIndex().

◆ pressure

double Opm::WellIndexFracture::pressure {0.0}

Connection pressure at which ctf was computed.


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