XC Open source finite element analysis program
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
XC::VDependentFriction Class Reference
Inheritance diagram for XC::VDependentFriction:
XC::CoulombFriction XC::FrictionModel XC::TaggedObject XC::MovableObject XC::DistributedBase XC::VPDependentFriction

Public Member Functions

 VDependentFriction (int classTag=FRN_TAG_VDependentFriction)
 
 VDependentFriction (int tag, double muSlow, double muFast, double transRate, int classTag=FRN_TAG_VDependentFriction)
 
int setTrial (double normalForce, double velocity=0.0)
 
double getDFFrcDNFrc (void)
 
int revertToStart (void)
 
FrictionModelgetCopy (void) const
 Virtual constructor.
 
int sendSelf (CommParameters &)
 
int recvSelf (const CommParameters &)
 
void Print (std::ostream &, int flag=0)
 Imprime el objeto.
 
- Public Member Functions inherited from XC::CoulombFriction
 CoulombFriction (int classTag=FRN_TAG_CoulombFriction)
 
 CoulombFriction (int tag, double mu, int classTag=FRN_TAG_CoulombFriction)
 
double getFrictionForce (void)
 
double getFrictionCoeff (void)
 
int commitState (void)
 
int revertToLastCommit (void)
 
- Public Member Functions inherited from XC::FrictionModel
 FrictionModel (int tag, int classTag)
 
virtual double getNormalForce (void)
 
virtual double getVelocity (void)
 
virtual ResponsesetResponse (const std::vector< std::string > &, Information &)
 
virtual int getResponse (int responseID, Information &info)
 
- Public Member Functions inherited from XC::TaggedObject
 TaggedObject (int tag, EntCmd *owr=nullptr)
 Constructor.
 
void assignTag (int newTag)
 Establece el valor del tag.
 
int getTag (void) const
 
- Public Member Functions inherited from XC::MovableObject
 MovableObject (int classTag, int dbTag)
 Constructor.
 
 MovableObject (int classTag)
 Constructor.
 
 MovableObject (const MovableObject &otro)
 Copy constructor.
 
MovableObjectoperator= (const MovableObject &otro)
 Operacdor asignación.
 
int getClassTag (void) const
 Returns the tag de la clase.
 
int getDbTag (void) const
 Returns the tag para la database.
 
int getDbTag (CommParameters &)
 Returns the tag para la database.
 
void setDbTag (int dbTag)
 Asigna el tag para la database.
 
void setDbTag (CommParameters &)
 Asigna, sólo si es preciso, el tag para la database.
 
virtual int setParameter (const std::vector< std::string > &argv, Parameter &param)
 
virtual int updateParameter (int parameterID, Information &info)
 
virtual int activateParameter (int parameterID)
 
virtual int setVariable (const std::string &variable, Information &)
 Returns the identificador de la variable cuyo nombre being passed as parameter.
 
virtual int getVariable (const std::string &variable, Information &)
 
- Public Member Functions inherited from XC::DistributedBase
 DistributedBase (void)
 Constructor.
 
virtual DbTagDatagetDbTagData (void) const
 Returns a vector to store class dbTags.
 
const int & getDbTagDataPos (const int &i) const
 Returns the data at the i-th position.
 
void setDbTagDataPos (const int &i, const int &v)
 Sets the data at the i-th position.
 
void inicComm (const int &dataSize) const
 Initializes communication.
 

Protected Member Functions

int sendData (CommParameters &)
 Send data through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receive data through the channel being passed as parameter.
 
- Protected Member Functions inherited from XC::CoulombFriction
int sendData (CommParameters &)
 Send data through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receive data through the channel being passed as parameter.
 
- Protected Member Functions inherited from XC::FrictionModel
int sendData (CommParameters &)
 Send data through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receive data through the channel being passed as parameter.
 
- Protected Member Functions inherited from XC::TaggedObject
void setTag (int newTag)
 Establece el valor del tag.
 

Protected Attributes

double muSlow
 coefficient of friction at low velocity
 
double muFast
 coefficient of friction at high velocity
 
double transRate
 transition rate from low to high velocity
 
- Protected Attributes inherited from XC::CoulombFriction
double mu
 coefficient of friction
 
- Protected Attributes inherited from XC::FrictionModel
double trialN
 
double trialVel
 

The documentation for this class was generated from the following files: