10 #if !defined ( KRATOS_SET_MECHANICAL_INITIAL_STATE_PROCESS_H_INCLUDED )
11 #define KRATOS_SET_MECHANICAL_INITIAL_STATE_PROCESS_H_INCLUDED
85 void Execute()
override;
91 void SetInitialMechanicalStateConstant(
ModelPart& rModelPart,
double S1,
double S2,
double WaterPressure,
int EchoLevel = 0);
95 void SetMechanicalStateUwP(
ModelPart& rModelPart,
int&
EchoLevel,
const double& rYmax);
101 void SetMechanicalStateConstantUP(
ModelPart& rModelPart,
const double& rS1,
const double& rS2,
int&
EchoLevel);
103 void SetMechanicalStateConstant(
ModelPart& rModelPart,
const double& rS1,
const double& rS2,
const double& rWaterPressure,
int&
EchoLevel);
111 std::vector<double> mInitialStress;
113 double mInitialWaterPressure;
117 bool mSurfaceLoadBool;
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
MeshType::ConditionsContainerType ConditionsContainerType
Condintions container. A vector set of Conditions with their Id's as key.
Definition: model_part.h:183
MeshType::NodesContainerType NodesContainerType
Nodes container. Which is a vector set of nodes with their Id's as key.
Definition: model_part.h:128
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
The base class for all processes in Kratos.
Definition: process.h:49
Definition: set_mechanical_initial_state_process.hpp:35
void operator()()
Definition: set_mechanical_initial_state_process.hpp:80
ModelPart::ConditionsContainerType ConditionsContainerType
Definition: set_mechanical_initial_state_process.hpp:47
KRATOS_CLASS_POINTER_DEFINITION(SetMechanicalInitialStateProcess)
ModelPart::NodesContainerType NodesArrayType
Definition: set_mechanical_initial_state_process.hpp:46
ModelPart::MeshType MeshType
Definition: set_mechanical_initial_state_process.hpp:48
static int EchoLevel
Definition: co_sim_EMPIRE_API.h:42
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21