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
3
votes
2 answers

Why is my plug-in built with Ocean/Petrel 2010.2.2 not working with 2010.2?

We have built a plug-in with the latest Ocean/Petrel hotfix: 2010.2.2. All our tests work OK. But the plug-in crashes when used with 2010.2. Any advice from anyone?
Nautilus
  • 71
  • 3
3
votes
0 answers

How to access Modeling Input Parameters via Ocean API?

In Models tab, if I right click in a Facies, for instance, I can access a table called Modeling Input Parameters. I can also do it via Process Tab/Property modeling/Facies modeling, click Common and click on Show modeling input parameters... I would…
Raul Kist
  • 331
  • 3
  • 8
3
votes
1 answer

Communication between Petrel and standalone app packaged as plugin

We (our team) saw that it's possible to include standalone app to a plugin. The app is used to modify Petrel's data in the specific way. See for example these…
gshep
  • 628
  • 6
  • 14
3
votes
1 answer

PluginPackager in Petrel 2014 - Could not load file or assembly

I'm migrating an Plugin from 2013.1 to 2014.1 Petrel Ocean version. When I try to generate the PIP file through PluginPackager.exe in version 2013.1, its functions normally. However, in version 2014.1 the following problem: Plug-in DID NOT PASS…
Pereira
  • 719
  • 8
  • 22
3
votes
3 answers

Running Petrel in Virtual Machine?

Does anyone run Petrel in a VM? Parallels Workstation Extreme looks like it would do the trick, but I'm wondering if the new RemoteFX in Windows Server's Hyper-V would work? Feel free to make this a Community Wiki post.
L.M
  • 303
  • 2
  • 8
2
votes
1 answer

Resetting a custom made color table

I have made some custom property versions with corresponding custom color tables. Everything seems to work quite well. However, when I select "Reset the color table" in the color tab, Petrel does not set the values to my default values, but to some…
2
votes
3 answers

Prohibited from accessing other seismic data in attribute generator (2011)

We have several seismic attribute generators which require data from seismic volumes which are not among the input volumes. In Petrel 2010 this worked fine as long as the generator ran in the UI thread. Petrel 2011 goes to great lengths to prohibit…
Robert Schmidt
  • 699
  • 4
  • 14
2
votes
2 answers

Why can't I see my ocean plugin

I am stuck trying to figure why my module is not loading but I don't see any obvious error message. It is a very basic setup (nothing fancy yet) Here is my module definition : public class MyModule : IModule { public void Disintegrate() { …
MBen
  • 3,956
  • 21
  • 25
2
votes
3 answers

Petrel 2011 plugins not able to load dependent assemblies from the installation folder

We're building a PIP-installer for our plugin. The plugin consists of one module in one DLL, lets call it MyCoolPlugin.dll (actually, this DLL consists of several merged DLLs). In addition the plugin has a few dependencies to third party DLLs (e.g.…
larsmoa
  • 12,604
  • 8
  • 62
  • 85
2
votes
1 answer

Remove (.unrst) file from the Eclipse/petrel simulation?

I am running my simulations with Eclipse E100, and the run generates a file with extension .unrst which takes a lot of space in the folder Is there a way to stop the simulation from generating this file Best Regards
Rory
  • 51
  • 8
2
votes
1 answer

Using DefaultCredentials inside a Petrel plugin

I'm working on a Petrel plugin that makes a web request to an IIS server that requires Windows Authentication. In order to send the Windows credentials of the currently logged in user, I set request.UseDefaultCredentials = true. Below is the code to…
2
votes
2 answers

Not able to Debug my plugin in petrel 2013

When i am trying to debug my plugin following error shows after few seconds "a debugger is attached and debugging of petrel startup is not supported. Please Detach the Debugger". Please help me resolving this issue
OkDroid
  • 185
  • 3
  • 11
2
votes
0 answers

Using Petrel's Reference Project Tool in Petrel from Command Line in Windows

I have a number of Petrel projects which I update on a regular basis. I use Reference Project Tool across all my projects by opening each of them manually, however I'd like to establish if this is possible to automate. I found couple of references…
Magda
  • 121
  • 2
2
votes
1 answer

Drawing on Petrel map window

I'm working on a plug in for petrel in I require drawing lines, polygons on a petrel map window, can it be possible using mouse events?
Deepak
  • 377
  • 4
  • 14
2
votes
1 answer

Why I can't see my Window on the plug in area?

I'm not able to see my Window in the plug in area. I know that some code must be added in the Integrate section. However i don't know which. public void Integrate() { } public void IntegratePresentation() {} How can I make it visible? Is it really…
Eduardo
  • 67
  • 1
  • 11
1
2 3
9 10