rename getCF() to getConnectionTransmissibilityFactor()

This commit is contained in:
Andreas Lauser 2014-09-06 12:43:18 +02:00
parent 2b83e3bbe2
commit 9a44720e32

View File

@ -164,8 +164,8 @@ void WellsManager::createWellsFromSpecs(std::vector<WellConstPtr>& wells, size_t
int cell = cgit->second;
PerfData pd;
pd.cell = cell;
if (completion->getCF() > 0.0) {
pd.well_index = completion->getCF();
if (completion->getConnectionTransmissibilityFactor() > 0.0) {
pd.well_index = completion->getConnectionTransmissibilityFactor();
} else {
double radius = 0.5*completion->getDiameter();
if (radius <= 0.0) {