mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #3166 from totto82/fixSaltVdExt
extrapolate saltvd table Closes #2889.
This commit is contained in:
commit
4c76489cbc
@ -1762,7 +1762,7 @@ private:
|
||||
const auto& cells = reg.cells(i);
|
||||
for (const auto& cell : cells) {
|
||||
const double depth = cellCenterDepth_[cell];
|
||||
this->saltConcentration_[cell] = saltVdTable_[i].eval(depth);
|
||||
this->saltConcentration_[cell] = saltVdTable_[i].eval(depth, /*extrapolate=*/true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user