mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added hydrostatic correction for vfp table depth
Closer to reproducing proper results, but som oscillating behaviour in plots of actual BHP.
This commit is contained in:
@@ -137,6 +137,11 @@ public:
|
||||
const double& bhp,
|
||||
const double& alq) const;
|
||||
|
||||
/**
|
||||
* Returns the table associated with the ID, or throws an exception if
|
||||
* the table does not exist
|
||||
*/
|
||||
const VFPProdTable* getTable(const int table_id) const;
|
||||
|
||||
private:
|
||||
// Map which connects the table number with the table itself
|
||||
|
||||
Reference in New Issue
Block a user