Stores well test and gets latest kFactor

This commit is contained in:
Patrick McDonagh
2017-02-07 19:02:10 -06:00
parent 1699b82067
commit 2a13a25f06
16 changed files with 1125 additions and 355 deletions

25
barneyWell.json Normal file
View File

@@ -0,0 +1,25 @@
{
"deltaT": 0.06,
"pumpDiameter": 1.5,
"fluidGradient": 0.45,
"tubingID": 1.0,
"tubingOD": 1.225,
"tubingAnchorDepth": 8923.0,
"structuralRating": 320000.0,
"stuffingBoxFriction": 300.0,
"tubingHeadPressure": 200.0,
"tapers": [
{
"length": 10095.0,
"diameter": 0.75,
"material": "steel",
"dampingFactor": 0.8
},
{
"length": 300.0,
"diameter": 1.5,
"material": "steel",
"dampingFactor": 0.8
}
]
}