Opm::ImpesTPFAAD Class Reference

Class for solving black-oil impes problems. More...

#include <ImpesTPFAAD.hpp>

Public Member Functions

 ImpesTPFAAD (const UnstructuredGrid &grid, const BlackoilPropsAdFromDeck &fluid, const DerivedGeology &geo, const Wells &wells, const LinearSolverInterface &linsolver)
 Construct impes solver.
 
void solve (const double dt, BlackoilState &state, WellState &well_state)
 Solve forward in time. More...
 

Detailed Description

Class for solving black-oil impes problems.

Current known limitations:

  • pressure solve only
  • no miscibility
  • no gravity in wells or crossflow

Member Function Documentation

◆ solve()

void Opm::ImpesTPFAAD::solve ( const double  dt,
BlackoilState &  state,
WellState &  well_state 
)

Solve forward in time.

Currently this will only modify state.pressure(), state.faceflux(), well_state.bhp() and well_state.wellRates().


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