AnalogIn, DigitalIn, DigitalOut, Simulation, and Card classes all working correctly so far

This commit is contained in:
Patrick McDonagh
2017-02-01 14:24:35 -06:00
commit a7073aae9c
46 changed files with 2240 additions and 0 deletions

25
wellSetup.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
}
]
}