mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-13 11:34:48 -05:00
Updated for helper class name change (UpwindSelector).
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ int main()
|
||||
V sw1 = 0.5*V::Ones(nc,1);
|
||||
const V ndp = (ops.ngrad * p1.matrix()).array();
|
||||
const V dflux = mobtransf * ndp;
|
||||
const UpwindSelectorTotalFlux<double> upwind(grid, ops, dflux);
|
||||
const UpwindSelector<double> upwind(grid, ops, dflux);
|
||||
const V pv = Eigen::Map<const V>(props.porosity(), nc, 1)
|
||||
* Eigen::Map<const V>(grid.cell_volumes, nc, 1);
|
||||
const double dt = 0.0005;
|
||||
|
||||
Reference in New Issue
Block a user