Fernanda Foschiani
Fernanda Foschiani

Reputation: 97

Ocean API - unit system

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

Answers (2)

Keith
Keith

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

ThomasG
ThomasG

Reputation: 201

Yes. Use the unit conversion utilities in PetrelUnitSystem when interacting with the user interface.

Upvotes: 2

Related Questions