mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rename SpiralICD -> SICD
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user