9 #if !defined(KRATOS_AXISYM_UPDATED_LAGRANGIAN_U_P_wP_ELEMENT_H_INCLUDED )
10 #define KRATOS_AXISYM_UPDATED_LAGRANGIAN_U_P_wP_ELEMENT_H_INCLUDED
129 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
134 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
139 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
151 int Check(
const ProcessInfo& rCurrentProcessInfo)
override;
191 double& rIntegrationWeight)
override;
200 double& rIntegrationWeight)
override;
210 virtual void CalculateAndAddUnconsideredKuuTerms(
MatrixType& rK,
212 double& rIntegrationWeight
218 virtual void CalculateAndAddKuwP(
MatrixType& rK,
220 double& rIntegrationWeight
226 virtual void CalculateAndAddKwPu(
MatrixType& rK,
228 double& rIntegrationWeight
234 virtual void CalculateAndAddKwPP(
MatrixType& rK,
236 double& rIntegrationWeight
242 virtual void CalculateAndAddKwPwP(
MatrixType& rK,
244 double& rIntegrationWeight
250 virtual void CalculateAndAddKwPwPStab(
MatrixType& rK,
252 double& rIntegrationWeight
258 void CalculateAndAddExternalForces(
VectorType& rRightHandSideVector,
261 double& rIntegrationWeight
268 virtual void CalculateAndAddPressureForces(
VectorType& rRightHandSideVector,
270 double& rIntegrationWeight
277 virtual void CalculateAndAddStabilizedPressure(
VectorType& rRightHandSideVector,
279 double& rIntegrationWeight
285 virtual void CalculateAndAddInternalForces(
VectorType& rRightHandSideVector,
287 double& rIntegrationWeight
293 virtual void CalculateAndAddWaterPressureForces(
VectorType& rRightHandSideVector,
295 double& rIntegrationWeight
300 virtual void CalculateAndAddStabilizedWaterPressure(
VectorType& rRightHandSideVector,
302 double& rIntegartionWeight
308 void InitializeSystemMatrices(
MatrixType& rLeftHandSideMatrix,
310 Flags& rCalculationFlags)
override;
316 virtual double& CalculateVolumeChange(
double& rVolumeChange,
ElementDataType& rVariables)
override;
319 void GetConstants(
double& rScalingConstant,
double& rWaterBulk,
double& rDeltaTime,
double& rPermeability);
321 virtual double GetElementSize(
const Matrix& rDN_DX);
365 virtual void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: axisym_updated_lagrangian_U_Pressure_element.hpp:43
Updated Lagrangian Large Displacement Lagrangian U-wP Element for 3D and 2D geometries....
Definition: axisym_updated_lagrangian_U_P_wP_element.hpp:42
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: axisym_updated_lagrangian_U_P_wP_element.hpp:50
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: axisym_updated_lagrangian_U_P_wP_element.hpp:52
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: axisym_updated_lagrangian_U_P_wP_element.hpp:54
double mTimeStep
Definition: axisym_updated_lagrangian_U_P_wP_element.hpp:174
ConstitutiveLaw ConstitutiveLawType
Definition: axisym_updated_lagrangian_U_P_wP_element.hpp:48
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(AxisymUpdatedLagrangianUPwPElement)
Counted pointer of LargeDisplacementUPElement.
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
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