mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge from upstream.
This commit is contained in:
commit
02d3601072
@ -33,11 +33,13 @@ namespace Opm
|
|||||||
|
|
||||||
class LinearSolverInterface;
|
class LinearSolverInterface;
|
||||||
|
|
||||||
/// Encapsulating a tpfa pressure solver for the incompressible case.
|
/// Encapsulating a tpfa pressure solver for the incompressible-fluid case.
|
||||||
/// Supports gravity and simple sources as driving forces.
|
/// 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
|
/// Below we use the shortcuts D for the number of dimensions, N
|
||||||
/// for the number of cells and F for the number of faces.
|
/// for the number of cells and F for the number of faces.
|
||||||
/// Note: we intend to add wells in the future.
|
|
||||||
class IncompTpfa
|
class IncompTpfa
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user