mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Merge from upstream.
This commit is contained in:
commit
02d3601072
@ -33,11 +33,13 @@ namespace Opm
|
||||
|
||||
class LinearSolverInterface;
|
||||
|
||||
/// Encapsulating a tpfa pressure solver for the incompressible case.
|
||||
/// Supports gravity and simple sources as driving forces.
|
||||
/// Encapsulating a tpfa pressure solver for the incompressible-fluid case.
|
||||
/// Supports gravity, wells controlled by bhp or reservoir rates,
|
||||
/// boundary conditions and simple sources as driving forces.
|
||||
/// Rock compressibility can be included, but any nonlinear iterations
|
||||
/// are not handled in this class.
|
||||
/// Below we use the shortcuts D for the number of dimensions, N
|
||||
/// for the number of cells and F for the number of faces.
|
||||
/// Note: we intend to add wells in the future.
|
||||
class IncompTpfa
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user