kel85uk / ewoms

The eWoms Porous Media Simulation Framework
Other
1 stars 0 forks source link

AQUTAB Table 1 #12

Open nairr opened 6 years ago

nairr commented 6 years ago

Table 1 of the AQUTAB keyword is defaulted and is the constant terminal rate case for an infinite aquifer as given by Van Everdingen and Hurst [https://www.onepetro.org/download/journal-paper/SPE-949305-G?id=journal-paper%2FSPE-949305-G]

The numbering for user input tables in the AQUTAB keyword starts from number 2 onwards.

This means that the PId(Td) function from Van Everdingen and Hurst must be implemented at the simulator side

nairr commented 6 years ago

According to https://www.onepetro.org/download/journal-paper/SPE-949305-G?id=journal-paper%2FSPE-949305-G, the TD, PD table for the constant terminal rate solution for an infinite aquifer is:

-- TD PD 0.01 0.112 0.05 0.229 0.10 0.315 0.15 0.376 0.20 0.424 0.25 0.469 0.30 0.503 0.40 0.564 0.50 0.616 0.60 0.659 0.70 0.702 0.80 0.735 0.90 0.772 1.00 0.802 1.50 0.927 2.00 1.020 2.50 1.101 3.00 1.169 4.00 1.275 5.00 1.362 6.00 1.436 7.00 1.500 8.00 1.556 9.00 1.604 10.00 1.651 15.00 1.829 20.00 1.960 25.00 2.067 30.00 2.147 40.00 2.282 50.00 2.388 60.00 2.476 70.00 2.550 80.00 2.615 90.00 2.672 100.00 2.723 150.00 2.921 200.00 3.064 250.00 3.173 300.00 3.263 400.00 3.406 500.00 3.516 600.00 3.608 700.00 3.684 800.00 3.750 900.00 3.809 1000.00 3.860 /

Since we have this table, the default value for AQUTAB can be implemented at the aquifer object in the parser side