Questions tagged [petrel]

Application intended to aggregate oil reservoir data from multiple sources

Petrel allows the user to interpret seismic data, perform well correlation, build reservoir models suitable for simulation, submit and visualize simulation results, calculate volumes, produce maps and design development strategies to maximize reservoir exploitation.

Petrel is built on the framework which allows 3rd parties, universities, oil company's and other parts of Schlumberger to code directly into Petrel.

143 questions
0
votes
2 answers

Show a specific process dialog in petrel?

I want to show a specified dialog under simulation category like "Developement Strategy" and do something after its "OK" click. Is there a way to show a native petrel process window? I can see some class and interfaces in "Slb.Ocean.Petrel.UI" like…
user3636337
  • 113
  • 1
  • 6
0
votes
2 answers

How to run a simulation case using CaseRunner function?

I'm currently working on a Petrel plug-in in which I need to run a simulation case (through a "For Loop"), I create my case runner, export it and the run it...but after finishing the simulation and closing the console, I check the…
user3636337
  • 113
  • 1
  • 6
0
votes
0 answers

Petrel 2012 could not find license server

I am using windows8 and getting following errors: First I tried to to install Schlumberger licensing 2012 but I am getting a runtime error. Then I installed schlumberger licensing 2010. But petrel 2012 could not able to find locahost license server…
0
votes
1 answer

Getting Latitud and Longitud of a Project

I am creating a Plugin and I need to know the Min and Max Latitud Min and max Longitud That information shows in the Statistics tab of the Settings Window of the Project. (Menu Project -> Project Settings -> Statistics tab) I get the Statistics…
Dzyann
  • 5,062
  • 11
  • 63
  • 95
0
votes
1 answer

How can I update the Name of a Petrel Window?

I am trying to update the Name/Display Name of a Petrel Window after the Save event. I implemented my own NameInfo class that inherits from the NameInfo abstract class. public class MyNameInfo : NameInfo { private string name =…
Dzyann
  • 5,062
  • 11
  • 63
  • 95
0
votes
1 answer

How can I archive my arg pack in Ocean for Petrel?

I have a custom Ocean workstep in Petrel, but I cannot succeed in persisting my arguments package. My package contains PillarGrid objects (Gird, Property, Zone) as shown below : [Archivable(Version = 1, Release = "2013.6")] public class MyArguments…
Eric David
  • 261
  • 3
  • 14
0
votes
2 answers

SeismicCube.IndexAtPosition unexpected output

I'm not sure what is going wrong here. It works in some projects, but not in others. I can't figure out what the difference is between them. To test the problem, I created a point set with a single point at a position I am sure is inside the…
0
votes
1 answer

PIP build does not include other dll's

WHen doing a PIP build it will copy in the solutions other projects outputs from the DeployList.xml but for a different project outside of this solution I only copied in the dll. However it does not like this and throws an error: Ignored…
user1584120
  • 1,169
  • 2
  • 23
  • 44
0
votes
2 answers

Target folder cannot be created building a PIP project

I am trying to build a PIP project in VS 2010. I'm using Ocean SDK 2012. When I create the PIP project I've used the wizard but I've noticed the pre-build event has the DeployList.xml first when it should be second in the parameter list. Now when…
user1584120
  • 1,169
  • 2
  • 23
  • 44
0
votes
1 answer

How to display BlackOil in Petrel Function Window programatically

How do you display the Oil/Water/Gas components of a BlackOil domain object programatically on the FunctionWindow? I tried calling FunctionWindow.ShowObject on BlackOil.OilPhase but received an error that it could not be found on the input tree.
0
votes
1 answer

Getting Surface Data in Ocean for Petrel

Is there a way to get the x, y and z point values of a particular surface in petrel through Ocean and print them out in the Petrel output window?
Seslie
  • 21
  • 3
0
votes
1 answer

Can we distribute Ocean's PluginManager.exe

We are developing a Petrel Ocean plugin aimed at Petrel 2011 as well as Petrel 2012 that won't be distributed via the store. From reading various documents, I'd planned on using PluginManager.exe to install the pip file on clients' PCs. However,…
David Arno
  • 42,717
  • 16
  • 86
  • 131
0
votes
1 answer

How to save the welllog data in time domain in ocean

Output of my plug-in is welllog in time domain. So I want to create welllog with time domain in ocean. so how can I do that???? or if this is not possible Is it possible to change the domain of wellog from time to depth without using velocity model…
0
votes
1 answer

Petrel 2011 DialogBuilder.ShowSettings on a Process

UPDATE: The process needs to set as the active object first. THe new question is how to do this. PetrelSystem.ActiveObjectService.GetActiveObject() The above call doesn't work. Is there another way to set the active object for processes?…
Ashley Kelham
  • 106
  • 2
  • 7
0
votes
1 answer

Ocean 2012 missing class PetrelSystem

Question received on the Ocean portal: I got following error. For all PetrelSystem declaration in my code, I got the same error. I added Ocean.Core dll file from new path(Petrel 2012), but that did not help: The name 'PetrelSystem' does not exist in…
1 2 3
9
10