10 #if !defined(KRATOS_COULOMB_ADHESION_FRICTION_LAW_H_INCLUDED)
11 #define KRATOS_COULOMB_ADHESION_FRICTION_LAW_H_INCLUDED
78 FrictionLaw::Pointer
Clone()
const override
80 return Kratos::make_shared<CoulombAdhesionFrictionLaw>(*
this);
108 std::string
Info()
const override
110 std::stringstream buffer;
111 buffer <<
"CoulombAdhesionFrictionLaw";
118 rOStream <<
"CoulombAdhesionFrictionLaw";
124 rOStream <<
"CoulombAdhesionFrictionLaw Data";
153 double EvaluateHardening(
const double& rNormalStress,
const double& rPlasticSlip, FrictionLawVariables& rTangentVariables)
override;
155 double EvaluateContactYield(
const double& rTangentStress,
const double& rNormalStress,
const double& rPlasticSlip, FrictionLawVariables& rTangentVariables)
override;
157 void EvaluateYieldDerivativeRespectStress(
double& rdF_dt,
double & rdF_dp,
const double& rTangentStress,
const double& rNormalStress,
const double&
Gamma, FrictionLawVariables& rTangentVariables)
override;
221 void save(
Serializer& rSerializer )
const override
255 return rOStream << rThis.
Info();
Short class definition.
Definition: coulomb_adhesion_friction_law.hpp:52
~CoulombAdhesionFrictionLaw() override
Destructor.
Definition: coulomb_adhesion_friction_law.hpp:72
FrictionLaw::Pointer Clone() const override
Definition: coulomb_adhesion_friction_law.hpp:78
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: coulomb_adhesion_friction_law.hpp:122
CoulombAdhesionFrictionLaw(CoulombAdhesionFrictionLaw const &rOther)
Copy constructor.
Definition: coulomb_adhesion_friction_law.hpp:69
KRATOS_CLASS_POINTER_DEFINITION(CoulombAdhesionFrictionLaw)
Pointer definition of CoulombAdhesionFrictionLaw.
std::string Info() const override
Turn back information as a string.
Definition: coulomb_adhesion_friction_law.hpp:108
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: coulomb_adhesion_friction_law.hpp:116
CoulombAdhesionFrictionLaw()
Default constructor.
Definition: coulomb_adhesion_friction_law.hpp:66
Short class definition.
Definition: friction_law.hpp:52
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307
def Gamma(n, j)
Definition: quadrature.py:146