From d041ad8f4fb9c9cb623fafc34558d520949965e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 11 May 2012 13:02:48 +0200 Subject: [PATCH 1/2] Update doc. --- opm/core/pressure/IncompTpfa.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/opm/core/pressure/IncompTpfa.hpp b/opm/core/pressure/IncompTpfa.hpp index f14d9108..2a0de275 100644 --- a/opm/core/pressure/IncompTpfa.hpp +++ b/opm/core/pressure/IncompTpfa.hpp @@ -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, + /// 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: From 541c1d3dbe7ff99b94edc925a791077eeef50e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 11 May 2012 15:10:02 +0200 Subject: [PATCH 2/2] Minor doc update. --- opm/core/pressure/IncompTpfa.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/core/pressure/IncompTpfa.hpp b/opm/core/pressure/IncompTpfa.hpp index 2a0de275..302a5f40 100644 --- a/opm/core/pressure/IncompTpfa.hpp +++ b/opm/core/pressure/IncompTpfa.hpp @@ -35,9 +35,9 @@ namespace Opm /// Encapsulating a tpfa pressure solver for the incompressible-fluid case. /// Supports gravity, wells controlled by bhp or reservoir rates, - /// and simple sources as driving forces. + /// boundary conditions and simple sources as driving forces. /// Rock compressibility can be included, but any nonlinear iterations - /// are not handled in this class. + /// 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. class IncompTpfa