15 #if !defined(KRATOS_RING_ELEMENT_3D_H_INCLUDED )
16 #define KRATOS_RING_ELEMENT_3D_H_INCLUDED
58 GeometryType::Pointer pGeometry);
60 GeometryType::Pointer pGeometry,
61 PropertiesType::Pointer pProperties);
75 GeometryType::Pointer pGeom,
76 PropertiesType::Pointer pProperties
89 PropertiesType::Pointer pProperties
92 void EquationIdVector(
93 EquationIdVectorType& rResult,
94 const ProcessInfo& rCurrentProcessInfo)
const override;
97 DofsVectorType& rElementalDofList,
98 const ProcessInfo& rCurrentProcessInfo)
const override;
100 void CalculateLeftHandSide(
104 void CalculateLocalSystem(
MatrixType &rLeftHandSideMatrix,
108 void CalculateRightHandSide(
VectorType &rRightHandSideVector,
111 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
112 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
113 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
115 Matrix ElasticStiffnessMatrix()
const;
116 Matrix GeometricStiffnessMatrix()
const;
117 inline Matrix TotalStiffnessMatrix()
const;
119 double GetCurrentLength()
const;
120 double GetRefLength()
const;
121 double CalculateGreenLagrangeStrain()
const;
122 double LinearStiffness()
const;
124 void CalculateLumpedMassVector(
126 const ProcessInfo& rCurrentProcessInfo)
const override;
128 void CalculateMassMatrix(
132 void CalculateDampingMatrix(
137 void AddExplicitContribution(
150 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
155 bool HasSelfWeight()
const;
160 Vector CalculateBodyForces();
164 Vector GetCurrentLengthArray()
const;
165 Vector GetRefLengthArray()
const;
166 Vector GetDeltaPositions(
const int& rDirection)
const;
167 Vector GetDirectionVectorNt()
const;
168 Vector GetInternalForces()
const;
171 void save(
Serializer& rSerializer)
const override;
Base class for all Elements.
Definition: element.h:60
std::size_t IndexType
Defines the index type.
Definition: geometrical_object.h:73
Geometry base class.
Definition: geometry.h:71
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
This is a ring elemen with 3 translational dofs per node.
Definition: ring_element_3D.hpp:37
Element BaseType
Definition: ring_element_3D.hpp:44
BaseType::MatrixType MatrixType
Definition: ring_element_3D.hpp:50
BaseType::EquationIdVectorType EquationIdVectorType
Definition: ring_element_3D.hpp:52
RingElement3D()
Definition: ring_element_3D.hpp:56
BaseType::PropertiesType PropertiesType
Definition: ring_element_3D.hpp:47
BaseType::IndexType IndexType
Definition: ring_element_3D.hpp:48
BaseType::DofsVectorType DofsVectorType
Definition: ring_element_3D.hpp:53
BaseType::NodesArrayType NodesArrayType
Definition: ring_element_3D.hpp:46
BaseType::GeometryType GeometryType
Definition: ring_element_3D.hpp:45
BaseType::SizeType SizeType
Definition: ring_element_3D.hpp:49
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(RingElement3D)
BaseType::VectorType VectorType
Definition: ring_element_3D.hpp:51
void AddExplicitContribution(const VectorType &rRHSVector, const Variable< VectorType > &rRHSVariable, const Variable< array_1d< double, 3 > > &rDestinationVariable, const ProcessInfo &rCurrentProcessInfo) override
This function is designed to make the element to assemble an rRHS vector identified by a variable rRH...
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
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
std::size_t SizeType
Definition: nurbs_utilities.h:41
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Properties PropertiesType
Definition: regenerate_pfem_pressure_conditions_process.h:26
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307