Skip to content

PGE323M/assignment16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework Assignment 16

Assignment 16

Instructions

The Simple 2D Problem in CMG was also the exact problem we wrote our own Python code for in Assignment 15. Recall the problem schematic

image

Work through the tutorial and import your results into CMG's Resultsapplication. From there, export the pressures as shown in the tutorial (from the [3 3 3] gridblock). Save the exported results to a CSV file assignment16.csv. Copy this file into this repository, add, commit, and push to Github for submission.

Note: There is one additional step not referenced in the video. When editing the input file manually, after changing the grid from 1d to 2d and adjusting the permeabilities as shown in the video, you will also need to change the lines

DTOP
5*1000

to

DTOP
12*1000

because there are 12 grid blocks now.

Testing

If you would like to check to see if your solution is correct, run the following command at the Terminal command line:

python test.py

a status message of OK indicates you have the correct solution.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages