51 #ifndef VPDependentFriction_h 52 #define VPDependentFriction_h 66 #include "VDependentFriction.h" 75 inline double muFast0(
void)
84 double deltaMu,
double alpha,
double transRate);
87 int setTrial(
double normalForce,
double velocity = 0.0);
88 double getDFFrcDNFrc(
void);
95 void Print(std::ostream &s,
int flag = 0);
FrictionModel * getCopy(void) const
Virtual constructor.
Definition: VPDependentFriction.cpp:72
int sendData(CommParameters &)
Send data through the channel being passed as parameter.
Definition: VPDependentFriction.cpp:76
double transRate
transition rate from low to high velocity
Definition: VDependentFriction.h:73
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: VPDependentFriction.cpp:124
double muSlow
coefficient of friction at low velocity
Definition: VDependentFriction.h:71
Definition: VPDependentFriction.h:69
Definition: VDependentFriction.h:68
Definition: FrictionModel.h:71
double muFast
coefficient of friction at high velocity
Definition: VDependentFriction.h:72
Communication parameters between processes.
Definition: CommParameters.h:65
int recvData(const CommParameters &)
Receive data through the channel being passed as parameter.
Definition: VPDependentFriction.cpp:85
================================================================================
Definition: ContinuaReprComponent.h:34