All Classes Functions Variables
WellProductionVolume Struct Reference

Struct for storing the total area under a graph. More...

#include <summaryIntegrationTest.hpp>

Public Member Functions

WellProductionVolumeoperator+= (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...
 

Detailed Description

Struct for storing the total area under a graph.

Used when plotting summary vector against time. In most cases this represents a volume.

Member Function Documentation

WellProductionVolume& WellProductionVolume::operator+= ( const WellProductionVolume rhs)
inline

Overloaded operator.

Parameters
[in]rhsWellProductionVolume struct

Member Data Documentation

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.


The documentation for this struct was generated from the following file: