DFKrcPiri Class Reference

#include <krpiri1.h>

Inheritance diagram for DFKrcPiri:
Inheritance graph
[legend]
Collaboration diagram for DFKrcPiri:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual double operator() (double x, unsigned cmp=0) const
 DFKrcPiri ()
virtual ~DFKrcPiri ()

Detailed Description

Definition at line 59 of file krpiri1.h.


Constructor & Destructor Documentation

DFKrcPiri::DFKrcPiri (  )  [inline]

Definition at line 73 of file krpiri1.h.

00073 {}

virtual DFKrcPiri::~DFKrcPiri (  )  [inline, virtual]

Definition at line 74 of file krpiri1.h.

00074 {}


Member Function Documentation

virtual double DFKrcPiri::operator() ( double  x,
unsigned  cmp = 0 
) const [inline, virtual]

Implements Function1D.

Definition at line 62 of file krpiri1.h.

00063   {
00064     if (x < SRW)
00065       return 0.0;
00066     double x_2=x*x;
00067     double x_3=x_2*x;
00068     double x_5=x_3*x_2;
00069     double x_7=x_5*x_2;
00070     double x_9=x_7*x_2;
00071     return -17.212298*x_9+31.6010168*x_7-21.388521*x_5+8.823503199999999*x_3-2.6041938*x;
00072   }


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Sun Apr 8 23:13:01 2012 for CO2INJECTION by  doxygen 1.6.3