10 #if !defined(KRATOS_LARGE_DISPLACEMENT_SEGREGATED_V_P_ELEMENT_H_INCLUDED)
11 #define KRATOS_LARGE_DISPLACEMENT_SEGREGATED_V_P_ELEMENT_H_INCLUDED
69 enum StepType{VELOCITY_STEP = 0, PRESSURE_STEP = 1};
131 void FinalizeSolutionStep(
const ProcessInfo& rCurrentProcessInfo)
override;
136 void InitializeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
141 void FinalizeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
149 void GetDofList(DofsVectorType& rElementalDofList,
const ProcessInfo& rCurrentProcessInfo)
const override;
154 void EquationIdVector(EquationIdVectorType& rResult,
const ProcessInfo& rCurrentProcessInfo)
const override;
159 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
164 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
169 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
183 void CalculateLocalSystem(
MatrixType& rLeftHandSideMatrix,
192 void CalculateRightHandSide(
VectorType& rRightHandSideVector,
200 void CalculateLeftHandSide (
MatrixType& rLeftHandSideMatrix,
209 void CalculateMassMatrix(
MatrixType& rMassMatrix,
218 void CalculateDampingMatrix(
MatrixType& rDampingMatrix,
231 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
267 virtual void SetProcessInformation(
const ProcessInfo& rCurrentProcessInfo);
274 double& rIntegrationWeight)
override;
282 double& rIntegrationWeight)
override;
287 virtual void CalculateAndAddKpp(
MatrixType& rLeftHandSideMatrix,
293 virtual void CalculateAndAddPressureForces(
VectorType& rRightHandSideVector,
299 SizeType GetDofsSize()
const override;
336 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
std::size_t SizeType
Definition: element.h:94
IntegrationMethod
Definition: geometry_data.h:76
std::size_t SizeType
Definition: geometry_data.h:173
Large Displacement Lagrangian V Element for 3D and 2D geometries.
Definition: large_displacement_segregated_V_P_element.hpp:47
StepType
Definition: large_displacement_segregated_V_P_element.hpp:69
LargeDisplacementVElement::ElementDataType ElementDataType
Type for element variables.
Definition: large_displacement_segregated_V_P_element.hpp:63
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(LargeDisplacementSegregatedVPElement)
Counted pointer of LargeDisplacementSegregatedVPElement.
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: large_displacement_segregated_V_P_element.hpp:55
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: large_displacement_segregated_V_P_element.hpp:57
StepType mStepVariable
Definition: large_displacement_segregated_V_P_element.hpp:255
ConstitutiveLaw ConstitutiveLawType
Definition: large_displacement_segregated_V_P_element.hpp:53
GeometryData::SizeType SizeType
Type for size.
Definition: large_displacement_segregated_V_P_element.hpp:61
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: large_displacement_segregated_V_P_element.hpp:59
Large Displacement Lagrangian V Element for 3D and 2D geometries.
Definition: large_displacement_V_element.hpp:47
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
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
Definition: solid_element.hpp:83
Definition: solid_element.hpp:233