FKrcPiri Class Reference

#include <krpiri1.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 41 of file krpiri1.h.


Constructor & Destructor Documentation

FKrcPiri::FKrcPiri (  )  [inline]

Definition at line 55 of file krpiri1.h.

00055 {}

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

Definition at line 56 of file krpiri1.h.

00056 {}


Member Function Documentation

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

Implements Function1D.

Definition at line 44 of file krpiri1.h.

00045   {
00046     if (x <= SRW)
00047       x=SRW; 
00048     double x_2=x*x;
00049     double x_4=x_2*x_2;
00050     double x_6=x_2*x_4;
00051     double x_8=x_2*x_6;
00052     double x_10=x_8*x_2;
00053     return -1.7212298*x_10+3.9501271*x_8-3.5647535*x_6+2.2058758*x_4-1.3020969*x_2+0.4320773;
00054   }


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:06 2012 for CO2INJECTION by  doxygen 1.6.3