![]() |
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.
|
Short class definition. More...
#include <simo_step_rotation_method.hpp>
Public Member Functions | |
| void | Update (NodeType &rNode) |
Life Cycle | |
| SimoStepRotationMethod () | |
| Default Constructor. More... | |
| SimoStepRotationMethod (const TVariableType &rVariable) | |
| Constructor. More... | |
| SimoStepRotationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) | |
| Constructor. More... | |
| SimoStepRotationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) | |
| Constructor. More... | |
| SimoStepRotationMethod (SimoStepRotationMethod &rOther) | |
| Copy Constructor. More... | |
| BasePointerType | Clone () override |
| Clone. More... | |
| ~SimoStepRotationMethod () override | |
| Destructor. More... | |
Operations | |
| void | Update (NodeType &rNode) override |
Input and output | |
| std::string | Info () const override |
| Turn back information as a string. More... | |
| void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More... | |
| void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More... | |
Type Definitions | |
| void | Update (NodeType &rNode) |
Public Member Functions inherited from Kratos::SimoStepMethod< TVariableType, TValueType > | |
| SimoStepMethod () | |
| Default Constructor. More... | |
| SimoStepMethod (const TVariableType &rVariable) | |
| Constructor. More... | |
| SimoStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) | |
| Constructor. More... | |
| SimoStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) | |
| Constructor. More... | |
| SimoStepMethod (SimoStepMethod &rOther) | |
| Copy Constructor. More... | |
| ~SimoStepMethod () override | |
| Destructor. More... | |
| KRATOS_CLASS_POINTER_DEFINITION (SimoStepMethod) | |
Public Member Functions inherited from Kratos::BossakStepMethod< TVariableType, TValueType > | |
| BossakStepMethod () | |
| Default Constructor. More... | |
| BossakStepMethod (const TVariableType &rVariable) | |
| Constructor. More... | |
| BossakStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) | |
| Constructor. More... | |
| BossakStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) | |
| Constructor. More... | |
| BossakStepMethod (BossakStepMethod &rOther) | |
| Copy Constructor. More... | |
| ~BossakStepMethod () override | |
| Destructor. More... | |
| void | CalculateParameters (ProcessInfo &rCurrentProcessInfo) override |
| void | SetParameters (const ProcessInfo &rCurrentProcessInfo) override |
| void | SetProcessInfoParameters (ProcessInfo &rCurrentProcessInfo) override |
| KRATOS_CLASS_POINTER_DEFINITION (BossakStepMethod) | |
Public Member Functions inherited from Kratos::NewmarkStepMethod< TVariableType, TValueType > | |
| NewmarkStepMethod () | |
| Default Constructor. More... | |
| NewmarkStepMethod (const TVariableType &rVariable) | |
| Constructor. More... | |
| NewmarkStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) | |
| Constructor. More... | |
| NewmarkStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) | |
| Constructor. More... | |
| NewmarkStepMethod (NewmarkStepMethod &rOther) | |
| Copy Constructor. More... | |
| ~NewmarkStepMethod () override | |
| Destructor. More... | |
| bool | HasStepVariable () override |
| void | SetStepVariable (const TVariableType &rStepVariable) override |
| int | Check (const ProcessInfo &rCurrentProcessInfo) override |
| This function is designed to be called once to perform all the checks needed. More... | |
| KRATOS_CLASS_POINTER_DEFINITION (NewmarkStepMethod) | |
Public Member Functions inherited from Kratos::NewmarkMethod< TVariableType, TValueType > | |
| NewmarkMethod () | |
| Default Constructor. More... | |
| NewmarkMethod (const TVariableType &rVariable) | |
| Constructor. More... | |
| NewmarkMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) | |
| Constructor. More... | |
| NewmarkMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) | |
| Constructor. More... | |
| NewmarkMethod (NewmarkMethod &rOther) | |
| Copy Constructor. More... | |
| ~NewmarkMethod () override | |
| Destructor. More... | |
| void | CalculateParameters (ProcessInfo &rCurrentProcessInfo) override |
| void | SetParameters (const ProcessInfo &rCurrentProcessInfo) override |
| void | SetProcessInfoParameters (ProcessInfo &rCurrentProcessInfo) override |
| KRATOS_CLASS_POINTER_DEFINITION (NewmarkMethod) | |
Public Member Functions inherited from Kratos::TimeIntegrationMethod< TVariableType, TValueType > | |
| TimeIntegrationMethod () | |
| Default Constructor. More... | |
| TimeIntegrationMethod (const TVariableType &rVariable) | |
| Constructor. More... | |
| TimeIntegrationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) | |
| Constructor. More... | |
| TimeIntegrationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) | |
| Constructor. More... | |
| TimeIntegrationMethod (TimeIntegrationMethod &rOther) | |
| Copy Constructor. More... | |
| ~TimeIntegrationMethod () override | |
| Destructor. More... | |
| void | SetInputVariable (const TVariableType &rVariable) |
| std::string | GetPrimaryVariableName () |
| std::string | GetVariableName () |
| bool | HasVariableName (const std::string &rVariableName) |
| virtual void | Assign (NodeType &rNode) |
| virtual void | Predict (NodeType &rNode) |
| virtual double & | GetFirstDerivativeKineticFactor (double &rParameter) |
| virtual double & | GetSecondDerivativeKineticFactor (double &rParameter) |
| virtual double & | GetFirstDerivativeInertialFactor (double &rParameter) |
| virtual double & | GetSecondDerivativeInertialFactor (double &rParameter) |
| Flags & | GetFlags () |
| Flags const & | GetFlags () const |
| void | SetFlags (Flags const &rThisFlags) |
| std::string | Info () const override |
| Turn back information as a string. More... | |
| void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More... | |
| void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More... | |
| KRATOS_CLASS_POINTER_DEFINITION (TimeIntegrationMethod) | |
Public Member Functions inherited from Kratos::Flags | |
| Flags & | operator= (Flags const &rOther) |
| Assignment operator. More... | |
| operator bool () const | |
| Flags | operator~ () const |
| bool | operator! () const |
| void | AssignFlags (Flags const &rOther) |
| void | Set (const Flags ThisFlag) |
| void | Set (const Flags ThisFlag, bool Value) |
| void | Reset (const Flags ThisFlag) |
| void | Flip (const Flags ThisFlag) |
| void | SetPosition (IndexType Position, bool Value=true) |
| bool | GetPosition (IndexType Position) const |
| void | FlipPosition (IndexType Position) |
| void | ClearPosition (IndexType Position) |
| void | Clear () |
| Flags | AsFalse () const |
| bool | Is (Flags const &rOther) const |
| bool | IsDefined (Flags const &rOther) const |
| bool | IsNot (Flags const &rOther) const |
| bool | IsNotDefined (Flags const &rOther) const |
| KRATOS_CLASS_POINTER_DEFINITION (Flags) | |
| Pointer definition of Flags. More... | |
| const Flags & | operator|= (const Flags &Other) |
| const Flags & | operator&= (const Flags &Other) |
| Flags () | |
| Default constructor. More... | |
| Flags (Flags const &rOther) | |
| Copy constructor. More... | |
| virtual | ~Flags () |
| Destructor. More... | |
Type Definitions | |
| typedef TimeIntegrationMethod< TVariableType, TValueType > | BaseType |
| BaseType. More... | |
| typedef BaseType::Pointer | BasePointerType |
| BasePointerType. More... | |
| typedef BaseType::NodeType | NodeType |
| NodeType. More... | |
| typedef BaseType::VariablePointer | VariablePointer |
| KratosVariable or KratosVariableComponent. More... | |
| typedef SimoStepMethod< TVariableType, TValueType > | DerivedType |
| DerivedType. More... | |
| KRATOS_CLASS_POINTER_DEFINITION (SimoStepRotationMethod) | |
Serialization | |
| class | Serializer |
Additional Inherited Members | |
Public Types inherited from Kratos::SimoStepMethod< TVariableType, TValueType > | |
| typedef TimeIntegrationMethod< TVariableType, TValueType > | BaseType |
| BaseType. More... | |
| typedef BaseType::Pointer | BasePointerType |
| BasePointerType. More... | |
| typedef BaseType::NodeType | NodeType |
| NodeType. More... | |
| typedef BaseType::VariablePointer | VariablePointer |
| KratosVariable or KratosVariableComponent. More... | |
| typedef BossakStepMethod< TVariableType, TValueType > | DerivedType |
| DerivedType. More... | |
Public Types inherited from Kratos::BossakStepMethod< TVariableType, TValueType > | |
| typedef TimeIntegrationMethod< TVariableType, TValueType > | BaseType |
| BaseType. More... | |
| typedef BaseType::Pointer | BasePointerType |
| BasePointerType. More... | |
| typedef BaseType::NodeType | NodeType |
| NodeType. More... | |
| typedef BaseType::VariablePointer | VariablePointer |
| KratosVariable or KratosVariableComponent. More... | |
| typedef NewmarkStepMethod< TVariableType, TValueType > | DerivedType |
| DerivedType. More... | |
Public Types inherited from Kratos::NewmarkStepMethod< TVariableType, TValueType > | |
| typedef TimeIntegrationMethod< TVariableType, TValueType > | BaseType |
| BaseType. More... | |
| typedef BaseType::Pointer | BasePointerType |
| BasePointerType. More... | |
| typedef BaseType::NodeType | NodeType |
| NodeType. More... | |
| typedef BaseType::VariablePointer | VariablePointer |
| KratosVariable or KratosVariableComponent. More... | |
| typedef NewmarkMethod< TVariableType, TValueType > | DerivedType |
| DerivedType. More... | |
Public Types inherited from Kratos::NewmarkMethod< TVariableType, TValueType > | |
| typedef TimeIntegrationMethod< TVariableType, TValueType > | BaseType |
| BaseType. More... | |
| typedef BaseType::Pointer | BasePointerType |
| BasePointerType. More... | |
| typedef BaseType::NodeType | NodeType |
| NodeType. More... | |
| typedef BaseType::VariablePointer | VariablePointer |
| KratosVariable or KratosVariableComponent. More... | |
Public Types inherited from Kratos::TimeIntegrationMethod< TVariableType, TValueType > | |
| typedef Node | NodeType |
| NodeType. More... | |
| typedef const TVariableType * | VariablePointer |
| KratosVariable or KratosVariableComponent. More... | |
| typedef const TValueType * | ValuePointer |
| typedef void(TimeIntegrationMethod::* | MethodPointer) (NodeType &rNode) |
| typedef double &(TimeIntegrationMethod::* | MethodFactorPointer) (double &rParameter) |
| typedef TimeIntegrationMethod::Pointer | TimeIntegrationMethodPointer |
Public Types inherited from Kratos::Flags | |
| enum | FlagsList { Flag0 = BlockType(1) , Flag1 = BlockType(1) << 1 , Flag2 = BlockType(1) << 2 , Flag3 = BlockType(1) << 3 , Flag4 = BlockType(1) << 4 , Flag5 = BlockType(1) << 5 , Flag6 = BlockType(1) << 6 , Flag7 = BlockType(1) << 7 , Flag8 = BlockType(1) << 8 , Flag9 = BlockType(1) << 9 , Flag10 = BlockType(1) << 10 , Flag11 = BlockType(1) << 11 , Flag12 = BlockType(1) << 12 , Flag13 = BlockType(1) << 13 , Flag14 = BlockType(1) << 14 , Flag15 = BlockType(1) << 15 , Flag16 = BlockType(1) << 16 , Flag17 = BlockType(1) << 17 , Flag18 = BlockType(1) << 18 , Flag19 = BlockType(1) << 19 , Flag20 = BlockType(1) << 20 , Flag21 = BlockType(1) << 21 , Flag22 = BlockType(1) << 22 , Flag23 = BlockType(1) << 23 , Flag24 = BlockType(1) << 24 , Flag25 = BlockType(1) << 25 , Flag26 = BlockType(1) << 26 , Flag27 = BlockType(1) << 27 , Flag28 = BlockType(1) << 28 , Flag29 = BlockType(1) << 29 , Flag30 = BlockType(1) << 30 } |
| typedef int64_t | BlockType |
| typedef int64_t | FlagType |
| typedef std::size_t | IndexType |
Static Public Member Functions inherited from Kratos::Flags | |
| static const Flags | AllDefined () |
| static const Flags | AllTrue () |
| static Flags | Create (IndexType ThisPosition, bool Value=true) |
Protected Member Functions inherited from Kratos::SimoStepMethod< TVariableType, TValueType > | |
| void | AssignFromVariable (NodeType &rNode) override |
| void | AssignFromFirstDerivative (NodeType &rNode) override |
| void | AssignFromSecondDerivative (NodeType &rNode) override |
| void | PredictVariable (NodeType &rNode) override |
| void | PredictFirstDerivative (NodeType &rNode) override |
| void | PredictSecondDerivative (NodeType &rNode) override |
| void | UpdateStepVariable (NodeType &rNode) override |
| void | UpdateVariable (NodeType &rNode) override |
| void | UpdateFirstDerivative (NodeType &rNode) override |
| void | UpdateSecondDerivative (NodeType &rNode) override |
Protected Member Functions inherited from Kratos::BossakStepMethod< TVariableType, TValueType > | |
| double & | GetSecondDerivativeKineticParameter (double &rParameter) override |
| double & | GetSecondDerivativeInertialParameter (double &rParameter) override |
Protected Member Functions inherited from Kratos::NewmarkStepMethod< TVariableType, TValueType > | |
| void | PredictFromVariable (NodeType &rNode) override |
| virtual void | PredictStepVariable (NodeType &rNode) |
| void | UpdateFromVariable (NodeType &rNode) override |
Protected Member Functions inherited from Kratos::NewmarkMethod< TVariableType, TValueType > | |
| void | PredictFromFirstDerivative (NodeType &rNode) override |
| void | UpdateFromFirstDerivative (NodeType &rNode) override |
| void | UpdateFromSecondDerivative (NodeType &rNode) override |
| double & | GetFirstDerivativeInertialParameter (double &rParameter) override |
| double & | GetSecondDerivativeInertialParameter (double &rParameter) override |
Protected Member Functions inherited from Kratos::TimeIntegrationMethod< TVariableType, TValueType > | |
| void | SetPointerMethods () |
| void | SetPointerAssignMethod () |
| virtual void | AssignVariable (NodeType &rNode) |
| virtual void | AssignFirstDerivative (NodeType &rNode) |
| virtual void | AssignSecondDerivative (NodeType &rNode) |
| virtual void | PredictFromSecondDerivative (NodeType &rNode) |
| virtual double & | GetKineticParameter (double &rParameter) |
| virtual double & | GetFirstDerivativeKineticParameter (double &rParameter) |
| virtual double & | GetInertialParameter (double &rParameter) |
Protected Attributes inherited from Kratos::BossakStepMethod< TVariableType, TValueType > | |
| double | mAlpha |
Protected Attributes inherited from Kratos::NewmarkStepMethod< TVariableType, TValueType > | |
| VariablePointer | mpStepVariable |
Protected Attributes inherited from Kratos::NewmarkMethod< TVariableType, TValueType > | |
| NewmarkParameters | mNewmark |
Protected Attributes inherited from Kratos::TimeIntegrationMethod< TVariableType, TValueType > | |
| VariablePointer | mpVariable |
| VariablePointer | mpFirstDerivative |
| VariablePointer | mpSecondDerivative |
| VariablePointer | mpPrimaryVariable |
| VariablePointer | mpInputVariable |
| MethodPointer | mpAssign |
| MethodPointer | mpPredict |
| MethodPointer | mpUpdate |
| MethodFactorPointer | mpFirstDerivativeKineticFactor |
| MethodFactorPointer | mpSecondDerivativeKineticFactor |
| MethodFactorPointer | mpFirstDerivativeInertialFactor |
| MethodFactorPointer | mpSecondDerivativeInertialFactor |
Short class definition.
Detail class definition. This class performs predict and update of dofs variables, their time derivatives and time integrals
| typedef BaseType::Pointer Kratos::SimoStepRotationMethod< TVariableType, TValueType >::BasePointerType |
BasePointerType.
| typedef TimeIntegrationMethod<TVariableType,TValueType> Kratos::SimoStepRotationMethod< TVariableType, TValueType >::BaseType |
BaseType.
| typedef SimoStepMethod<TVariableType,TValueType> Kratos::SimoStepRotationMethod< TVariableType, TValueType >::DerivedType |
DerivedType.
| typedef BaseType::NodeType Kratos::SimoStepRotationMethod< TVariableType, TValueType >::NodeType |
NodeType.
| typedef BaseType::VariablePointer Kratos::SimoStepRotationMethod< TVariableType, TValueType >::VariablePointer |
KratosVariable or KratosVariableComponent.
|
inline |
Default Constructor.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Copy Constructor.
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
Clone.
Reimplemented from Kratos::SimoStepMethod< TVariableType, TValueType >.
|
inlineoverridevirtual |
Turn back information as a string.
Reimplemented from Kratos::SimoStepMethod< TVariableType, TValueType >.
| Kratos::SimoStepRotationMethod< TVariableType, TValueType >::KRATOS_CLASS_POINTER_DEFINITION | ( | SimoStepRotationMethod< TVariableType, TValueType > | ) |
|
inlineoverridevirtual |
Print object's data.
Reimplemented from Kratos::SimoStepMethod< TVariableType, TValueType >.
|
inlineoverridevirtual |
Print information about this object.
Reimplemented from Kratos::SimoStepMethod< TVariableType, TValueType >.
|
virtual |
Reimplemented from Kratos::TimeIntegrationMethod< TVariableType, TValueType >.
|
virtual |
Reimplemented from Kratos::TimeIntegrationMethod< TVariableType, TValueType >.
|
overridevirtual |
Reimplemented from Kratos::TimeIntegrationMethod< TVariableType, TValueType >.
|
friend |