Fixed/Added documentation comments.

This commit is contained in:
Xavier Raynaud
2012-09-05 11:45:54 +02:00
parent 5f27612b05
commit 7721defbd3
6 changed files with 20 additions and 6 deletions

View File

@@ -40,11 +40,9 @@ namespace Opm
class PolymerBlackoilState;
class WellState;
/// Encapsulating a tpfa pressure solver for the compressible-fluid case with polymer.
/// Encapsulating a tpfa pressure solver for the compressible-fluid case with polymer.
/// Supports gravity, wells controlled by bhp or reservoir rates,
/// boundary conditions and simple sources as driving forces.
/// Rock compressibility can be included, and necessary nonlinear
/// iterations are handled.
/// 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 CompressibleTpfaPolymer : public CompressibleTpfa