Inheritance diagram for LinearFlow:
Public Member Functions | |
LinearFlow (Array< REAL > const &Prms, Array< REAL > const &IniData) | |
virtual | ~LinearFlow () |
String | Name () const |
void | TgPermeability (Tensor2 &K) const |
void | FlowVelocity (Tensor1 const &Grad, Tensor1 &Vel) const |
void | FlowUpdate (REAL const &DPp) |
void | BackupState () |
void | RestoreState () |
int | nInternalStateValues () const |
void | InternalStateValues (Array< REAL > &IntStateVals) const |
void | InternalStateNames (Array< String > &IntStateNames) const |
REAL | Pp () const |
REAL | GammaW () const |
Static Public Attributes | |
static const size_t | NPRMS = 2 |
static const size_t | NIDAT = 1 |
Protected Attributes | |
REAL | _k |
REAL | _gammaW |
REAL | _ppr |
REAL | _ppr_bkp |
Definition at line 30 of file linearflow.h.