Search the site...

The Petrospective
  • Blog
  • Home
    • Senior Design (PETE487)
  • About
  • Contact
  • Petroleum Engineering Resources (Students)
  • Blog
  • Home
    • Senior Design (PETE487)
  • About
  • Contact
  • Petroleum Engineering Resources (Students)

RESOURCES​

Resources for Petroleum Engineering students - miscellaneous stuff I've had laminated in a binder or program I've written that has been helpful. This page is new so more to be added. 

Will be adding worked out examples and excel spreadsheets. â€‹

HOME
BLOG
ABOUT
CONTACT Text

reservoir Engineering Equation Sheet
​

Reservoir_Eqn_Sheet
reservoir_equationsheet_version1.0.pdf.zip
File Size: 10000 kb
File Type: zip
Download File

Natural Gas Equation Sheet
​

Gas_EquationSheet
Equation sheet with Z-factor chart and a number of common gas equations.
gas_calculations_equations_sheet_version1.pdf
File Size: 686 kb
File Type: pdf
Download File

Picture

Interpolation TI-89 Code

Linear interpolation is a useful program to have on your TI-89. 
()
Prgm
ClrIO
Dialog
Title "enter interpolation data"
Request "t1",t1,0
Request "data1",d1,0
Request "t2",t2,0
Request "data2",d2,0
Request "t3",t3,0
Request "data3",d3,0
EndDlog
expr(t1)→t1
expr(t2)→t2
expr(d1)→d1
expr(d2)→d2
If t3="" Then
expr(d3)→d3
(t2-t1)/(d2-d1)*(d3-d1)+t1→a
Else
expr(t3)→t3
(d2-d1)/(t2-t1)*(t3-t1)+d1→a
EndIf
Dialog
Title "answer is"
Text format(a,"e4")
EndDlog
DelVar t1,t2,d1,d2,a,t3,d3
EndPrgm

TI-89 Code: Hall-Yarborough
​

TI-89 Code and describing text.
​Click the button below to go to page with code.
HALL YARBOROUGH POST

Reservoir Engineering: Resources

Updated: 3/1/2016
________________________________
Reservoir Fluids
http://www.pe.tamu.edu/barrufet/public_html/PETE310/
Dr. Maria Barrufet's course page for Reservoir Fluids at Texas A&M. Gold mine for all things fluids (PVT, DL, properties, equations of states.


Natural Gas Density Calculator. 
http://www.unitrove.com/engineering/tools/gas/natural-gas-density​

​

Powered by Create your own unique website with customizable templates.