block_mat Class Reference

#include <doubleporositydiff.h>

List of all members.

Public Member Functions

 block_mat ()
 ~block_mat ()
void basis_fcts (double potAt_n)
double getSourceTerm (double potAt_n1)

Private Attributes

double _potBar
double _potHat

Detailed Description

Definition at line 39 of file doubleporositydiff.h.


Constructor & Destructor Documentation

block_mat::block_mat (  )  [inline]

Definition at line 45 of file doubleporositydiff.h.

00046   {
00047     _potBar = 0;
00048     _potHat = 0;
00049   }

block_mat::~block_mat (  )  [inline]

Definition at line 50 of file doubleporositydiff.h.

00050 {}


Member Function Documentation

void block_mat::basis_fcts ( double  potAt_n  )  [inline]

Definition at line 51 of file doubleporositydiff.h.

00052   {
00053     _potBar = potAt_n;
00054     _potHat = potAt_n;
00055   }

double block_mat::getSourceTerm ( double  potAt_n1  )  [inline]

Definition at line 56 of file doubleporositydiff.h.

00057   {
00058     return 0.0001;//_potBar+potAt_n1*_potHat;
00059   }


Member Data Documentation

double block_mat::_potBar [private]

Definition at line 42 of file doubleporositydiff.h.

double block_mat::_potHat [private]

Definition at line 43 of file doubleporositydiff.h.


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