10 #if !defined(KRATOS_UPDATED_LAGRANGIAN_U_J_W_WP_ELEMENT_H_INCLUDED )
11 #define KRATOS_UPDATED_LAGRANGIAN_U_J_W_WP_ELEMENT_H_INCLUDED
127 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
132 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
137 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
149 int Check(
const ProcessInfo& rCurrentProcessInfo)
override;
158 void CalculateMassMatrix(
MatrixType& rMassMatrix,
167 void CalculateDampingMatrix(
MatrixType& rDampingMatrix,
212 double& rIntegrationWeight)
override;
217 virtual void CalculateAndAddKWwP(
MatrixType& rK,
219 double& rIntegrationWeight
225 virtual void CalculateAndAddKUwP(
MatrixType& rK,
227 double& rIntegrationWeight
232 virtual void CalculateAndAddKPPStab(
MatrixType& rK,
234 double& rIntegrationWeight
243 double& rIntegrationWeight)
override;
248 virtual void CalculateAndAddInternalWaterForces(
VectorType& rRightHandSideVector,
250 double& rIntegrationWeight
256 void CalculateAndAddExternalForcesUJWwP(
VectorType& rRightHandSideVector,
259 double& rIntegrationWeight
264 void CalculateAndAddFluidLinearMomentum(
VectorType& rRightHandSideVector,
266 double& rIntegrationWeight
271 void CalculateAndAddMassBalanceEquation(
VectorType& rRightHandSideVector,
273 double& rIntegrationWeight
279 virtual void CalculateAndAddStabilizationRHS(
VectorType& rRightHandSideVector,
281 double& rIntegrationWeight
286 virtual void CalculateAndAddMassStabilizationMatrix(
MatrixType& rMassMatrix,
288 double& rIntegrationWeight
294 virtual void CalculateAndAddDampingStabilizationMatrix(
MatrixType& rDampingMatrix,
296 double& rIntegrationWeight
302 virtual void CalculateAndAddHighOrderDampingMatrix(
MatrixType& rDampingMatrix,
304 double& rIntegrationWeight
310 virtual void CalculateAndAddHighOrderKPP(
MatrixType& rK,
312 double& rIntegrationWeight
318 virtual void CalculateAndAddHighOrderRHS(
VectorType& rRightHandSideVector,
320 double& rIntegrationWeight
334 void InitializeSystemMatrices(
MatrixType& rLeftHandSideMatrix,
336 Flags& rCalculationFlags)
override;
342 double & CalculateStabilizationFactor(
ElementDataType & rVariables,
double & rStabilizationFactor);
386 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
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
Updated Lagrangian Large Displacement Lagrangian U-wP Element for 3D and 2D geometries....
Definition: updated_lagrangian_U_J_element.hpp:44
Updated Lagrangian Large Displacement Lagrangian U-W Element for 3D and 2D geometries....
Definition: updated_lagrangian_U_J_W_wP_element.hpp:42
double mTimeStep
Definition: updated_lagrangian_U_J_W_wP_element.hpp:195
ConstitutiveLaw ConstitutiveLawType
Definition: updated_lagrangian_U_J_W_wP_element.hpp:48
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: updated_lagrangian_U_J_W_wP_element.hpp:52
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: updated_lagrangian_U_J_W_wP_element.hpp:50
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UpdatedLagrangianUJWwPElement)
Counted pointer of LargeDisplacementUPElement.
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: updated_lagrangian_U_J_W_wP_element.hpp:54
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
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