![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Rigid body element build processes in Kratos. More...
#include <rigid_body_element_creation_utility.hpp>
Public Member Functions | |
Life Cycle | |
| RigidBodyElementCreationUtility () | |
| Default constructor. More... | |
| virtual | ~RigidBodyElementCreationUtility () |
| Destructor. More... | |
Operations | |
| void | CreateRigidBody (ModelPart &rModelPart, SpatialBoundingBox::Pointer pRigidBodyBox, Parameters CustomParameters) |
| void | CreateLinks (ModelPart &rModelPart, Parameters CustomParameters) |
Input and output | |
| virtual std::string | Info () const |
| Turn back information as a string. More... | |
| virtual void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More... | |
| virtual void | PrintData (std::ostream &rOStream) const |
| Print object's data. More... | |
Type Definitions | |
| typedef ModelPart::NodeType | NodeType |
| typedef ModelPart::ElementType | ElementType |
| typedef ModelPart::ConditionType | ConditionType |
| typedef ModelPart::PropertiesType | PropertiesType |
| typedef ElementType::GeometryType | GeometryType |
| typedef Point2D< ModelPart::NodeType > | Point2DType |
| typedef Point3D< ModelPart::NodeType > | Point3DType |
| typedef GlobalPointersVector< Element > | ElementWeakPtrVectorType |
| KRATOS_CLASS_POINTER_DEFINITION (RigidBodyElementCreationUtility) | |
| Pointer definition of Process. More... | |
Rigid body element build processes in Kratos.
Builds and element defined by its center of mass, and the properties of weight and inertia tensor The RigidBodyElement is defined from a mesh of RigidBodyGeometricalElements The RigidBodyProperties given by the RigidBodyBoundingBox, calculated or passed as given data to it.
| typedef GlobalPointersVector<Element> Kratos::RigidBodyElementCreationUtility::ElementWeakPtrVectorType |
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inline |
|
inline |
|
inlinevirtual |
Turn back information as a string.
| Kratos::RigidBodyElementCreationUtility::KRATOS_CLASS_POINTER_DEFINITION | ( | RigidBodyElementCreationUtility | ) |
Pointer definition of Process.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.