#include <dfpcfracture.h>
Public Member Functions | |
DFPcFracture (double gamma, double theta) | |
virtual double | operator() (double x, unsigned cmp) const |
virtual | ~DFPcFracture () |
Protected Attributes | |
double | _gamma |
double | _theta |
Implement the Pc function as described in the paper On the numerical simulation of waterflooding of heterogeneous pretroleum reservoirs
Definition at line 11 of file dfpcfracture.h.
DFPcFracture::DFPcFracture | ( | double | gamma, | |
double | theta | |||
) |
Definition at line 5 of file dfpcfracture.cpp.
virtual DFPcFracture::~DFPcFracture | ( | ) | [inline, virtual] |
Definition at line 22 of file dfpcfracture.h.
double DFPcFracture::operator() | ( | double | x, | |
unsigned | cmp | |||
) | const [virtual] |
Implements Function1D.
Definition at line 11 of file dfpcfracture.cpp.
double DFPcFracture::_gamma [protected] |
Definition at line 15 of file dfpcfracture.h.
double DFPcFracture::_theta [protected] |
Definition at line 15 of file dfpcfracture.h.