Rename SpiralICD -> SICD

This commit is contained in:
Joakim Hove
2020-05-28 09:36:20 +02:00
parent 83cafe9517
commit 195d2b1c21
4 changed files with 7 additions and 7 deletions

View File

@@ -3638,7 +3638,7 @@ namespace Opm
total_connection_length += connection_length;
}
SpiralICD& sicd = *segment.spiralICD();
SICD& sicd = *segment.spiralICD();
sicd.updateScalingFactor(segment_length, total_connection_length);
}
}
@@ -3676,7 +3676,7 @@ namespace Opm
pressureDropSpiralICD(const int seg) const
{
// TODO: We have to consider the upwinding here
const SpiralICD& sicd = *segmentSet()[seg].spiralICD();
const SICD& sicd = *segmentSet()[seg].spiralICD();
const std::vector<EvalWell>& phase_fractions = segment_phase_fractions_[seg];
const std::vector<EvalWell>& phase_viscosities = segment_phase_viscosities_[seg];