10 #if !defined(KRATOS_BEAM_POINT_RIGID_CONTACT_LM_3D_CONDITION_H_INCLUDED )
11 #define KRATOS_BEAM_POINT_RIGID_CONTACT_LM_3D_CONDITION_H_INCLUDED
19 #include "custom_conditions/thermal_contact/beam_point_rigid_contact_condition.hpp"
117 ThisNodes, PropertiesType::Pointer pProperties)
const;
129 virtual void InitializeNonLinearIteration(
ProcessInfo& rCurrentProcessInfo);
148 void GetValuesVector(
Vector& rValues,
154 void GetFirstDerivativesVector(
Vector& rValues,
160 void GetSecondDerivativesVector(
Vector& rValues,
202 void InitializeSystemMatrices(
MatrixType& rLeftHandSideMatrix,
204 Flags& rCalculationFlags);
217 const double& rPointNumber);
224 virtual void CalculateAndAddKuug(
MatrixType& rLeftHandSideMatrix,
226 double& rIntegrationWeight);
228 virtual void CalculateAndAddKuugTangent(
MatrixType& rLeftHandSideMatrix,
230 double& rIntegrationWeight);
235 virtual void CalculateAndAddContactForces(
Vector& rRightHandSideVector,
237 double& rIntegrationWeight );
240 virtual void CalculateAndAddNormalContactForce(
Vector& rRightHandSideVector,
ConditionVariables& rVariables,
double& rIntegrationWeight);
243 virtual void CalculateAndAddTangentContactForce(
Vector& rRightHandSideVector,
ConditionVariables& rVariables,
double& rIntegrationWeight);
248 double& CalculateTangentRelativeMovement(
double& rTangentRelativeMovement,
ConditionVariables& rVariables );
250 double CalculateCoulombsFrictionLaw(
double& rTangentForceModulus,
double& rNormalForceModulus,
ConditionVariables& rVariables );
252 double CalculateFrictionCoefficient(
double & rTangentRelativeMovement);
304 virtual void save(
Serializer& rSerializer)
const
std::vector< std::size_t > EquationIdVectorType
Definition: condition.h:98
std::vector< DofType::Pointer > DofsVectorType
Definition: condition.h:100
std::size_t IndexType
Definition: flags.h:74
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
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
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
void InitializeSolutionStep(ConstructionUtility &rThisUtil, std::string ThermalSubModelPartName, std::string MechanicalSubModelPartName, std::string HeatFluxSubModelPartName, std::string HydraulicPressureSubModelPartName, bool thermal_conditions, bool mechanical_conditions, int phase)
Definition: add_custom_utilities_to_python.cpp:45
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307