Open Source Reservoir Simulation - Installing and Introduction to OPM (Open Porous Media)

Описание к видео Open Source Reservoir Simulation - Installing and Introduction to OPM (Open Porous Media)

This is the Part 1 of Open Source Reservoir Simulation. In this video, we will install OPM, Run our first Simulation, and Visualize the Results. In the next videos, we will learn OPM in detail.

OPM website:
https://opm-project.org/

Link to download VirtualBox:
https://www.virtualbox.org/wiki/Downl...

Link to download Ubuntu image:
https://ubuntu.com/download/desktop


Commands you will need:

sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:opm/ppa
sudo apt-get update
sudo apt-get install mpi-default-bin
sudo apt-get install libopm-simulators-bin


wget https://github.com/OPM/opm-data/archi...
unzip master.zip
cd opm-data-master/spe1
flow SPE1CASE1.DATA

sudo apt-get install resinsight
sudo apt-get install octave-resinsight

pip install resdata
summary.x--list SPE1CASE1.DATA
summary.x SPE1CASE1.DATA WBHP:INJ

Комментарии

Информация по комментариям в разработке