#3467 New interface class for completions +use RiaDefines::CompletionType

This commit is contained in:
Gaute Lindkvist
2018-10-09 11:06:10 +02:00
parent f3a2521eda
commit 1019eeaa6a
19 changed files with 391 additions and 336 deletions

View File

@@ -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);