mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2246 Vector Descriptions : Shorten percentage and remove space before Limit
This commit is contained in:
parent
9a805ac834
commit
6987a2a4c6
@ -127,7 +127,7 @@ void RiuSummaryVectorDescriptionMap::populateFieldToInfoMap()
|
||||
{ "FWVPT", "Water Voidage Production Total" },
|
||||
{ "FWVIR", "Water Voidage Injection Rate" },
|
||||
{ "FWVIT", "Water Voidage Injection Total" },
|
||||
{ "FWPIR", "Ratio of produced water to injected water expressed as a percentage" },
|
||||
{ "FWPIR", "Ratio of produced water to injected water (percentage)" },
|
||||
{ "FWMPR", "Water component molar production rate" },
|
||||
{ "FWMPT", "Water component molar production total" },
|
||||
{ "FWMIR", "Water component molar injection rate" },
|
||||
@ -565,7 +565,7 @@ void RiuSummaryVectorDescriptionMap::populateFieldToInfoMap()
|
||||
{ "GWVPT", "Water Voidage Production Total" },
|
||||
{ "GWVIR", "Water Voidage Injection Rate" },
|
||||
{ "GWVIT", "Water Voidage Injection Total" },
|
||||
{ "GWPIR", "Ratio of produced water to injected water expressed as a percentage" },
|
||||
{ "GWPIR", "Ratio of produced water to injected water (percentage)" },
|
||||
{ "GWMPR", "Water component molar production rate" },
|
||||
{ "GWMPT", "Water component molar production total" },
|
||||
{ "GWMIR", "Water component molar injection rate" },
|
||||
@ -963,7 +963,7 @@ void RiuSummaryVectorDescriptionMap::populateFieldToInfoMap()
|
||||
{ "WWVPT", "Water Voidage Production Total" },
|
||||
{ "WWVIR", "Water Voidage Injection Rate" },
|
||||
{ "WWVIT", "Water Voidage Injection Total" },
|
||||
{ "WWPIR", "Ratio of produced water to injected water expressed as a percentage" },
|
||||
{ "WWPIR", "Ratio of produced water to injected water (percentage)" },
|
||||
{ "WWMPR", "Water component molar production rate" },
|
||||
{ "WWMPT", "Water component molar production total" },
|
||||
{ "WWMIR", "Water component molar injection rate" },
|
||||
|
Loading…
Reference in New Issue
Block a user