mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Bugfix: skin factor, not diameter.
This commit is contained in:
parent
f0126b2501
commit
eb19031c17
@ -485,7 +485,7 @@ namespace Opm
|
||||
}
|
||||
std::array<double, 3> cubical = getCubeDim(grid, cell);
|
||||
const double* cell_perm = &permeability[grid.dimensions*grid.dimensions*cell];
|
||||
pd.well_index = computeWellIndex(radius, cubical, cell_perm, completion->getDiameter());
|
||||
pd.well_index = computeWellIndex(radius, cubical, cell_perm, completion->getSkinFactor());
|
||||
}
|
||||
wellperf_data[well_index].push_back(pd);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user