10 #if !defined(KRATOS_HYDRAULIC_RIGID_CONTACT_PENALTY_CONDITION_H_INCLUDED )
11 #define KRATOS_HYDRAULIC_RIGID_CONTACT_PENALTY_CONDITION_H_INCLUDED
99 ThisNodes, PropertiesType::Pointer pProperties)
const override;
108 Condition::Pointer Clone(
IndexType NewId,
116 virtual void InitializeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
123 void GetDofList(DofsVectorType& rConditionDofList,
124 const ProcessInfo& rCurrentProcessInfo )
const override;
129 void EquationIdVector(EquationIdVectorType& rResult,
130 const ProcessInfo& rCurrentProcessInfo )
const override;
135 void GetValuesVector(
Vector& rValues,
136 int Step = 0 )
const override;
141 void GetFirstDerivativesVector(
Vector& rValues,
142 int Step = 0 )
const override;
147 void GetSecondDerivativesVector(
Vector& rValues,
148 int Step = 0 )
const override;
184 virtual void CalculateKinematics(ConditionVariables& rVariables,
186 const double& rPointNumber)
override;
193 virtual void CalculateAndAddKuug(
MatrixType& rLeftHandSideMatrix,
194 ConditionVariables& rVariables,
195 double& rIntegrationWeight)
override;
200 virtual void CalculateAndAddContactForces(
Vector& rRightHandSideVector,
201 ConditionVariables& rVariables,
202 double& rIntegrationWeight )
override;
205 void CalculateAndAddNormalContactForce(
Vector& rRightHandSideVector, ConditionVariables& rVariables,
double& rIntegrationWeight);
207 double& CalculateNormalForceModulus(
double& rNormalForceModulus, ConditionVariables& rVariables );
213 virtual void CalculateContactFactors(ConditionVariables &rContact);
259 virtual void save(
Serializer& rSerializer)
const override
Definition: amatrix_interface.h:41
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
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
std::size_t IndexType
The definition of the index type.
Definition: key_hash.h:35
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307