mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use PerfData for perforation pressure
This commit is contained in:
@@ -36,6 +36,8 @@ private:
|
||||
public:
|
||||
PerfData(std::size_t num_perf, const PhaseUsage& pu);
|
||||
std::size_t size() const;
|
||||
bool try_assign(const PerfData& other);
|
||||
|
||||
|
||||
std::vector<double> pressure;
|
||||
std::vector<double> rates;
|
||||
|
||||
Reference in New Issue
Block a user