mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3467 New interface class for completions +use RiaDefines::CompletionType
This commit is contained in:
@@ -41,10 +41,18 @@ namespace RiaDefines
|
||||
};
|
||||
|
||||
enum CompletionType {
|
||||
// Well path construction features
|
||||
WELL_PATH,
|
||||
CASING,
|
||||
LINER,
|
||||
PACKER,
|
||||
// Well path flow completions
|
||||
PERFORATION_INTERVAL,
|
||||
FISHBONES,
|
||||
FRACTURE,
|
||||
ICD,
|
||||
AICD,
|
||||
ICV
|
||||
};
|
||||
|
||||
bool isPerCellFaceResult(const QString& resultName);
|
||||
|
||||
Reference in New Issue
Block a user