Struct for storing the total area under a graph. More...
#include <summaryIntegrationTest.hpp>
Public Member Functions | |
WellProductionVolume & | operator+= (const WellProductionVolume &rhs) |
Overloaded operator. More... | |
Public Attributes | |
double | total =0 |
The total area under the graph when plotting the summary vector against time. More... | |
double | error =0 |
The total area under the graph when plotting the deviation vector against time. More... | |
Struct for storing the total area under a graph.
Used when plotting summary vector against time. In most cases this represents a volume.
|
inline |
Overloaded operator.
[in] | rhs | WellProductionVolume struct |
double WellProductionVolume::error =0 |
The total area under the graph when plotting the deviation vector against time.
In most cases the total error volume.
double WellProductionVolume::total =0 |
The total area under the graph when plotting the summary vector against time.
In most cases the total production volume.