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);
int recvData(const CommParameters &)
Receive data through the channel being passed as parameter.
Definition: VPDependentFriction.cpp:85
int sendSelf(CommParameters &)
Send the object.
Definition: VPDependentFriction.cpp:92
double muSlow
coefficient of friction at low velocity
Definition: VDependentFriction.h:71
Definition: VDependentFriction.h:68
FrictionModel * getCopy(void) const
Virtual constructor.
Definition: VPDependentFriction.cpp:72
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: VPDependentFriction.cpp:124
Definition: FrictionModel.h:71
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int sendData(CommParameters &)
Send data through the channel being passed as parameter.
Definition: VPDependentFriction.cpp:76
Communication parameters between processes.
Definition: CommParameters.h:65
double muFast
coefficient of friction at high velocity
Definition: VDependentFriction.h:72
Definition: VPDependentFriction.h:69
double transRate
transition rate from low to high velocity
Definition: VDependentFriction.h:73
int recvSelf(const CommParameters &)
Receive the object.
Definition: VPDependentFriction.cpp:106