FKrwPiri Class Reference

#include <krpiri1.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 4 of file krpiri1.h.


Constructor & Destructor Documentation

FKrwPiri::FKrwPiri (  )  [inline]

Definition at line 14 of file krpiri1.h.

00014 {}

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

Definition at line 15 of file krpiri1.h.

00015 {}


Member Function Documentation

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

Implements Function1D.

Definition at line 7 of file krpiri1.h.

00008   {
00009     double x_2=x*x;
00010     double x_4=x_2*x_2;
00011     double x_6=x_2*x_4;
00012     return (1.056579661240908*(-0.17420798*x_6+0.25217257*x_4-0.019746546*x_2-0.0063170828))/(1.0030111*x_6-7.6192155*x_4+10.027664*x_2-4.3566221*x+1);
00013   }


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