Reputation: 97
Is it correct to say that the unit system from Ocean API for simulation results (cumulative oil production, gas, water, etc) is always SI unit system regardless the unit system choosen by the user in eclipse input file and/or Petrel interface?
Upvotes: 1
Views: 94
Reputation: 302
Whenever you read data using the Ocean API the values of the data are returned in SI units. You can use PetrelUnitSystem to convert them to display units when you present them to the user in some UI. You also use it to convert data you are acquiring in display units to SI units before you write them to the project.
Upvotes: 1
Reputation: 201
Yes. Use the unit conversion utilities in PetrelUnitSystem
when interacting with the user interface.
Upvotes: 2