52 #ifndef FlatSliderSimple2d_h 53 #define FlatSliderSimple2d_h 64 #include "FrictionElementBase.h" 65 #include "utility/matrix/Vector.h" 66 #include "utility/matrix/Matrix.h" 71 class UniaxialMaterial;
109 double sgn(
double x);
115 const std::vector<UniaxialMaterial *> &theMaterials,
117 double mass = 0.0,
int maxIter = 20,
double tol = 1E-8);
121 const ID &getExternalNodes()
const;
133 const Matrix &getInitialStiff();
137 int addInertiaLoadToUnbalance(
const Vector &accel);
145 int displaySelf(Renderer &theViewer,
int displayMode,
float fact);
146 void Print(std::ostream &s,
int flag = 0)
const;
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: FlatSliderSimple2d.cpp:558
Float vector abstraction.
Definition: Vector.h:94
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: FlatSliderSimple2d.cpp:448
const Matrix & getMass()
Returns the mass matrix.
Definition: FlatSliderSimple2d.cpp:295
Communication parameters between processes.
Definition: Communicator.h:66
Base class response objects.
Definition: Response.h:81
int recvSelf(const Communicator &)
Receive the object.
Definition: FlatSliderSimple2d.cpp:433
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: FlatSliderSimple2d.cpp:80
const Vector & getResistingForceIncInertia(void) const
Return the element resisting force including inertia.
Definition: FlatSliderSimple2d.cpp:377
FrictionModel * theFrnMdl
pointer to friction model
Definition: FrictionElementBase.h:53
int revertToStart()
Reverts the element to its initial state.
Definition: FlatSliderSimple2d.cpp:131
Vector of integers.
Definition: ID.h:95
int sendSelf(Communicator &)
Send the object.
Definition: FlatSliderSimple2d.cpp:418
Flat slider bearing element for two dimensional problems.
Definition: FlatSliderSimple2d.h:96
int getNumDOF()
return the number of DOF associated with the element.
Definition: FlatSliderSimple2d.cpp:76
const Vector & getResistingForce(void) const
Return the element resisting force.
Definition: FlatSliderSimple2d.cpp:353
Response * setResponse(const std::vector< std::string > &argv, Information &eleInformation)
setResponse() is a method invoked to determine if the element will respond to a request for a certain...
Definition: FlatSliderSimple2d.cpp:468
Base class for friction models.
Definition: FrictionModel.h:83
int commitState()
Commit the current element state.
Definition: FlatSliderSimple2d.cpp:107
int update()
Updates the element state.
Definition: FlatSliderSimple2d.cpp:155
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
Base class for loads over elements.
Definition: ElementalLoad.h:79
int revertToLastCommit()
Revert to the last committed state.
Definition: FlatSliderSimple2d.cpp:119
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:117
const Matrix & getTangentStiff()
Return the tangent stiffness matrix.
Definition: FlatSliderSimple2d.cpp:257
Base class for friction elements.
Definition: FrictionElementBase.h:50