10 #if !defined(KRATOS_UPDATED_LAGRANGIAN_U_W_ELEMENT_H_INCLUDED )
11 #define KRATOS_UPDATED_LAGRANGIAN_U_W_ELEMENT_H_INCLUDED
122 void GetValueOnIntegrationPoints(
const Variable<double>& rVariable, std::vector<double>& rValues,
const ProcessInfo& rCurrentProcessInfo)
override;
124 void GetValueOnIntegrationPoints(
const Variable<Vector>& rVariable, std::vector<Vector>& rValues,
const ProcessInfo& rCurrentProcessInfo)
override;
126 void GetValueOnIntegrationPoints(
const Variable<Matrix>& rVariable, std::vector<Matrix>& rValue,
const ProcessInfo& rCurrentProcessInfo)
override;
144 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
149 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
154 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
166 int Check(
const ProcessInfo& rCurrentProcessInfo)
override;
175 void CalculateMassMatrix(
MatrixType& rMassMatrix,
184 void CalculateDampingMatrix(
MatrixType& rDampingMatrix,
229 double& rIntegrationWeight)
override;
234 virtual void CalculateAndAddKuum(
MatrixType& rK,
236 double& rIntegrationWeight
241 virtual void CalculateAndAddKww(
MatrixType& rK,
243 double& rIntegrationWeight
253 double& rIntegrationWeight)
override;
258 virtual void CalculateAndAddInternalForces(
VectorType& rRightHandSideVector,
260 double& rIntegrationWeight
266 virtual void CalculateAndAddExternalForces(
VectorType& rRightHandSideVector,
269 double& rIntegrationWeight
274 virtual void CalculateAndAddExternalWaterForces(
VectorType& rRightHandSideVector,
277 double& rIntegrationWeight
282 void CalculateAndAddWaterPressureForces(
VectorType& rRightHandSideVector,
284 double& rIntegrationWeight
299 void InitializeSystemMatrices(
MatrixType& rLeftHandSideMatrix,
301 Flags& rCalculationFlags)
override;
313 void CalculateB2Matrix(
Matrix & rB2,
const Matrix& rDN_DX);
316 double & CalculateGaussPointWaterPressure(
ElementDataType & rVariables,
double & rWaterPressure);
360 virtual void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
std::size_t SizeType
Definition: geometry_data.h:173
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
A stabilized element for the incompressible Navier-Stokes equations.
Definition: updated_lagrangian_element.h:64
Updated Lagrangian Large Displacement Lagrangian U-W Element for 3D and 2D geometries....
Definition: updated_lagrangian_U_W_element.hpp:42
double mTimeStep
Definition: updated_lagrangian_U_W_element.hpp:212
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: updated_lagrangian_U_W_element.hpp:54
UpdatedLagrangianElement::ElementDataType ElementDataType
Type for element variables.
Definition: updated_lagrangian_U_W_element.hpp:58
ConstitutiveLaw ConstitutiveLawType
Definition: updated_lagrangian_U_W_element.hpp:48
GeometryData::SizeType SizeType
Type for size.
Definition: updated_lagrangian_U_W_element.hpp:56
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UpdatedLagrangianUWElement)
Counted pointer of LargeDisplacementUPElement.
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: updated_lagrangian_U_W_element.hpp:50
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: updated_lagrangian_U_W_element.hpp:52
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
pybind11::list CalculateOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const ProcessInfo &rProcessInfo)
Definition: add_mesh_to_python.cpp:142
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307
Definition: solid_element.hpp:83
Definition: solid_element.hpp:233