mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
extrapolate saltvd table
This commit is contained in:
parent
48b10e2029
commit
c55864b1be
@ -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