Use PerfData for perforation pressure

This commit is contained in:
Joakim Hove
2021-06-05 08:52:18 +02:00
parent 4b69d12335
commit 76838cd8a4
8 changed files with 62 additions and 31 deletions

View File

@@ -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;