|
|
| BasicBoundaryConditions (int num_different_boundary_ids) |
| |
|
void | resize (int new_size) |
| |
|
bool | empty () const |
| |
|
void | clear () |
| |
|
int | size () const |
| |
|
FlowBC & | flowCond (int i) |
| |
|
const FlowBC & | flowCond (int i) const |
| |
|
template<class BoundaryFace > |
| const FlowBC & | flowCond (const BoundaryFace &bf) const |
| |
|
SatBC & | satCond (int i) |
| |
|
const SatBC & | satCond (int i) const |
| |
|
template<class BoundaryFace > |
| const SatBC & | satCond (const BoundaryFace &bf) const |
| |
|
SurfvolBC< numComponents > & | surfvolCond (int i) |
| |
|
const SurfvolBC< numComponents > & | surfvolCond (int i) const |
| |
|
template<class BoundaryFace > |
| const SurfvolBC< numComponents > & | surfvolCond (const BoundaryFace &bf) const |
| |
|
template<typename charT , class traits > |
| void | write (std::basic_ostream< charT, traits > &os) const |
| |
Public Member Functions inherited from Opm::PeriodicConditionHandler |
|
| PeriodicConditionHandler (int num_different_boundary_ids) |
| |
|
void | resize (int new_size) |
| |
|
bool | empty () const |
| |
|
void | clear () |
| |
|
int | size () const |
| |
|
void | setPeriodicPartners (int boundary_id_1, int boundary_id_2) |
| |
|
int | getPeriodicPartner (int boundary_id) const |
| |
|
void | setCanonicalBoundaryId (int boundary_id, int canonical_bid) |
| |
|
int | getCanonicalBoundaryId (int boundary_id) const |
| |
|
template<typename charT , class traits > |
| void | write (std::basic_ostream< charT, traits > &os) const |
| |
|
|
static const bool | HasFlowConds = FC |
| |
|
static const bool | HasSatConds = SC |
| |
|
static const bool | HasSurfvolConds = SC |
| |
The documentation for this class was generated from the following file: