55 template<std::
size_t TDim, std::
size_t TNumNodes>
73 GeometryType::Pointer pGeometry
78 GeometryType::Pointer pGeometry,
79 PropertiesType::Pointer pProperties
101 Condition::Pointer
Create(
104 PropertiesType::Pointer pProperties
114 Condition::Pointer
Create(
116 GeometryType::Pointer pGeom,
117 PropertiesType::Pointer pProperties
126 Condition::Pointer Clone (
136 bool HasRotDof()
const override;
149 void InitializeNonLinearIteration(
const ProcessInfo & rCurrentProcessInfo)
override;
166 std::string
Info()
const override
168 std::stringstream buffer;
169 buffer <<
"Point load Condition #" << Id();
177 rOStream <<
"Point load Condition #" << Id();
183 pGetGeometry()->PrintData(rOStream);
224 const bool CalculateStiffnessMatrixFlag,
225 const bool CalculateResidualVectorFlag
233 void CalculateExactNormalShapeFunctions(
VectorType& rShapeFunctionsVector,
const double LocalXCoord)
const;
240 void CalculateExactShearShapeFunctions(
VectorType& rShapeFunctionsVector,
const double LocalXCoord)
const;
247 void CalculateExactRotationalShapeFunctions(
VectorType& rShapeFunctionsVector,
const double LocalXCoord)
const;
254 void CalculateExactShearShapeFunctionsDerivatives(
VectorType& rShapeFunctionsVector,
const double LocalXCoord)
const;
261 void CalculateExactRotationalShapeFunctionsDerivatives(
VectorType& rShapeFunctionsVector,
const double LocalXCoord)
const;
306 bool mIsMovingLoad =
false;
318 void GetRotationsVector(
Vector& rRotationsVector,
const int Step)
const;
328 Vector CalculateLoadPointDisplacementVector();
333 Vector CalculateLoadPointRotationVector();
350 void save(
Serializer& rSerializer )
const override
353 rSerializer.
save(
"mIsMovingLoad", mIsMovingLoad);
359 rSerializer.
load(
"mIsMovingLoad", mIsMovingLoad);
381 template<std::
size_t TDim, std::
size_t TNumNodes>
386 template<std::
size_t TDim, std::
size_t TNumNodes>
391 rOStream << std::endl;
This is the base class of all the load conditions on StructuralMechanicsApplication.
Definition: base_load_condition.h:54
std::size_t IndexType
Definition: flags.h:74
Geometry base class.
Definition: geometry.h:71
Definition: amatrix_interface.h:41
This class is the responsible to add the contributions of the RHS and LHS of the moving loads of the ...
Definition: moving_load_condition.h:58
std::string Info() const override
Turn back information as a string.
Definition: moving_load_condition.h:166
MovingLoadCondition()
Definition: moving_load_condition.h:294
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(MovingLoadCondition)
Counted pointer of PointLoadCondition.
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: moving_load_condition.h:175
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: moving_load_condition.h:181
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
void load(std::string const &rTag, TDataType &rObject)
Definition: serializer.h:207
void save(std::string const &rTag, std::array< TDataType, TDataSize > const &rObject)
Definition: serializer.h:545
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
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
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
def load(f)
Definition: ode_solve.py:307