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... | |
Class for solving black-oil impes problems.
Current known limitations:
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().