|
| CompressibleTpfa (const UnstructuredGrid &grid, const BlackoilPropertiesInterface &props, const RockCompressibility *rock_comp_props, const LinearSolverInterface &linsolver, const double residual_tol, const double change_tol, const int maxiter, const double *gravity, const Wells *wells) |
|
virtual | ~CompressibleTpfa () |
| Destructor. More...
|
|
void | solve (const double dt, BlackoilState &state, WellState &well_state) |
|
bool | singularPressure () const |
| After solve(), was the resulting pressure singular. Returns true if the pressure is singular in the following sense: if everything is incompressible and there are no pressure conditions, the absolute values of the pressure solution are arbitrary. (But the differences in pressure are significant.) More...
|
|
Encapsulating a tpfa pressure solver for the compressible-fluid case. Supports gravity, wells and simple sources as driving forces. Below we use the shortcuts D for the number of dimensions, N for the number of cells and F for the number of faces.