![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <linflow.h>
Public Member Functions | |
LinFlow (int NDim, SDPair const &Prms) | |
void | InitIvs (SDPair const &Ini, State *Sta) const |
void | TgIncs (State const *Sta, Vec_t &DGra, Vec_t &DVel, Vec_t &DIvs) const |
void | Stiffness (State const *Sta, Mat_t &TheD) const |
Public Attributes | |
double | kx |
double | ky |
double | kz |
Mat_t | D |
LinFlow::LinFlow | ( | int | NDim, |
SDPair const & | Prms | ||
) | [inline] |
void LinFlow::InitIvs | ( | SDPair const & | Ini, |
State * | Sta | ||
) | const [inline, virtual] |
Implements Model.
void LinFlow::Stiffness | ( | State const * | Sta, |
Mat_t & | TheD | ||
) | const [inline, virtual] |
Reimplemented from Model.
void LinFlow::TgIncs | ( | State const * | Sta, |
Vec_t & | DGra, | ||
Vec_t & | DVel, | ||
Vec_t & | DIvs | ||
) | const [inline, virtual] |
Reimplemented from Model.
double LinFlow::kx |
double LinFlow::ky |
double LinFlow::kz |