fix the bug when compute the adsorption term in the mass conservation

equation.
This commit is contained in:
Liu Ming
2014-01-14 12:59:45 +08:00
parent 65764ce6f2
commit 6f6a986595
4 changed files with 34 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ namespace Opm {
*/
double rockDensity() const;
double deadPoreVol() const;
double cMax() const;
typedef AutoDiffBlock<double> ADB;
typedef ADB::V V;