improving the initSolvent in StandardWellsSolvent

This commit is contained in:
Kai Bao
2016-04-18 15:37:18 +02:00
parent ebe60bc5d7
commit b82e917b0d
3 changed files with 5 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ namespace Opm {
residual_.matbalscale.resize(fluid_.numPhases() + 1, 0.0031); // use the same as gas
stdWells().initilazeSolvent(&solvent_props_, solvent_pos_);
stdWells().initSolvent(&solvent_props_, solvent_pos_);
}
if (is_miscible_) {
mu_eff_.resize(fluid_.numPhases() + 1, ADB::null());