add dead poro volume functionality.

This commit is contained in:
Liu Ming
2013-12-12 22:46:29 +08:00
parent 2eaf24decf
commit c2cdc7ec17
3 changed files with 22 additions and 9 deletions

View File

@@ -170,6 +170,12 @@ namespace Opm {
}
double
PolymerPropsAd::deadPoreVol() const
{
return polymer_props_.deadPoreVol();
}