10 #if !defined(KRATOS_RIGID_BODY_POINT_LINK_SEGREGATED_V_CONDITION_H_INCLUDED )
11 #define KRATOS_RIGID_BODY_POINT_LINK_SEGREGATED_V_CONDITION_H_INCLUDED
62 enum StepType{VELOCITY_STEP = 0, PRESSURE_STEP = 1};
97 PropertiesType::Pointer pProperties )
const override;
105 Condition::Pointer Clone(
IndexType NewId,
115 void Initialize(
const ProcessInfo& rCurrentProcessInfo)
override;
128 void GetDofList(DofsVectorType& rConditionDofList,
129 const ProcessInfo& rCurrentProcessInfo )
const override;
134 void EquationIdVector(EquationIdVectorType& rResult,
135 const ProcessInfo& rCurrentProcessInfo )
const override;
140 void GetValuesVector(
Vector& rValues,
141 int Step = 0 )
const override;
146 void GetFirstDerivativesVector(
Vector& rValues,
147 int Step = 0 )
const override;
152 void GetSecondDerivativesVector(
Vector& rValues,
153 int Step = 0 )
const override;
166 void CalculateLocalSystem(
MatrixType& rLeftHandSideMatrix,
176 void CalculateRightHandSide(
VectorType& rRightHandSideVector,
186 void CalculateSecondDerivativesContributions(
MatrixType& rLeftHandSideMatrix,
196 void CalculateSecondDerivativesLHS(
MatrixType& rLeftHandSideMatrix,
206 void CalculateSecondDerivativesRHS(
VectorType& rRightHandSideVector,
217 virtual int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
254 void SetProcessInformation(
const ProcessInfo& rCurrentProcessInfo);
308 void save(
Serializer& rSerializer )
const override
std::size_t SizeType
Definition: condition.h:94
Base class for all Elements.
Definition: element.h:60
std::size_t SizeType
Definition: geometry_data.h:173
std::vector< std::unique_ptr< Dof< double > >> DofsContainerType
The DoF container type definition.
Definition: node.h:92
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Rigid Body Point Rigid Contact Condition for 3D and 2D geometries. (base class)
Definition: rigid_body_point_link_condition.hpp:47
Rigid Body Point Rigid Contact Condition for 3D and 2D geometries. (base class)
Definition: rigid_body_point_link_segregated_V_condition.hpp:45
GeometryData::SizeType SizeType
Definition: rigid_body_point_link_segregated_V_condition.hpp:55
StepType
Definition: rigid_body_point_link_segregated_V_condition.hpp:62
RigidBodyPointLinkSegregatedVCondition()
Definition: rigid_body_point_link_segregated_V_condition.hpp:266
Quaternion< double > QuaternionType
Definition: rigid_body_point_link_segregated_V_condition.hpp:53
StepType mStepVariable
Definition: rigid_body_point_link_segregated_V_condition.hpp:241
Vector VectorType
Definition: rigid_body_point_link_segregated_V_condition.hpp:50
Node::DofsContainerType DofsContainerType
Definition: rigid_body_point_link_segregated_V_condition.hpp:54
Element ElementType
Definition: rigid_body_point_link_segregated_V_condition.hpp:51
Node::Pointer PointPointerType
Definition: rigid_body_point_link_segregated_V_condition.hpp:52
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(RigidBodyPointLinkSegregatedVCondition)
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