Flash::VolumeCO2Equation Struct Reference

#include <flashessential.h>

List of all members.

Public Member Functions

double operator() (double V)

Public Attributes

double T
double P

Detailed Description

Definition at line 187 of file flashessential.h.


Member Function Documentation

double Flash::VolumeCO2Equation::operator() ( double  V  )  [inline]

Definition at line 190 of file flashessential.h.

00190 { return V*V*V - (R*T/P)*(V*V) - (R*T*bCO2/P - aCO2(T)/(P*std::sqrt(T)) + bCO2*bCO2)*(V) - aCO2(T)*bCO2/(P*std::sqrt(T)); }


Member Data Documentation

Definition at line 189 of file flashessential.h.

Definition at line 189 of file flashessential.h.


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