mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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);
|
std::array<double, 3> cubical = getCubeDim(grid, cell);
|
||||||
const double* cell_perm = &permeability[grid.dimensions*grid.dimensions*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);
|
wellperf_data[well_index].push_back(pd);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user