10 #if !defined(KRATOS_EP_POINT_RIGID_CONTACT_PENALTY_3D_CONDITION_H_INCLUDED )
11 #define KRATOS_EP_POINT_RIGID_CONTACT_PENALTY_3D_CONDITION_H_INCLUDED
118 ThisNodes, PropertiesType::Pointer pProperties)
const override;
127 Condition::Pointer Clone(
IndexType NewId,
138 virtual void FinalizeSolutionStep(
const ProcessInfo& rCurrentProcessInfo)
override;
144 virtual void InitializeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
182 void CalculateAndAddKuugTangent(
MatrixType& rLeftHandSideMatrix,
184 double& rIntegrationWeight)
override;
189 virtual void CalculateAndAddTangentContactForce(
Vector& rRightHandSideVector,
ConditionVariables& rVariables,
double& rIntegrationWeight)
override;
194 virtual double CalculateSomeSortOfArea();
196 double CalculateEffectiveNormalForceModulus(
const double& rNormalForceModulus,
const double & rArea);
198 Matrix ConvertToTheAppropriateSize(
const Matrix & rForceMatrix);
248 virtual void save(
Serializer& rSerializer)
const override
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
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
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307