0% found this document useful (0 votes)
658 views3 pages

How To Run OLGA Simulation Without Using GUI - 7798996 - 02

This document describes two options for running OLGA simulations without using the GUI: 1) Using the OLGA Command Shell (opi.exe), which allows running .opi, .key, and .genkey files from the command line. 2) Using the OlgaExecutables engine directly by specifying the full executable path and providing a .genkey file. Both options allow integrating OLGA with other tools like Python.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
658 views3 pages

How To Run OLGA Simulation Without Using GUI - 7798996 - 02

This document describes two options for running OLGA simulations without using the GUI: 1) Using the OLGA Command Shell (opi.exe), which allows running .opi, .key, and .genkey files from the command line. 2) Using the OlgaExecutables engine directly by specifying the full executable path and providing a .genkey file. Both options allow integrating OLGA with other tools like Python.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

How to run OLGA simulation without using GUI

Objective: To understand how to run OLGA simulation without using the GUI.

There are a few options that allows user to run OLGA simulation without using GUI including

1. OLGA Command Shell (opi.exe)


2. Using OlgaExecutables engine directly

OLGA Command Shell (opi.exe) is extended windows command prompt that allows you to run OLGA
input files type including .opi, .key, and .genkey without using the OLGA GUI.

Opi.exe is installed under C:\Program Files\Schlumberger\OLGA version XXXX.XX.

1. Go to a folder where you keep OLGA input files (.opi and .genkey will be used in this example)
2. Press Shift and right click. Then, select “Open PowerShell Window here”. Then you will get the
right directory in command line for your OLGA case.
Note: If you understand basic commands, you also can use Command Prompt Window, then
write command to change the directory for your OLGA case. This will be shown in the next
option as example.

Schlumberger-Private
3. Write opi /? to see the guideline how to use each syntax.
4. To run OLGA simulation, write opi.exe .\<name>.genkey or opi.exe .\<name>.opi. Then, press
enter. The simulation will be running. For example opi.exe .\Example.opi or opi.exe
.\Example.genkey
When using .opi file, OLGA will generate .genkey file to use as input file for the simulation.

With this option, it will run a default of OLGA version in your laptop/PC.

Note: If you have more than one version in your laptop/PC, you can change default of OLGA version in
Environment Variables > User Variables > Path.

At the back end, this option will read OlgaExecutables path automatically as default path in your
laptop/PC, so you don’t need to write the entire folder path of the engine.

Schlumberger-Private
Another option is to use “OlgaExecutables” directly. Only .genkey can be used for this option.

1. Open “Command Prompt”. Default directory is C:\Users\<usernames>


2. To direct to your folder, write cd <folder path> for example, cd Documents
Then it directs to C:\Users\<username>\Documents. This command enables you to change the
current directory or, in other words, to navigate to another folder from your laptop/PC.
Note: You can write cd \ to go back to the top of directory tree which is C drive
3. Write the entire path of the OLGA executable. For example, "C:\Program
Files\Schlumberger\OLGA 2020.1.0\OlgaExecutables\OLGA-2020.1.0.exe"
4. Space and write the name of your case.genkey. For example, Basic.genkey

These options enable you to run the simulation without GUI. These are useful when you would like to
apply OLGA with other external tool such as Python Application.

Schlumberger-Private

You might also like