5 #if !defined(KRATOS_GLUED_TO_WALL_SCHEME_H_INCLUDED )
6 #define KRATOS_GLUED_TO_WALL_SCHEME_H_INCLUDED
51 void SetTranslationalIntegrationSchemeInProperties(Properties::Pointer pProp,
bool verbose =
true)
const override;
52 void SetRotationalIntegrationSchemeInProperties(Properties::Pointer pProp,
bool verbose =
true)
const override;
54 void Move(
Node &
i,
const double delta_t,
const double force_reduction_factor,
const int StepFlag)
override;
55 void Rotate(
Node &
i,
const double delta_t,
const double moment_reduction_factor,
const int StepFlag)
override;
62 return mShapeFunctionsValues;
66 return mDistanceSignedWithNormal;
71 virtual std::string
Info()
const override {
72 std::stringstream buffer;
73 buffer <<
"GluedToWallScheme";
79 virtual void PrintInfo(std::ostream& rOStream)
const override {
80 rOStream <<
"GluedToWallScheme";
85 virtual void PrintData(std::ostream& rOStream)
const override {
94 Vector mShapeFunctionsValues;
95 double mDistanceSignedWithNormal = 0.0;
106 GluedToWallScheme(GluedToWallScheme
const& rOther) {
110 bool ShapeFunctionsValuesAreBetween0and1();
123 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Base class for all Conditions.
Definition: condition.h:59
Definition: dem_integration_scheme.h:24
Definition: glued_to_wall_scheme.h:23
double GetDistanceSignedWithNormal()
Definition: glued_to_wall_scheme.h:65
Vector & GetShapeFunctionsValues()
Definition: glued_to_wall_scheme.h:61
Condition * pGetCondition()
Definition: glued_to_wall_scheme.h:57
KRATOS_CLASS_POINTER_DEFINITION(GluedToWallScheme)
Pointer definition of GluedToWallScheme.
GluedToWallScheme()
Default constructor.
Definition: glued_to_wall_scheme.h:32
virtual void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: glued_to_wall_scheme.h:79
virtual void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: glued_to_wall_scheme.h:85
ModelPart::NodesContainerType NodesArrayType
Definition: glued_to_wall_scheme.h:26
DEMIntegrationScheme * CloneRaw() const override
Definition: glued_to_wall_scheme.h:41
DEMIntegrationScheme::Pointer CloneShared() const override
Definition: glued_to_wall_scheme.h:46
virtual std::string Info() const override
Turn back information as a string.
Definition: glued_to_wall_scheme.h:71
virtual ~GluedToWallScheme()
Destructor.
Definition: glued_to_wall_scheme.h:39
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 defines the node.
Definition: node.h:65
Definition: spheric_particle.h:31
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
float delta_t
Definition: rotatingcone_PureConvectionBenchmarking.py:129
integer i
Definition: TensorModule.f:17