change the name of computeSegmentDensitiesAndCompVolumeDt

to computeSegmentFluidProperties to include calculation of more fluid mixture in the segments.
This commit is contained in:
Kai Bao
2015-10-16 13:02:48 +02:00
parent 8bde14d7ce
commit 3b3ac203d9
2 changed files with 4 additions and 4 deletions

View File

@@ -279,7 +279,7 @@ namespace Opm {
// Calculate the density of the mixture in the segments
// And the surface volume of the components in the segments by dt
void
computeSegmentDensitiesAndCompVolumeDt(const SolutionState& state);
computeSegmentFluidProperties(const SolutionState& state);
void
computeSegmentPressuresDelta(const SolutionState& state);