mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added exmaple file
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef OPM_WELLSMANAGER_HEADER_INCLUDED
|
||||
#define OPM_WELLSMANAGER_HEADER_INCLUDED
|
||||
|
||||
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
|
||||
struct Wells;
|
||||
struct UnstructuredGrid;
|
||||
@@ -63,6 +63,8 @@ namespace Opm
|
||||
WellsManager& operator=(const WellsManager& other);
|
||||
// The managed Wells.
|
||||
Wells* w_;
|
||||
|
||||
boost::property_tree groups_;
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
@@ -25,7 +25,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
enum well_type { INJECTOR, PRODUCER };
|
||||
enum control_type { BHP , RATE, GRUP };
|
||||
enum control_type { BHP , RATE };
|
||||
enum surface_component { WATER = 0, OIL = 1, GAS = 2 };
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user